792be4823874588a7d9046ec40efa60807f0860b
[authserver.git] / authsystem.css
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
5 body {
6   font-family: sans-serif;
7 /*  margin: 0; */
8   background-color: #FFFFEE;
9 }
10
11 ul.flat {
12  list-style-type: none;
13  margin: 0em;
14  padding: 0px;
15 }
16 ul.flat li {
17  margin: 0 0 0.2em 0;
18  padding: 0px;
19 }
20 p.flat {
21   border: 0px;
22   margin: 0px;
23   padding: 0px;
24 }
25 form.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
41 input:invalid {
42   box-shadow: 0 0 2px 1px red;
43 }