author | Adrien Di Mascio <Adrien.DiMascio@logilab.fr> |
Thu, 07 Oct 2010 17:25:24 +0200 | |
branch | stable |
changeset 6406 | 39663630ca3c |
parent 5819 | 1017163825c7 |
child 6140 | 65a619eb31c4 |
permissions | -rw-r--r-- |
0 | 1 |
/* styles for the login popup and login form |
2 |
* |
|
3 |
* :organization: Logilab |
|
4603
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
4 |
* :copyright: 2003-2010 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; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
4603
diff
changeset
|
14 |
background: %(listingBorderColor)s; |
4603
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
15 |
} |
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
16 |
|
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
17 |
div#popupLoginBox label{ |
0 | 18 |
font-weight: bold; |
19 |
} |
|
20 |
||
21 |
div#popupLoginBox div#loginContent { |
|
22 |
background: #e6e4ce; |
|
23 |
padding: 5px 3px 4px; |
|
24 |
} |
|
25 |
||
2116 | 26 |
div#loginBox { |
0 | 27 |
position : absolute; |
28 |
top: 15%; |
|
29 |
left : 50%; |
|
1776
4be367276874
adapt login box message to allow-email-login configuration
Florent <florent@secondweb.fr>
parents:
850
diff
changeset
|
30 |
margin-left: -14em; |
4be367276874
adapt login box message to allow-email-login configuration
Florent <florent@secondweb.fr>
parents:
850
diff
changeset
|
31 |
width: 28em; |
0 | 32 |
background: #fff; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
4603
diff
changeset
|
33 |
border: 2px solid %(actionBoxTitleBgColor)s; |
0 | 34 |
padding-bottom: 0.5em; |
35 |
text-align: center; |
|
36 |
} |
|
37 |
||
2116 | 38 |
div#loginBox h1 { |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
4603
diff
changeset
|
39 |
color: %(aColor)s; |
0 | 40 |
font-size: 140%; |
41 |
} |
|
42 |
||
2116 | 43 |
div#loginTitle { |
0 | 44 |
color: #fff; |
45 |
font-weight: bold; |
|
46 |
font-size: 140%; |
|
47 |
text-align: center; |
|
48 |
padding: 3px 0px; |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
4603
diff
changeset
|
49 |
background: %(headerBgColor)s url("banner.png") repeat-x top left; |
0 | 50 |
} |
51 |
||
2116 | 52 |
div#loginBox div#loginContent form { |
0 | 53 |
padding-top: 1em; |
2116 | 54 |
width: 90%; |
55 |
margin: auto; |
|
0 | 56 |
} |
57 |
||
2116 | 58 |
#popupLoginBox table td { |
59 |
padding: 0px 3px; |
|
0 | 60 |
white-space: nowrap; |
61 |
} |
|
62 |
||
2116 | 63 |
#loginContent table { |
0 | 64 |
padding: 0px 0.5em; |
65 |
margin: auto; |
|
66 |
} |
|
67 |
||
2116 | 68 |
#loginBox table td { |
69 |
padding: 0px 3px 0.6em; |
|
0 | 70 |
white-space: nowrap; |
71 |
} |
|
72 |
||
2116 | 73 |
#loginBox .loginButton { |
0 | 74 |
margin-top: 0.6em; |
75 |
} |
|
76 |
||
2116 | 77 |
#loginContent input.data { |
4603
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
78 |
width: 12em; |
0 | 79 |
} |
80 |
||
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
|
81 |
.loginButton { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
0
diff
changeset
|
82 |
border: 1px solid #edecd2; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
4603
diff
changeset
|
83 |
border-color: #edecd2 %(actionBoxTitleBgColor)s %(actionBoxTitleBgColor)s #edecd2; |
0 | 84 |
margin: 2px 0px 0px; |
2116 | 85 |
background: #f0eff0 url("gradient-grey-up.png") left top repeat-x; |
0 | 86 |
} |
4603
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
87 |
|
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
88 |
#loginContent .formButtonBar { |
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
89 |
float: right; |
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
90 |
} |