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