equal
deleted
inserted
replaced
|
1 /* styles for the login popup and login form |
|
2 * |
|
3 * :organization: Logilab |
|
4 * :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
|
5 * :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
|
6 */ |
|
7 |
|
8 div#popupLoginBox { |
|
9 position: absolute; |
|
10 z-index: 400; |
|
11 right: 0px; |
|
12 width: 23em; |
|
13 padding: 0px 1px 1px; |
|
14 font-weight: bold; |
|
15 background: #E4EAD8; |
|
16 } |
|
17 |
|
18 div#popupLoginBox div#loginContent { |
|
19 background: #e6e4ce; |
|
20 padding: 5px 3px 4px; |
|
21 } |
|
22 |
|
23 div#loginBox { |
|
24 position : absolute; |
|
25 top: 15%; |
|
26 left : 50%; |
|
27 margin-left: -11em; |
|
28 width: 24em; |
|
29 background: #fff; |
|
30 border: 2px solid #cfceb7; |
|
31 padding-bottom: 0.5em; |
|
32 text-align: center; |
|
33 } |
|
34 |
|
35 div#loginBox h1 { |
|
36 color: #FF7700; |
|
37 font-size: 140%; |
|
38 } |
|
39 |
|
40 div#loginTitle { |
|
41 color: #fff; |
|
42 font-weight: bold; |
|
43 font-size: 140%; |
|
44 text-align: center; |
|
45 padding: 3px 0px; |
|
46 background: #ff7700 url("banner.png") left top repeat-x; |
|
47 } |
|
48 |
|
49 div#loginBox div#loginContent form { |
|
50 padding-top: 1em; |
|
51 width: 90%; |
|
52 margin: auto; |
|
53 } |
|
54 |
|
55 #popupLoginBox table td { |
|
56 padding: 0px 3px; |
|
57 white-space: nowrap; |
|
58 } |
|
59 |
|
60 #loginContent table { |
|
61 padding: 0px 0.5em; |
|
62 margin: auto; |
|
63 } |
|
64 |
|
65 #loginBox table td { |
|
66 padding: 0px 3px 0.6em; |
|
67 white-space: nowrap; |
|
68 } |
|
69 |
|
70 #loginBox .loginButton { |
|
71 margin-top: 0.6em; |
|
72 } |
|
73 |
|
74 #loginContent input.data { |
|
75 width:12em; |
|
76 } |
|
77 |
|
78 input.loginButton { |
|
79 display:block; |
|
80 margin: 2px 0px 0px; |
|
81 background: #f0eff0 url("gradient-grey-up.png") left top repeat-x; |
|
82 } |