]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/SOGoRootPage.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1186 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / SOGoRootPage.css
1 BODY
2 { background-color: #999; }
3
4 IMG#preparedAnimation
5
6   width: 0px;
7   height: 0px;
8 }
9
10 DIV#loginScreen
11 {
12   background-color: #d4d0c8;
13   margin: 0px auto;
14   margin-top: 5em;
15   padding: 5px;
16   border: 2px solid transparent;
17   width: 200px;
18   -moz-border-top-colors: #efebe7 #fff;
19   -moz-border-left-colors: #efebe7 #fff;
20   -moz-border-right-colors: #000 #9c9a94 transparent;
21   -moz-border-bottom-colors: #000 #9c9a94 transparent;
22 }
23
24 IMG#splash
25 { border: 0px;
26   margin: 0px;
27   padding: 0px;
28   height: 200px;
29   width: 200px; }
30
31 DIV#loginScreen INPUT.textField
32 { width: 187px; }
33
34 DIV#loginButton
35 { text-align: right; }
36
37 DIV#loginButton INPUT
38 { width: auto;
39   margin-top: 5px; }
40
41 DIV#loginButton IMG#progressIndicator
42 { float: left;
43   width: 16px;
44   height: 16px;
45   border: 0px none;
46   margin-top: 5px;
47   margin-left: 5px; }
48
49 P.error
50 { color: #f00;
51   text-align: center; }
52
53 P.browser
54 { background-color: #fff;
55   border-top: 1px solid #888;
56   border-left: 1px solid #888;
57   border-right: 1px solid #eee;
58   border-bottom: 1px solid #eee; 
59   line-height: 32px; }
60
61 P.browser img
62 { padding: 2px;
63   vertical-align: middle; }