author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 05 Apr 2011 12:48:53 +0200 | |
changeset 7177 | 0f2905cbe443 |
parent 7102 | 0b7966f7bbcd |
child 7233 | 614f23606091 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* :organization: Logilab |
|
7102
0b7966f7bbcd
[uiprops, css] make header background actually modifiable through uiprops
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6950
diff
changeset
|
3 |
* :copyright: 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
0 | 4 |
* :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 |
*/ |
|
5438
2a9181b82806
[css] avoid repeating reset css
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5224
diff
changeset
|
6 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
7 |
/***************************************/ |
5438
2a9181b82806
[css] avoid repeating reset css
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5224
diff
changeset
|
8 |
/* xhtml tags */ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
9 |
/***************************************/ |
0 | 10 |
|
5477
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
11 |
/* scale and rhythm cf http://lamb.cc/typograph/ */ |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
12 |
body { |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
13 |
font-family: %(defaultFontFamily)s; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
14 |
font-size: %(defaultSize)s; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
15 |
line-height: %(defaultLineHeight)s; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
16 |
color: %(defaultColor)s; |
0 | 17 |
} |
5477
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
18 |
h1, h2, h3 { margin-top:0; margin-bottom:0; } |
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
19 |
|
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
20 |
/* got rhythm ? beat of 12*1.25 = 15 px */ |
5854 | 21 |
.rhythm_bg { background: url("%(baseRhythmBg)s") repeat ! important; } |
5477
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
22 |
|
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
23 |
/* scale 3:5 stranded */ |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
24 |
/* h1 { font-size:2em; } */ |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
25 |
/* h2 { font-size:1.61538em; } */ |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
26 |
/* h3 { font-size:1.23077em; } */ |
5477
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
27 |
|
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
28 |
/* scale le corbusier */ |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
29 |
/* h1 { font-size:2.11538em; } */ |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
30 |
/* h2 { font-size:1.61538em; } */ |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
31 |
/* h3 { font-size:1.30769em; } */ |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
32 |
|
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
33 |
/* scale traditional */ |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
34 |
h1, |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
35 |
.vtitle { font-size: %(h1FontSize)s; } |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
36 |
h2 { font-size: %(h2FontSize)s; } |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
37 |
h3 { font-size: %(h3FontSize)s; } |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
38 |
|
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
39 |
/* paddings */ |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
40 |
h1, |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
41 |
.vtitle { |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
42 |
border-bottom: %(h1BorderBottomStyle)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
43 |
padding: %(h1Padding)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
44 |
margin: %(h1Margin)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
45 |
color: %(h1Color)s; |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
46 |
} |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
47 |
|
6225 | 48 |
div.tabbedprimary + h1, |
49 |
h1.plain { |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
50 |
border-bottom: none; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
51 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
52 |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
53 |
h2 { padding: %(h2Padding)s; } |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
54 |
h3 { padding: %(h3Padding)s; } |
0 | 55 |
|
2116 | 56 |
html, body { |
5853
89ad81d6972d
[css] make body bg color configurable
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5819
diff
changeset
|
57 |
background: %(pageBgColor)s; |
0 | 58 |
} |
59 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
60 |
a, a:active, a:visited, a:link { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
61 |
color: %(aColor)s; |
0 | 62 |
text-decoration: none; |
63 |
} |
|
64 |
||
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
65 |
a:hover { |
0 | 66 |
text-decoration: underline; |
67 |
} |
|
68 |
||
69 |
table { |
|
70 |
border: none; |
|
71 |
} |
|
72 |
||
73 |
table th, table td { |
|
74 |
vertical-align: top; |
|
75 |
} |
|
76 |
||
77 |
label, .label { |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
78 |
font-weight: bold; |
0 | 79 |
} |
80 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
81 |
pre { |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
82 |
clear: both; |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
83 |
font-family: 'Courier New', monospace; |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
84 |
letter-spacing: 0.015em; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
85 |
padding: 0.6em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
86 |
margin: 0 2em 1.7em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
87 |
background-color: %(listingHihligthedBgColor)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
88 |
border: 1px solid %(listingBorderColor)s; |
0 | 89 |
} |
90 |
||
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
91 |
p { |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
92 |
text-align: justify; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
93 |
margin-bottom: %(defaultLineHeightEm)s; |
0 | 94 |
} |
95 |
||
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
96 |
ul { |
5991
39d031ee4af3
[css] set 100% width/height on image from idownloadable primary view
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5939
diff
changeset
|
97 |
margin-bottom: %(defaultLineHeightEm)s; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
98 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
99 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
100 |
ol { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
101 |
list-style-type: decimal; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
102 |
/* margin-bottom: %(defaultLineHeightEm)s; */ |
0 | 103 |
} |
104 |
||
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
105 |
ol ol, |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
106 |
ul ul { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
107 |
margin-left: 8px; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
108 |
margin-bottom : 0px; |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
109 |
} |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
110 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
111 |
/* p + ul { */ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
112 |
/* margin-top: -%(defaultLineHeightEm)s; */ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
113 |
/* } */ |
0 | 114 |
|
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
115 |
li { |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
116 |
margin-left: 1.5em; |
0 | 117 |
} |
118 |
||
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
119 |
img { |
5991
39d031ee4af3
[css] set 100% width/height on image from idownloadable primary view
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5939
diff
changeset
|
120 |
border: none; |
39d031ee4af3
[css] set 100% width/height on image from idownloadable primary view
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5939
diff
changeset
|
121 |
} |
39d031ee4af3
[css] set 100% width/height on image from idownloadable primary view
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5939
diff
changeset
|
122 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
123 |
fieldset { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
124 |
border: none; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
125 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
126 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
127 |
h1 a, h1 a:active, h1 a:visited, h1 a:link, |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
128 |
h2 a, h2 a:active, h2 a:visited, h2 a:link, |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
129 |
h3 a, h3 a:active, h3 a:visited, h3 a:link { |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
130 |
color: inherit; |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
131 |
text-decoration: none; |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
132 |
} |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
133 |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
134 |
input, textarea { |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
135 |
padding: 0.1em 0.2em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
136 |
vertical-align: bottom; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
137 |
border: 1px solid %(pageContentBorderColor)s; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
138 |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
139 |
} |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
140 |
|
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
141 |
input:focus { |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
142 |
border: 1px inset %(headerBgColor)s; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
143 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
144 |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
145 |
hr { |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
146 |
border: none; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
147 |
border-bottom: 1px solid %(defaultColor)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
148 |
height: 1px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
149 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
150 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
151 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
152 |
/* generic classes */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
153 |
/***************************************/ |
0 | 154 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
155 |
h1 a:hover { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
156 |
text-decoration: none; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
157 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
158 |
|
0 | 159 |
.odd { |
160 |
background-color: #f7f6f1; |
|
161 |
} |
|
162 |
||
163 |
.even { |
|
164 |
background-color: transparent; |
|
165 |
} |
|
166 |
||
167 |
.hr { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
168 |
border-bottom: 1px dotted %(pageContentBorderColor)s; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
169 |
height: 17px; |
0 | 170 |
} |
171 |
||
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
172 |
hr.boxSeparator{ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
173 |
border: none; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
174 |
border-bottom: 1px solid %(listingBorderColor)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
175 |
height: 1px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
176 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
177 |
|
0 | 178 |
.left { |
179 |
float: left; |
|
180 |
} |
|
181 |
||
182 |
.right { |
|
183 |
float: right; |
|
184 |
} |
|
185 |
||
186 |
.clear { |
|
187 |
clear: both; |
|
188 |
} |
|
189 |
||
190 |
.hidden { |
|
191 |
display: none; |
|
192 |
visibility: hidden; |
|
193 |
} |
|
194 |
||
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
195 |
li.invisible { |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
196 |
background: none; |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
197 |
padding: 0px 0px 1px 1px; |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
198 |
} |
0 | 199 |
|
1077 | 200 |
li.invisible div{ |
0 | 201 |
display: inline; |
202 |
} |
|
203 |
||
6334
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
204 |
.caption { |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
205 |
font-weight: bold; |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
206 |
} |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
207 |
|
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
208 |
.legend{ |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
209 |
font-style: italic; |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
210 |
} |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
211 |
|
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
212 |
.align-center{ |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
213 |
text-align: center; |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
214 |
} |
8887f28faabf
add some styling required by ReST figures
Alexandre Fayolle <alexandre.fayolle@logilab.fr>
parents:
6246
diff
changeset
|
215 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
216 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
217 |
/* LAYOUT */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
218 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
219 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
220 |
/* header */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
221 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
222 |
table#header { |
7102
0b7966f7bbcd
[uiprops, css] make header background actually modifiable through uiprops
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6950
diff
changeset
|
223 |
background: %(headerBg)s; |
6428
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6366
diff
changeset
|
224 |
width: 100%; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
225 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
226 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
227 |
table#header td { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
228 |
vertical-align: middle; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
229 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
230 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
231 |
table#header a { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
232 |
color: %(defaultColor)s; |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
233 |
} |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
234 |
|
6428
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6366
diff
changeset
|
235 |
table#header td#header-right { |
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6366
diff
changeset
|
236 |
padding-top: 1em; |
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6366
diff
changeset
|
237 |
float: right; |
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6366
diff
changeset
|
238 |
} |
de95bbed8781
[components] refactor main template header: make it much more flexible by using CtxComponent
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6366
diff
changeset
|
239 |
|
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
240 |
table#header img#logo{ |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
241 |
vertical-align: middle; |
0 | 242 |
} |
243 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
244 |
span#appliName { |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
245 |
font-weight: bold; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
246 |
color: %(defaultColor)s; |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
247 |
white-space: nowrap; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
248 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
249 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
250 |
/* Popup on login box and userActionBox */ |
0 | 251 |
div.popup { |
252 |
position: absolute; |
|
253 |
background: #fff; |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
254 |
border: 1px solid %(listingBorderColor)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
255 |
border-top: none; |
0 | 256 |
text-align: left; |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
257 |
z-index: 400; |
0 | 258 |
} |
259 |
||
260 |
div.popup ul li a { |
|
261 |
text-decoration: none; |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
262 |
color: #000; |
0 | 263 |
} |
264 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
265 |
/* main zone */ |
0 | 266 |
|
267 |
div#page { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
268 |
margin: %(defaultLayoutMargin)s; |
0 | 269 |
} |
2116 | 270 |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
271 |
table#mainLayout td#navColumnLeft { |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
272 |
width: 16em; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
273 |
padding-right: %(defaultLayoutMargin)s; |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
274 |
|
0 | 275 |
} |
276 |
||
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
277 |
table#mainLayout td#navColumnRight { |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
278 |
width: 16em; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
279 |
padding-left: %(defaultLayoutMargin)s; |
0 | 280 |
} |
281 |
||
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
282 |
div#pageContent { |
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
283 |
clear: both; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
284 |
/* margin-top:-1px; *//* enable when testing rhythm */ |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
285 |
background: %(pageContentBgColor)s; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
286 |
border: 1px solid %(pageContentBorderColor)s; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
287 |
padding: 0 %(pageContentPadding)s %(pageContentPadding)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
288 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
289 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
290 |
div#pageContent #contentmain .pagination { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
291 |
margin-top: 0; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
292 |
} |
0 | 293 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
294 |
div#pageContent .pagination{ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
295 |
margin-top: 1.5em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
296 |
} |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
297 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
298 |
div#contentmain{ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
299 |
margin-top: %(pageContentPadding)s |
0 | 300 |
} |
301 |
||
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
302 |
/*FIXME */ |
0 | 303 |
#contentheader { |
304 |
margin: 0px; |
|
305 |
padding: 0.2em 0.5em 0.5em 0.5em; |
|
306 |
} |
|
307 |
||
308 |
#contentheader a { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
309 |
color: %(defaultColor)s; |
0 | 310 |
} |
311 |
||
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
312 |
/* XXX old boxes, deprecated */ |
0 | 313 |
|
314 |
div.boxFrame { |
|
315 |
width: 100%; |
|
316 |
} |
|
317 |
||
318 |
div.boxTitle { |
|
319 |
color: #fff; |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
320 |
background: %(contextualBoxTitleBgColor)s; |
0 | 321 |
} |
322 |
||
323 |
div.boxTitle span, |
|
324 |
div.sideBoxTitle span { |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
325 |
padding: 0px 0.5em; |
0 | 326 |
white-space: nowrap; |
327 |
} |
|
328 |
||
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
329 |
div.sideBoxTitle span { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
330 |
color: %(defaultColor)s; |
0 | 331 |
} |
332 |
||
333 |
.boxFrame a { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
334 |
color: %(defaultColor)s; |
0 | 335 |
} |
336 |
||
337 |
div.boxContent { |
|
338 |
padding: 3px 0px; |
|
339 |
background: #fff; |
|
340 |
border-top: none; |
|
341 |
} |
|
342 |
||
343 |
div.shadow{ |
|
344 |
height: 14px; |
|
345 |
background: url("shadow.gif") no-repeat top right; |
|
346 |
} |
|
347 |
||
348 |
div.sideBoxTitle { |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
349 |
background: %(incontextBoxBodyBg)s; |
0 | 350 |
display: block; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
351 |
font-weight: bold; |
0 | 352 |
} |
353 |
||
354 |
div.sideBox { |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
355 |
margin-bottom: 1em; |
0 | 356 |
} |
357 |
||
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
358 |
ul.sideBox, |
6559 | 359 |
ul.sideBox ul { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
360 |
margin-bottom: 0px; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
361 |
} |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
362 |
|
6559 | 363 |
ul.sideBox li { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
364 |
padding: 0px 0px 1px 1px; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
365 |
margin: 1px 0 1px 4px; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
366 |
} |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
367 |
|
0 | 368 |
div.sideBoxBody { |
369 |
padding: 0.2em 5px; |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
370 |
background: %(incontextBoxBodyBg)s; |
0 | 371 |
} |
372 |
||
373 |
div.sideBoxBody a { |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
374 |
color: %(incontextBoxBodyColor)s; |
0 | 375 |
} |
376 |
||
377 |
div.sideBoxBody a:hover { |
|
378 |
text-decoration: underline; |
|
379 |
} |
|
380 |
||
381 |
div.sideBox table td { |
|
382 |
padding-right: 1em; |
|
383 |
} |
|
384 |
||
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
385 |
/* boxes */ |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
386 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
387 |
div.boxTitle { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
388 |
overflow: hidden; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
389 |
font-weight: bold; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
390 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
391 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
392 |
div.boxTitle span { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
393 |
padding: 0px 0.5em; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
394 |
white-space: nowrap; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
395 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
396 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
397 |
div.boxBody { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
398 |
padding: 5px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
399 |
border-top: none; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
400 |
background-color: %(leftrightBoxBodyBgColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
401 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
402 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
403 |
div.boxBody a { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
404 |
color: %(leftrightBoxBodyColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
405 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
406 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
407 |
div.boxBody a:hover { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
408 |
text-decoration: none; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
409 |
cursor: pointer; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
410 |
background-color: %(leftrightBoxBodyHoverBgColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
411 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
412 |
|
6550
8c6a0f6bba3b
[boxes] use a new separator instead of clumsy htmlwidget's one which close and reopen the <ul> (loosing any list class on the way)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6548
diff
changeset
|
413 |
hr.boxSeparator { |
8c6a0f6bba3b
[boxes] use a new separator instead of clumsy htmlwidget's one which close and reopen the <ul> (loosing any list class on the way)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6548
diff
changeset
|
414 |
margin-top: 0.5em; |
8c6a0f6bba3b
[boxes] use a new separator instead of clumsy htmlwidget's one which close and reopen the <ul> (loosing any list class on the way)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6548
diff
changeset
|
415 |
margin-bottom: 0.5em; |
8c6a0f6bba3b
[boxes] use a new separator instead of clumsy htmlwidget's one which close and reopen the <ul> (loosing any list class on the way)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6548
diff
changeset
|
416 |
} |
8c6a0f6bba3b
[boxes] use a new separator instead of clumsy htmlwidget's one which close and reopen the <ul> (loosing any list class on the way)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6548
diff
changeset
|
417 |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
418 |
/* boxes contextual customization */ |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
419 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
420 |
.contextFreeBox div.boxTitle { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
421 |
background: %(contextFreeBoxTitleBg)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
422 |
color: %(contextFreeBoxTitleColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
423 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
424 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
425 |
.contextualBox div.boxTitle { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
426 |
background: %(contextualBoxTitleBg)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
427 |
color: %(contextualBoxTitleColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
428 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
429 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
430 |
.primaryRight div.boxTitle { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
431 |
background: %(incontextBoxTitleBg)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
432 |
color: %(incontextBoxTitleColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
433 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
434 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
435 |
.primaryRight div.boxBody { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
436 |
padding: 0.2em 5px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
437 |
background: %(incontextBoxBodyBgColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
438 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
439 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
440 |
.primaryRight div.boxBody a { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
441 |
color: %(incontextBoxBodyColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
442 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
443 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
444 |
.primaryRight div.boxBody a:hover { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
445 |
background-color: %(incontextBoxBodyHoverBgColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
446 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
447 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
448 |
.primaryRight div.boxFooter { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
449 |
margin-bottom: 1em; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
450 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
451 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
452 |
#navColumnLeft div.boxFooter, #navColumnRight div.boxFooter{ |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
453 |
height: 14px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
454 |
background: url("shadow.gif") no-repeat top right; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
455 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
456 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
457 |
/* boxes lists and menus */ |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
458 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
459 |
ul.boxListing { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
460 |
margin: 0; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
461 |
padding: 0; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
462 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
463 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
464 |
ul.boxListing ul { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
465 |
padding: 1px 3px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
466 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
467 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
468 |
ul.boxListing a { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
469 |
color: %(defaultColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
470 |
padding: 1px 9px 1px 3px; |
6557
37b33760bc4a
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6550
diff
changeset
|
471 |
display: block; /* necessary to get links across all width available (see on mouse over) */ |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
472 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
473 |
|
6548
fd36c1049eed
[css] cleanup and fix by removing display: block on <a> in boxes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6452
diff
changeset
|
474 |
ul.boxListing a.action { |
fd36c1049eed
[css] cleanup and fix by removing display: block on <a> in boxes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6452
diff
changeset
|
475 |
padding: 0; |
6557
37b33760bc4a
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6550
diff
changeset
|
476 |
display: inline; |
37b33760bc4a
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6550
diff
changeset
|
477 |
} |
37b33760bc4a
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6550
diff
changeset
|
478 |
|
37b33760bc4a
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6550
diff
changeset
|
479 |
ul.boxListing a.action + a{ |
37b33760bc4a
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6550
diff
changeset
|
480 |
display: inline; |
6548
fd36c1049eed
[css] cleanup and fix by removing display: block on <a> in boxes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6452
diff
changeset
|
481 |
} |
fd36c1049eed
[css] cleanup and fix by removing display: block on <a> in boxes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6452
diff
changeset
|
482 |
|
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
483 |
ul.boxListing li { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
484 |
margin: 0px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
485 |
padding: 0px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
486 |
background-image: none; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
487 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
488 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
489 |
ul.boxListing ul li { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
490 |
margin: 0px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
491 |
padding-left: 8px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
492 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
493 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
494 |
ul.boxListing ul li a { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
495 |
padding-left: 10px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
496 |
background-image: url("bullet_orange.png"); |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
497 |
background-repeat: no-repeat; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
498 |
background-position: 0 6px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
499 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
500 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
501 |
ul.boxListing .selected { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
502 |
color: %(aColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
503 |
font-weight: bold; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
504 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
505 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
506 |
ul.boxListing a.boxMenu:hover { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
507 |
border-top: medium none; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
508 |
background: %(leftrightBoxBodyHoverBgColor)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
509 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
510 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
511 |
a.boxMenu, |
6559 | 512 |
ul.boxListing a.boxMenu { |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
513 |
display: block; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
514 |
padding: 1px 3px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
515 |
background: transparent %(bulletDownImg)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
516 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
517 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
518 |
ul.boxListing a.boxMenu:hover { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
519 |
border-top: medium none; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
520 |
background: %(leftrightBoxBodyHoverBgColor)s %(bulletDownImg)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
521 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
522 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
523 |
a.boxMenu:hover { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
524 |
cursor: pointer; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
525 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
526 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
527 |
a.popupMenu { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
528 |
background: transparent url("puce_down_black.png") 2% 6px no-repeat; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
529 |
padding-left: 2em; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
530 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
531 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
532 |
/* custom boxes */ |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
533 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
534 |
.search_box div.boxBody { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
535 |
padding: 4px 4px 3px; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
536 |
background: #f0eff0 url("gradient-grey-up.png") left top repeat-x; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
537 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
538 |
|
6548
fd36c1049eed
[css] cleanup and fix by removing display: block on <a> in boxes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6452
diff
changeset
|
539 |
.bookmarks_box ul.boxListing div a:hover { |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
540 |
border-bottom: 1px solid #000; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
541 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
542 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
543 |
.download_box div.boxTitle { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
544 |
background : #8fbc8f !important; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
545 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
546 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
547 |
.download_box div.boxBody { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
548 |
background : #eefed9; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
549 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
550 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
551 |
/* search box and rql bar */ |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
552 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
553 |
div#rqlinput { |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
554 |
margin-bottom: %(defaultLayoutMargin)s; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
555 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
556 |
|
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
557 |
input#rql{ |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
558 |
padding: 0.25em 0.3em; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
559 |
width: 99%; |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
560 |
} |
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
561 |
|
1077 | 562 |
input.rqlsubmit{ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
563 |
display: block; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
564 |
width: 20px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
565 |
height: 20px; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
566 |
background: %(buttonBgColor)s url("go.png") 50% 50% no-repeat; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
567 |
vertical-align: bottom; |
0 | 568 |
} |
569 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
570 |
input#norql{ |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
571 |
width:155px; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
572 |
margin-right: 2px; |
0 | 573 |
} |
574 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
575 |
/* user actions menu */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
576 |
a.logout, a.logout:visited, a.logout:hover{ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
577 |
color: #fff; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
578 |
text-decoration: none; |
0 | 579 |
} |
580 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
581 |
div#userActionsBox { |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
582 |
width: 15em; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
583 |
text-align: right; |
0 | 584 |
} |
585 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
586 |
div#userActionsBox a.popupMenu { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
587 |
color: #000; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
588 |
text-decoration: underline; |
3818
9522e51d8644
[web ui] move help from header to footer
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3809
diff
changeset
|
589 |
padding-right: 2em; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
590 |
} |
0 | 591 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
592 |
/**************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
593 |
/* navigation */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
594 |
/**************/ |
0 | 595 |
div#etyperestriction { |
596 |
margin-bottom: 1ex; |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
597 |
border-bottom: 1px solid %(pageContentBorderColor)s; |
0 | 598 |
} |
599 |
||
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
600 |
/* pagination */ |
6950
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
601 |
|
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
602 |
div.pagination{ |
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
603 |
margin: 0.5em 0; |
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
604 |
} |
0 | 605 |
span.slice a:visited, |
606 |
span.slice a:hover{ |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
607 |
color: %(helperColor)s; |
0 | 608 |
} |
609 |
||
610 |
span.selectedSlice a:visited, |
|
611 |
span.selectedSlice a { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
612 |
color: %(defaultColor)s; |
0 | 613 |
} |
614 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
615 |
/* FIXME should be moved to cubes/folder */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
616 |
div.navigation a { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
617 |
text-align: center; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
618 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
619 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
620 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
621 |
div.prevnext { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
622 |
width: 100%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
623 |
margin-bottom: 1em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
624 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
625 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
626 |
div.prevnext a { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
627 |
color: %(defaultColor)s; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
628 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
629 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
630 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
631 |
/* entity views */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
632 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
633 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
634 |
div.mainRelated { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
635 |
border: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
636 |
margin-right: 1em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
637 |
padding: 0.5em 0.2em 0.2em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
638 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
639 |
|
989
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
640 |
div.primaryRight{ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
641 |
margin-left: %(defaultLayoutMargin)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
642 |
} |
989
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
643 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
644 |
div.metadata { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
645 |
font-size: 90%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
646 |
margin: 5px 0px 3px; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
647 |
color: %(helperColor)s; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
648 |
text-align: right; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
649 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
650 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
651 |
div.section { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
652 |
width:100%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
653 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
654 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
655 |
div.section a:hover { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
656 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
657 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
658 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
659 |
/* basic entity view */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
660 |
|
3809
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
661 |
tr.entityfield th { |
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
662 |
text-align: left; |
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
663 |
padding-right: 0.5em; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
664 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
665 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
666 |
div.field { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
667 |
display: inline; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
668 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
669 |
|
3840
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
670 |
div.ctxtoolbar { |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
671 |
float: right; |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
672 |
padding-left: 24px; |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
673 |
position: relative; |
6137
b33d32f28885
[css] make sure the toolbar is clickable because layered over title
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
6004
diff
changeset
|
674 |
z-index: 10; |
3840
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
675 |
} |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
676 |
div.toolbarButton { |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
677 |
display: inline; |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
678 |
} |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
679 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
680 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
681 |
/* messages */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
682 |
/***************************************/ |
0 | 683 |
|
684 |
.warning, |
|
685 |
.message, |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
686 |
.errorMessage{ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
687 |
padding: 0.2em; |
0 | 688 |
font-weight: bold; |
689 |
} |
|
690 |
||
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
691 |
.searchMessage{ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
692 |
margin-top: %(defaultLayoutMargin)s; |
0 | 693 |
} |
694 |
||
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
695 |
.loginMessage { |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
696 |
margin: 4px 0px; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
697 |
font-weight: bold; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
698 |
color: %(aColor)s; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
699 |
} |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
700 |
|
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
701 |
div#appMsg { |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
702 |
margin-bottom: %(defaultLayoutMargin)s; |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
703 |
border: 1px solid %(incontextBoxTitleBgColor)s; |
0 | 704 |
} |
705 |
||
706 |
.message { |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
707 |
background: %(msgBgColor)s %(infoMsgBgImg)s; |
0 | 708 |
padding-left: 15px; |
709 |
} |
|
710 |
||
711 |
.errorMessage { |
|
712 |
margin: 10px 0px; |
|
713 |
padding-left: 25px; |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
714 |
background: %(msgBgColor)s url("critical.png") 2px center no-repeat; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
715 |
color: %(errorMsgColor)s; |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
716 |
border: 1px solid %(incontextBoxTitleBgColor)s; |
0 | 717 |
} |
718 |
||
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
719 |
/* search-associate message */ |
0 | 720 |
.stateMessage { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
721 |
border: 1px solid %(pageContentBorderColor)s; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
722 |
background: %(msgBgColor)s %(infoMsgBgImg)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
723 |
padding: 0.1em 0 0.1em 20px; |
0 | 724 |
} |
725 |
||
726 |
/* warning messages like "There are too many results ..." */ |
|
727 |
.warning { |
|
728 |
padding-left: 25px; |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
729 |
background: %(msgBgColor)s url("critical.png") 3px 50% no-repeat; |
0 | 730 |
} |
731 |
||
732 |
/* label shown in the top-right hand corner during form validation */ |
|
733 |
div#progress { |
|
734 |
position: fixed; |
|
735 |
right: 5px; |
|
736 |
top: 0px; |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
737 |
background: %(defaultColor)s; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
738 |
color: #fff; |
0 | 739 |
font-weight: bold; |
740 |
display: none; |
|
741 |
} |
|
742 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
743 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
744 |
/* listing table */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
745 |
/***************************************/ |
0 | 746 |
|
747 |
table.listing { |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
748 |
width: 100%; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
749 |
font-size: 0.9167em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
750 |
padding: 10px 0em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
751 |
color: %(defaultColor)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
752 |
border: 1px solid %(listingBorderColor)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
753 |
margin-bottom: 1em; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
754 |
} |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
755 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
756 |
table.listing th { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
757 |
font-weight: bold; |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
758 |
font-size: 8pt; |
6950
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
759 |
background: %(listingHeaderBgColor)s; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
760 |
padding: 2px 4px; |
5482
8c8c6d3f3b3a
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5481
diff
changeset
|
761 |
border: 1px solid %(listingBorderColor)s; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
762 |
border-right:none; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
763 |
/* white-space: nowrap; */ |
0 | 764 |
} |
765 |
||
766 |
table.listing thead th.over { |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
767 |
background-color: %(listingHeaderBgColor)s; |
0 | 768 |
cursor: pointer; |
769 |
} |
|
770 |
||
1077 | 771 |
table.listing tr .header { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
772 |
border-right: 1px solid %(listingBorderColor)s; |
1077 | 773 |
cursor: pointer; |
774 |
} |
|
775 |
||
776 |
table.listing td { |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
777 |
padding: 3px; |
1077 | 778 |
vertical-align: top; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
779 |
border: 1px solid %(listingBorderColor)s; |
0 | 780 |
border-right: none; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
781 |
background-color: #fff; |
0 | 782 |
} |
783 |
||
784 |
table.listing td a, |
|
785 |
table.listing td a:visited { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
786 |
color: %(defaultColor)s; |
0 | 787 |
} |
788 |
||
789 |
table.listing a:hover, |
|
790 |
table.listing tr.highlighted td a { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
791 |
color:%(defaultColor)s; |
0 | 792 |
} |
793 |
||
794 |
table.listing td.top { |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
795 |
border: 1px solid #fff; |
0 | 796 |
border-bottom: none; |
797 |
text-align: right ! important; |
|
5477
f79c39be0b9b
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
798 |
/* insane IE row bug workraound */ |
0 | 799 |
position: relative; |
800 |
left: -1px; |
|
801 |
top: -1px; |
|
802 |
} |
|
803 |
||
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
804 |
table.listing input, |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
805 |
table.listing textarea { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
806 |
background: %(listingHihligthedBgColor)s; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
807 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
808 |
|
3572
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
809 |
table.htableForm { |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
810 |
vertical-align: middle; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
811 |
} |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
812 |
|
3572
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
813 |
table.htableForm td{ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
814 |
padding-left: 1em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
815 |
padding-top: 0.5em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
816 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
817 |
table.htableForm th{ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
818 |
padding-left: 1em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
819 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
820 |
table.htableForm .validateButton { |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
821 |
margin-right: 0.2em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
822 |
vertical-align: top; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
823 |
margin-bottom: 0.2em; /* because vertical-align doesn't seems to have any effect */ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
824 |
} |
0 | 825 |
|
6452
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
826 |
|
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
827 |
table.ajaxEditRelationTable{ |
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
828 |
margin-bottom: 0.5em; |
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
829 |
} |
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
830 |
table.ajaxEditRelationTable td.entity{ |
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
831 |
padding-left: 0.5em; |
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
832 |
} |
6b6a2fa28069
[ui] nicer ajax edit relation table (tags box for instance)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6448
diff
changeset
|
833 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
834 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
835 |
/* error view (views/management.py) */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
836 |
/***************************************/ |
0 | 837 |
|
838 |
div.pycontext { /* html traceback */ |
|
839 |
font-family: Verdana, sans-serif; |
|
840 |
font-size: 80%; |
|
841 |
padding: 1em; |
|
842 |
margin: 10px 0px 5px 20px; |
|
843 |
background-color: #dee7ec; |
|
844 |
} |
|
845 |
||
846 |
div.pycontext span.name { |
|
847 |
color: #ff0000; |
|
848 |
} |
|
849 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
850 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
851 |
/* addcombobox */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
852 |
/***************************************/ |
0 | 853 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
854 |
input#newopt { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
855 |
display: block; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
856 |
float: left; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
857 |
width: 120px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
858 |
} |
0 | 859 |
|
2116 | 860 |
div#newvalue{ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
861 |
margin-top: 2px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
862 |
} |
0 | 863 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
864 |
#add_newopt { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
865 |
display: block; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
866 |
float: left; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
867 |
width: 20px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
868 |
line-height: 20px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
869 |
background: %(buttonBgColor)s url("go.png") 50% 50% no-repeat; |
0 | 870 |
} |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
871 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
872 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
873 |
/* buttons */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
874 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
875 |
|
2116 | 876 |
input.button{ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
877 |
margin: 1em 1em 0px 0px; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
878 |
border: 1px solid %(buttonBorderColor)s; |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
879 |
border-color: %(buttonBorderColor)s %(incontextBoxTitleBgColor)s %(incontextBoxTitleBgColor)s %(buttonBorderColor)s; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
880 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
881 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
882 |
/* FileItemInnerView jquery.treeview.css */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
883 |
.folder { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
884 |
/* disable odd/even under folder class */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
885 |
background-color: transparent; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
886 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
887 |
|
6950
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
888 |
a.addButton { |
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
889 |
margin-left: 0.5em; |
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
890 |
padding-left: 16px; |
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
891 |
background: transparent url("add_button.png") 0% 50% no-repeat; |
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
892 |
} |
8a17e6e34f0f
[admin ui] nicer views for users/groups management
Charles Hébert <charles.hebert@logilab.fr>
parents:
6892
diff
changeset
|
893 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
894 |
/***************************************/ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
895 |
/* lists */ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
896 |
/***************************************/ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
897 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
898 |
ul.section, |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
899 |
ul.startup { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
900 |
margin-bottom: 0px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
901 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
902 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
903 |
ul.startup li, |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
904 |
ul.section li { |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
905 |
margin-left: 0px |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
906 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
907 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
908 |
ul.simple li, |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
909 |
.popupWrapper ul li { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
910 |
background: transparent url("bullet_orange.png") no-repeat 0% 6px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
911 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
912 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
913 |
ul.simple li { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
914 |
padding-left: 8px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
915 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
916 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
917 |
.popupWrapper ul { |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
918 |
padding: 0.2em 0.3em; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
919 |
margin-bottom: 0px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
920 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
921 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
922 |
.popupWrapper ul li { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
923 |
padding-left: 8px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
924 |
margin-left: 0px; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
925 |
white-space: nowrap; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
926 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
927 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
928 |
/***************************************/ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
929 |
/* footer */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
930 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
931 |
|
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
932 |
div#footer { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
933 |
text-align: center; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
934 |
} |
5478
c52124b7a00e
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5477
diff
changeset
|
935 |
div#footer a { |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
936 |
color: %(defaultColor)s; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
937 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
938 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
939 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
940 |
/****************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
941 |
/* FIXME must by managed by cubes */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
942 |
/****************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
943 |
.needsvalidation { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
944 |
font-style: italic; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
945 |
color: gray; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
946 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
947 |
|
4280
15d541321a8c
more input/button fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3840
diff
changeset
|
948 |
.validateButton { |
1077 | 949 |
margin: 1em 1em 0px 0px; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
950 |
border: 1px solid %(buttonBorderColor)s; |
6140
65a619eb31c4
[boxes] introduce new boxes system
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
6004
diff
changeset
|
951 |
border-color: %(buttonBorderColor)s %(incontextBoxTitleBgColor)s %(incontextBoxTitleBgColor)s %(buttonBorderColor)s; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
952 |
background: %(buttonBgColor)s url("button.png") bottom left repeat-x; |
3066
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
953 |
} |
2937
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
954 |
|
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
955 |
/********************************/ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
956 |
/* placement of alt. view icons */ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
957 |
/********************************/ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
958 |
|
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
959 |
.otherView { |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
960 |
float: right; |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
961 |
} |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
962 |
|
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
963 |
/********************************/ |
6246
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
964 |
/* rest related classes */ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
965 |
/********************************/ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
966 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
967 |
img.align-right { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
968 |
margin-left: 1.5em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
969 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
970 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
971 |
img.align-left { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
972 |
margin-right: 1.5em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
973 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
974 |
|
6246
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
975 |
/******************************/ |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
976 |
/* reledit */ |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
977 |
/******************************/ |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
978 |
|
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
979 |
.releditField { |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
980 |
display: inline; |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
981 |
} |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
982 |
|
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
983 |
.releditForm { |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
984 |
display:none; |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
985 |
} |
62e25fac41cd
[views/reledit] refactor composite handling
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
6193
diff
changeset
|
986 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
987 |
/********************************/ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
988 |
/* overwite other css here */ |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
989 |
/********************************/ |
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
990 |
|
6448
8590d82e9b1b
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
6428
diff
changeset
|
991 |
.ui-menu li.ui-menu-item { |
8590d82e9b1b
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
6428
diff
changeset
|
992 |
/* remove background image (orange bullet) for autocomplete suggestions */ |
8590d82e9b1b
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
6428
diff
changeset
|
993 |
background-image: none; |
8590d82e9b1b
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
6428
diff
changeset
|
994 |
} |
8590d82e9b1b
[javascript] update to jQuery 1.4.2 and jQuery-ui 1.8.5
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
6428
diff
changeset
|
995 |
|
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
996 |
/* ui.tabs.css */ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
997 |
ul.ui-tabs-nav, |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
998 |
div.ui-tabs-panel { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
999 |
font-family: %(defaultFontFamily)s; |
5479
6ba3587c5cda
[css] start using uiprops in cubicweb.css
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
5478
diff
changeset
|
1000 |
font-size: %(defaultSize)s; |
5483
1a30c5a56256
merge good/bad versions of imported patches...
Sylvain Thénault <sylvain.thenault@logilab.fr>
diff
changeset
|
1001 |
} |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1002 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1003 |
div.ui-tabs-panel { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1004 |
border-top:1px solid #b6b6b6; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1005 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1006 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1007 |
ul.ui-tabs-nav a { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1008 |
color: #3d3d3d; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1009 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1010 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1011 |
ul.ui-tabs-nav a:hover { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1012 |
color: #000; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1013 |
} |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1014 |
|
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1015 |
img.ui-datepicker-trigger { |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1016 |
margin-left: 0.5em; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1017 |
vertical-align: bottom; |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5774
diff
changeset
|
1018 |
} |