Improved layout in standard themes (graphics)
[fa-stable.git] / themes / default / login.css
1 /*--------------------------------------------------\
2 |               |               | login.css         |
3 |---------------------------------------------------|
4 | For use with:                                     |
5 | FrontAccounting                                                                       |
6 | http://frontaccounting.net/                                   |
7 | by FrontAccount, LLC                              |
8 |---------------------------------------------------|
9 | Developer:                                        |
10 | Joe Hunt                                          |
11 |                                                   |
12 |---------------------------------------------------|
13 | Note:                                             |
14 | Changes can be made to this CSS that will be      |
15 | reflected on the login screen.                    |
16 |                                                   |
17 |                                                   |
18 \--------------------------------------------------*/
19
20 body {
21         background: #518fad;
22         font-family: arial, verdana;
23         font-size: 10px;
24 }
25
26 .loginText {
27         font-family: arial, verdana;
28         font-size: 10px;
29 }
30
31 a:hover {
32         text-decoration: underline;
33 }
34
35 input.big {
36         width: 100px;
37 }
38
39 input.small {
40         width: 50px;
41 }
42
43 td.login {
44         border: 1px solid #ccc;
45         background-color: #eee;
46 }