move password functions into utils class
[authserver.git] / authsystem.css
... / ...
CommitLineData
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
5body {
6 font-family: sans-serif;
7/* margin: 0; */
8 background-color: #FFFFEE;
9}
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.donotshow {
41 position: absolute;
42 right: -1000px;
43 opacity: 0;
44}
45
46input:invalid {
47 box-shadow: 0 0 2px 1px red;
48}