make creating users and verifying emails actually work
[authserver.git] / authsystem.css
CommitLineData
d26d08a1
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
133aecbe
RK
5body {
6 font-family: sans-serif;
7/* margin: 0; */
8 background-color: #FFFFEE;
9}
d26d08a1
RK
10
11ul.flat {
12 list-style-type: none;
13 margin: 0em;
14 padding: 0px;
15}
16ul.flat li {
17 margin: 0 0 0.2em 0;
18 padding: 0px;
19}
20p.flat {
21 border: 0px;
22 margin: 0px;
23 padding: 0px;
24}
25form.flat {
26 border: 0px;
27 margin: 0px;
28 padding: 0px;
29}
30
31.small {
32 font-size: 0.75em;
33}
34.hidden {
35 display: none;
36}
37.warn {
38 color: red;
39}
40
41input:invalid {
42 box-shadow: 0 0 2px 1px red;
43}