author | Julien Cristau <julien.cristau@logilab.fr> |
Thu, 08 Oct 2015 13:51:54 +0200 | |
changeset 10798 | 3f24adbf971a |
parent 6429 | 72669e7950c1 |
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 |
||
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
8 |
div.popupLoginBox { |
0 | 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; |
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
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 |
|
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
17 |
div.popupLoginBox label{ |
0 | 18 |
font-weight: bold; |
19 |
} |
|
20 |
||
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
21 |
div.popupLoginBox div.loginContent { |
0 | 22 |
background: #e6e4ce; |
23 |
padding: 5px 3px 4px; |
|
24 |
} |
|
25 |
||
6429
72669e7950c1
[login] fix some previously introduced login box css breakage
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6428
diff
changeset
|
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; |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5819
diff
changeset
|
33 |
border: 2px solid %(incontextBoxBodyBgColor)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 |
||
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
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 |
||
6429
72669e7950c1
[login] fix some previously introduced login box css breakage
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6428
diff
changeset
|
52 |
div#loginBox div.loginContent form { |
0 | 53 |
padding-top: 1em; |
2116 | 54 |
width: 90%; |
55 |
margin: auto; |
|
0 | 56 |
} |
57 |
||
6429
72669e7950c1
[login] fix some previously introduced login box css breakage
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6428
diff
changeset
|
58 |
|
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
59 |
.popupLoginBox table td { |
2116 | 60 |
padding: 0px 3px; |
0 | 61 |
white-space: nowrap; |
62 |
} |
|
63 |
||
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
64 |
.loginContent table { |
0 | 65 |
padding: 0px 0.5em; |
66 |
margin: auto; |
|
67 |
} |
|
68 |
||
6429
72669e7950c1
[login] fix some previously introduced login box css breakage
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6428
diff
changeset
|
69 |
#loginBox table td { |
2116 | 70 |
padding: 0px 3px 0.6em; |
0 | 71 |
white-space: nowrap; |
72 |
} |
|
73 |
||
6429
72669e7950c1
[login] fix some previously introduced login box css breakage
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6428
diff
changeset
|
74 |
#loginBox .loginButton { |
0 | 75 |
margin-top: 0.6em; |
76 |
} |
|
77 |
||
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
78 |
.loginContent input.data { |
4603
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
79 |
width: 12em; |
0 | 80 |
} |
81 |
||
6428
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6389
diff
changeset
|
82 |
/* This is seriously debatable |
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6389
diff
changeset
|
83 |
These buttons render much more clearly as standard/default buttons |
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6389
diff
changeset
|
84 |
*/ |
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
|
85 |
.loginButton { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
0
diff
changeset
|
86 |
border: 1px solid #edecd2; |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5819
diff
changeset
|
87 |
border-color: #edecd2 %(incontextBoxBodyBgColor)s %(incontextBoxBodyBgColor)s #edecd2; |
0 | 88 |
margin: 2px 0px 0px; |
2116 | 89 |
background: #f0eff0 url("gradient-grey-up.png") left top repeat-x; |
0 | 90 |
} |
4603
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
91 |
|
6389
72ba82a26e05
refactor login box & form to enable easy pluggability
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6140
diff
changeset
|
92 |
.loginContent .formButtonBar { |
4603
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
93 |
float: right; |
ce19b0a05db3
login form style fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
4594
diff
changeset
|
94 |
} |