author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 16 Feb 2010 10:33:48 +0100 | |
changeset 4595 | bb08a75832e6 |
parent 4594 | 7b9824d1b734 |
child 4603 | ce19b0a05db3 |
permissions | -rw-r--r-- |
0 | 1 |
/* styles for the login popup and login form |
2 |
* |
|
3 |
* :organization: Logilab |
|
2116 | 4 |
* :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
0 | 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; |
|
1777
7bd776052e2b
fix popup login width when allow-email-login=y
Florent <florent@secondweb.fr>
parents:
1776
diff
changeset
|
12 |
width: 26em; |
0 | 13 |
padding: 0px 1px 1px; |
14 |
font-weight: bold; |
|
2116 | 15 |
background: #E4EAD8; |
0 | 16 |
} |
17 |
||
18 |
div#popupLoginBox div#loginContent { |
|
19 |
background: #e6e4ce; |
|
20 |
padding: 5px 3px 4px; |
|
21 |
} |
|
22 |
||
2116 | 23 |
div#loginBox { |
0 | 24 |
position : absolute; |
25 |
top: 15%; |
|
26 |
left : 50%; |
|
1776
4be367276874
adapt login box message to allow-email-login configuration
Florent <florent@secondweb.fr>
parents:
850
diff
changeset
|
27 |
margin-left: -14em; |
4be367276874
adapt login box message to allow-email-login configuration
Florent <florent@secondweb.fr>
parents:
850
diff
changeset
|
28 |
width: 28em; |
0 | 29 |
background: #fff; |
30 |
border: 2px solid #cfceb7; |
|
31 |
padding-bottom: 0.5em; |
|
32 |
text-align: center; |
|
33 |
} |
|
34 |
||
2116 | 35 |
div#loginBox h1 { |
0 | 36 |
color: #FF7700; |
37 |
font-size: 140%; |
|
38 |
} |
|
39 |
||
2116 | 40 |
div#loginTitle { |
0 | 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 |
||
2116 | 49 |
div#loginBox div#loginContent form { |
0 | 50 |
padding-top: 1em; |
2116 | 51 |
width: 90%; |
52 |
margin: auto; |
|
0 | 53 |
} |
54 |
||
2116 | 55 |
#popupLoginBox table td { |
56 |
padding: 0px 3px; |
|
0 | 57 |
white-space: nowrap; |
58 |
} |
|
59 |
||
2116 | 60 |
#loginContent table { |
0 | 61 |
padding: 0px 0.5em; |
62 |
margin: auto; |
|
63 |
} |
|
64 |
||
2116 | 65 |
#loginBox table td { |
66 |
padding: 0px 3px 0.6em; |
|
0 | 67 |
white-space: nowrap; |
68 |
} |
|
69 |
||
2116 | 70 |
#loginBox .loginButton { |
0 | 71 |
margin-top: 0.6em; |
72 |
} |
|
73 |
||
2116 | 74 |
#loginContent input.data { |
0 | 75 |
width:12em; |
76 |
} |
|
77 |
||
4594
7b9824d1b734
use an actual form for the login form ease customization from external cubes (eg rememberme)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
2116
diff
changeset
|
78 |
.loginButton { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
0
diff
changeset
|
79 |
border: 1px solid #edecd2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
0
diff
changeset
|
80 |
border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; |
0 | 81 |
margin: 2px 0px 0px; |
2116 | 82 |
background: #f0eff0 url("gradient-grey-up.png") left top repeat-x; |
0 | 83 |
} |