author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 03 Feb 2010 21:11:50 +0100 | |
changeset 4450 | 8000abf9c9d3 |
parent 4280 | 15d541321a8c |
child 4657 | 79005a48b221 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* :organization: Logilab |
|
2116 | 3 |
* :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
0 | 4 |
* :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 |
*/ |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
6 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
7 |
/* xhtml tags styles */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
8 |
/***************************************/ |
0 | 9 |
|
10 |
*{ |
|
11 |
margin:0px; |
|
12 |
padding :0px; |
|
13 |
} |
|
14 |
||
2116 | 15 |
html, body { |
0 | 16 |
background: #e2e2e2; |
17 |
} |
|
18 |
||
19 |
body { |
|
20 |
font-size: 69%; |
|
21 |
font-weight: normal; |
|
22 |
font-family: Verdana, sans-serif; |
|
23 |
} |
|
24 |
||
25 |
h1 { |
|
26 |
font-size: 188%; |
|
27 |
margin: 0.2em 0px 0.3em; |
|
28 |
border-bottom: 1px solid #000; |
|
29 |
} |
|
30 |
||
31 |
h2, h3 { |
|
32 |
margin-top: 0.2em; |
|
33 |
margin-bottom: 0.3em; |
|
34 |
} |
|
35 |
||
36 |
h2 { |
|
37 |
font-size: 135%; |
|
38 |
} |
|
39 |
||
40 |
h3 { |
|
41 |
font-size: 130%; |
|
42 |
} |
|
43 |
||
44 |
h4 { |
|
45 |
font-size: 120%; |
|
46 |
margin: 0.2em 0px; |
|
47 |
} |
|
48 |
||
49 |
h5 { |
|
50 |
font-size:110%; |
|
51 |
} |
|
52 |
||
53 |
h6{ |
|
54 |
font-size:105%; |
|
55 |
} |
|
56 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
57 |
a, a:active, a:visited, a:link { |
0 | 58 |
color: #ff4500; |
59 |
text-decoration: none; |
|
60 |
} |
|
61 |
||
62 |
a:hover{ |
|
63 |
text-decoration: underline; |
|
64 |
} |
|
65 |
||
66 |
a img { |
|
67 |
border: none; |
|
68 |
text-align: center; |
|
69 |
} |
|
70 |
||
71 |
p { |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
72 |
margin: 0em 0px 0.2em; |
0 | 73 |
padding-top: 2px; |
74 |
} |
|
75 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
76 |
table, td, input, select{ |
0 | 77 |
font-size: 100%; |
78 |
} |
|
79 |
||
80 |
table { |
|
81 |
border-collapse: collapse; |
|
82 |
border: none; |
|
83 |
} |
|
84 |
||
85 |
table th, table td { |
|
86 |
vertical-align: top; |
|
87 |
} |
|
88 |
||
89 |
table td img { |
|
90 |
vertical-align: middle; |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
91 |
margin-right: 10px; |
0 | 92 |
} |
93 |
||
94 |
ol { |
|
95 |
margin: 1px 0px 1px 16px; |
|
96 |
} |
|
97 |
||
98 |
ul{ |
|
99 |
margin: 1px 0px 1px 4px; |
|
100 |
list-style-type: none; |
|
101 |
} |
|
102 |
||
103 |
ul li { |
|
104 |
margin-top: 2px; |
|
105 |
padding: 0px 0px 2px 8px; |
|
106 |
background: url("bullet_orange.png") 0% 6px no-repeat; |
|
107 |
} |
|
108 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
109 |
dt { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
110 |
font-size:1.17em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
111 |
font-weight:600; |
0 | 112 |
} |
113 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
114 |
dd { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
115 |
margin: 0.6em 0 1.5em 2em; |
0 | 116 |
} |
117 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
118 |
fieldset { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
119 |
border: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
120 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
121 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
122 |
legend { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
123 |
padding: 0px 2px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
124 |
font: bold 1em Verdana, sans-serif; |
0 | 125 |
} |
126 |
||
127 |
input, textarea { |
|
128 |
padding: 0.2em; |
|
129 |
vertical-align: middle; |
|
130 |
border: 1px solid #ccc; |
|
131 |
} |
|
132 |
||
135
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
133 |
input:focus { |
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
134 |
border: 1px inset #ff7700; |
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
135 |
} |
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
136 |
|
0 | 137 |
label, .label { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
138 |
font-weight: bold; |
0 | 139 |
} |
140 |
||
141 |
iframe { |
|
142 |
border: 0px; |
|
143 |
} |
|
144 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
145 |
pre { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
146 |
font-family: Courier, "Courier New", Monaco, monospace; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
147 |
font-size: 100%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
148 |
color: #000; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
149 |
background-color: #f2f2f2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
150 |
border: 1px solid #ccc; |
0 | 151 |
} |
152 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
153 |
code { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
154 |
font-size: 120%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
155 |
color: #000; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
156 |
background-color: #f2f2f2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
157 |
border: 1px solid #ccc; |
0 | 158 |
} |
159 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
160 |
blockquote { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
161 |
font-family: Courier, "Courier New", serif; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
162 |
font-size: 120%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
163 |
margin: 5px 0px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
164 |
padding: 0.8em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
165 |
background-color: #f2f2f2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
166 |
border: 1px solid #ccc; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
167 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
168 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
169 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
170 |
/* generic classes */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
171 |
/***************************************/ |
0 | 172 |
|
173 |
.odd { |
|
174 |
background-color: #f7f6f1; |
|
175 |
} |
|
176 |
||
177 |
.even { |
|
178 |
background-color: transparent; |
|
179 |
} |
|
180 |
||
181 |
.hr { |
|
182 |
border-bottom: 1px dotted #ccc; |
|
183 |
margin: 1em 0px; |
|
184 |
} |
|
185 |
||
186 |
.left { |
|
187 |
float: left; |
|
188 |
} |
|
189 |
||
190 |
.right { |
|
191 |
float: right; |
|
192 |
} |
|
193 |
||
194 |
.clear { |
|
195 |
clear: both; |
|
196 |
} |
|
197 |
||
198 |
.hidden { |
|
199 |
display: none; |
|
200 |
visibility: hidden; |
|
201 |
} |
|
202 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
203 |
li.invisible { list-style: none; background: none; padding: 0px 0px |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
204 |
1px 1px; } |
0 | 205 |
|
1077 | 206 |
li.invisible div{ |
0 | 207 |
display: inline; |
208 |
} |
|
209 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
210 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
211 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
212 |
/* LAYOUT */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
213 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
214 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
215 |
/* header */ |
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 |
table#header { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
218 |
background: #ff7700 url("banner.png") left top repeat-x; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
219 |
text-align: left; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
220 |
} |
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 td { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
223 |
vertical-align: middle; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
224 |
} |
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 |
table#header a { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
227 |
color: #000; |
0 | 228 |
} |
229 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
230 |
span#appliName { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
231 |
font-weight: bold; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
232 |
color: #000; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
233 |
white-space: nowrap; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
234 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
235 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
236 |
table#header td#headtext { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
237 |
width: 100%; |
0 | 238 |
} |
239 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
240 |
/* FIXME appear with 4px width in IE6 */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
241 |
div#stateheader{ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
242 |
min-width: 66%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
243 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
244 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
245 |
/* Popup on login box and userActionBox */ |
3066
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
246 |
div.popupWrapper{ |
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
247 |
position:relative; |
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
248 |
z-index:100; |
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
249 |
} |
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
250 |
|
0 | 251 |
div.popup { |
252 |
position: absolute; |
|
253 |
background: #fff; |
|
254 |
border: 1px solid black; |
|
255 |
text-align: left; |
|
3066
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
256 |
z-index:400; |
0 | 257 |
} |
258 |
||
259 |
div.popup ul li a { |
|
260 |
text-decoration: none; |
|
261 |
color: black; |
|
262 |
} |
|
263 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
264 |
/* main zone */ |
0 | 265 |
|
266 |
div#page { |
|
267 |
background: #e2e2e2; |
|
268 |
position: relative; |
|
269 |
min-height: 800px; |
|
270 |
} |
|
2116 | 271 |
|
272 |
table#mainLayout{ |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
273 |
margin:0px 3px; |
0 | 274 |
} |
275 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
276 |
table#mainLayout td#contentcol { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
277 |
padding: 8px 10px 5px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
278 |
} |
0 | 279 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
280 |
table#mainLayout td.navcol { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
281 |
width: 16em; |
0 | 282 |
} |
283 |
||
284 |
#contentheader { |
|
285 |
margin: 0px; |
|
286 |
padding: 0.2em 0.5em 0.5em 0.5em; |
|
287 |
} |
|
288 |
||
289 |
#contentheader a { |
|
290 |
color: #000; |
|
291 |
} |
|
292 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
293 |
div#pageContent { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
294 |
clear: both; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
295 |
padding: 10px 1em 2em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
296 |
background: #ffffff; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
297 |
border: 1px solid #ccc; |
0 | 298 |
} |
299 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
300 |
/* rql bar */ |
0 | 301 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
302 |
div#rqlinput { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
303 |
border: 1px solid #cfceb7; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
304 |
margin-bottom: 8px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
305 |
padding: 3px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
306 |
background: #cfceb7; |
0 | 307 |
} |
308 |
||
309 |
input#rql{ |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
310 |
width: 95%; |
0 | 311 |
} |
312 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
313 |
/* boxes */ |
0 | 314 |
div.navboxes { |
2116 | 315 |
margin-top: 8px; |
0 | 316 |
} |
317 |
||
318 |
div.boxFrame { |
|
319 |
width: 100%; |
|
320 |
} |
|
321 |
||
322 |
div.boxTitle { |
|
323 |
padding-top: 0px; |
|
324 |
padding-bottom: 0.2em; |
|
325 |
font: bold 100% Georgia; |
|
326 |
overflow: hidden; |
|
327 |
color: #fff; |
|
328 |
background: #ff9900 url("search.png") left bottom repeat-x; |
|
329 |
} |
|
330 |
||
331 |
div.searchBoxFrame div.boxTitle, |
|
332 |
div.greyBoxFrame div.boxTitle { |
|
333 |
background: #cfceb7; |
|
334 |
} |
|
335 |
||
336 |
div.boxTitle span, |
|
337 |
div.sideBoxTitle span { |
|
338 |
padding: 0px 5px; |
|
339 |
white-space: nowrap; |
|
340 |
} |
|
341 |
||
342 |
div.sideBoxTitle span, |
|
343 |
div.searchBoxFrame div.boxTitle span, |
|
344 |
div.greyBoxFrame div.boxTitle span { |
|
345 |
color: #222211; |
|
346 |
} |
|
347 |
||
348 |
.boxFrame a { |
|
349 |
color: #000; |
|
350 |
} |
|
351 |
||
352 |
div.boxContent { |
|
353 |
padding: 3px 0px; |
|
354 |
background: #fff; |
|
355 |
border-top: none; |
|
356 |
} |
|
357 |
||
358 |
ul.boxListing { |
|
359 |
margin: 0px; |
|
360 |
padding: 0px 3px; |
|
361 |
} |
|
362 |
||
363 |
ul.boxListing li, |
|
364 |
ul.boxListing ul li { |
|
365 |
display: inline; |
|
366 |
margin: 0px; |
|
367 |
padding: 0px; |
|
368 |
background-image: none; |
|
369 |
} |
|
370 |
||
371 |
ul.boxListing ul { |
|
372 |
margin: 0px 0px 0px 7px; |
|
373 |
padding: 1px 3px; |
|
374 |
} |
|
375 |
||
376 |
ul.boxListing a { |
|
377 |
color: #000; |
|
378 |
display: block; |
|
379 |
padding: 1px 9px 1px 3px; |
|
380 |
} |
|
381 |
||
2702
f19bc131b2d9
[css] fix cubicweb.css for action'selected class
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
2249
diff
changeset
|
382 |
ul.boxListing .selected { |
0 | 383 |
color: #FF4500; |
384 |
font-weight: bold; |
|
385 |
} |
|
386 |
||
387 |
ul.boxListing a.boxBookmark:hover, |
|
388 |
ul.boxListing a:hover, |
|
389 |
ul.boxListing ul li a:hover { |
|
390 |
text-decoration: none; |
|
391 |
background: #eeedd9; |
|
392 |
color: #111100; |
|
393 |
} |
|
394 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
395 |
|
0 | 396 |
a.boxMenu { |
397 |
background: transparent url("puce_down.png") 98% 6px no-repeat; |
|
398 |
display: block; |
|
399 |
padding: 1px 9px 1px 3px; |
|
400 |
} |
|
401 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
402 |
|
0 | 403 |
a.popupMenu { |
404 |
background: transparent url("puce_down_black.png") 2% 6px no-repeat; |
|
405 |
padding-left: 2em; |
|
406 |
} |
|
407 |
||
408 |
ul.boxListing ul li a:hover { |
|
409 |
background: #eeedd9 url("bullet_orange.png") 0% 6px no-repeat; |
|
410 |
} |
|
411 |
||
412 |
a.boxMenu:hover { |
|
413 |
background: #eeedd9 url("puce_down.png") 98% 6px no-repeat; |
|
414 |
cursor: pointer; |
|
415 |
} |
|
416 |
||
417 |
ul.boxListing a.boxBookmark { |
|
418 |
padding-left: 3px; |
|
419 |
background-image:none; |
|
420 |
background:#fff; |
|
421 |
} |
|
422 |
||
423 |
ul.boxListing ul li a { |
|
424 |
background: #fff url("bullet_orange.png") 0% 6px no-repeat; |
|
425 |
padding: 1px 3px 0px 10px; |
|
426 |
} |
|
427 |
||
428 |
div.searchBoxFrame div.boxContent { |
|
429 |
padding: 4px 4px 3px; |
|
430 |
background: #f0eff0 url("gradient-grey-up.png") left top repeat-x; |
|
431 |
} |
|
432 |
||
433 |
div.shadow{ |
|
434 |
height: 14px; |
|
435 |
background: url("shadow.gif") no-repeat top right; |
|
436 |
} |
|
437 |
||
438 |
div.sideBoxTitle { |
|
439 |
background: #cfceb7; |
|
440 |
display: block; |
|
441 |
font: bold 100% Georgia; |
|
442 |
} |
|
443 |
||
444 |
div.sideBox { |
|
2212
201ce0d389f3
add padding on sideBoxTitles
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2211
diff
changeset
|
445 |
padding: 0 0 0.2em; |
0 | 446 |
margin-bottom: 0.5em; |
447 |
} |
|
448 |
||
2116 | 449 |
ul.sideBox li{ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
450 |
list-style: none; |
2116 | 451 |
background: none; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
452 |
padding: 0px 0px 1px 1px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
453 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
454 |
|
0 | 455 |
div.sideBoxBody { |
456 |
padding: 0.2em 5px; |
|
2232
7837a3941327
#344266 [cubicweb-forge]: fix buggy boxes css style
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2212
diff
changeset
|
457 |
background: #eeedd9; |
0 | 458 |
} |
459 |
||
460 |
div.sideBoxBody a { |
|
461 |
color:#555544; |
|
462 |
} |
|
463 |
||
464 |
div.sideBoxBody a:hover { |
|
465 |
text-decoration: underline; |
|
466 |
} |
|
467 |
||
468 |
div.sideBox table td { |
|
469 |
padding-right: 1em; |
|
470 |
} |
|
471 |
||
1077 | 472 |
input.rqlsubmit{ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
473 |
background: #fffff8 url("go.png") 50% 50% no-repeat; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
474 |
width: 20px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
475 |
height: 20px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
476 |
margin: 0px; |
0 | 477 |
} |
478 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
479 |
input#norql{ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
480 |
width:13em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
481 |
margin-right: 2px; |
0 | 482 |
} |
483 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
484 |
/* user actions menu */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
485 |
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
|
486 |
color: #fff; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
487 |
text-decoration: none; |
0 | 488 |
} |
489 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
490 |
div#userActionsBox { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
491 |
width: 14em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
492 |
text-align: right; |
0 | 493 |
} |
494 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
495 |
div#userActionsBox a.popupMenu { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
496 |
color: black; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
497 |
text-decoration: underline; |
3818
9522e51d8644
[web ui] move help from header to footer
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3809
diff
changeset
|
498 |
padding-right: 2em; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
499 |
} |
0 | 500 |
|
3359
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
501 |
/* download box XXX move to its own file? */ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
502 |
div.downloadBoxTitle{ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
503 |
background : #8FBC8F; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
504 |
font-weight: bold; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
505 |
} |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
506 |
|
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
507 |
div.downloadBox{ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
508 |
font-weight: bold; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
509 |
} |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
510 |
|
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
511 |
div.downloadBox div.sideBoxBody{ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
512 |
background : #EEFED9; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
513 |
} |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
514 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
515 |
/**************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
516 |
/* navigation */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
517 |
/**************/ |
0 | 518 |
div#etyperestriction { |
519 |
margin-bottom: 1ex; |
|
520 |
border-bottom: 1px solid #ccc; |
|
521 |
} |
|
522 |
||
523 |
span.slice a:visited, |
|
524 |
span.slice a:hover{ |
|
525 |
color: #555544; |
|
526 |
} |
|
527 |
||
528 |
span.selectedSlice a:visited, |
|
529 |
span.selectedSlice a { |
|
530 |
color: #000; |
|
531 |
} |
|
532 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
533 |
/* FIXME should be moved to cubes/folder */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
534 |
div.navigation a { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
535 |
text-align: center; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
536 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
537 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
538 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
539 |
div.prevnext { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
540 |
width: 100%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
541 |
margin-bottom: 1em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
542 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
543 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
544 |
div.prevnext a { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
545 |
color: #000; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
546 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
547 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
548 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
549 |
/* entity views */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
550 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
551 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
552 |
.mainInfo { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
553 |
margin-right: 1em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
554 |
padding: 0.2em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
555 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
556 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
557 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
558 |
div.mainRelated { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
559 |
border: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
560 |
margin-right: 1em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
561 |
padding: 0.5em 0.2em 0.2em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
562 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
563 |
|
989
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
564 |
div.primaryRight{ |
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
565 |
} |
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
566 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
567 |
div.metadata { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
568 |
font-size: 90%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
569 |
margin: 5px 0px 3px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
570 |
color: #666; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
571 |
font-style: italic; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
572 |
text-align: right; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
573 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
574 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
575 |
div.section { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
576 |
margin-top: 0.5em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
577 |
width:100%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
578 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
579 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
580 |
div.section a:hover { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
581 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
582 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
583 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
584 |
/* basic entity view */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
585 |
|
3809
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
586 |
tr.entityfield th { |
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
587 |
text-align: left; |
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
588 |
padding-right: 0.5em; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
589 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
590 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
591 |
div.field { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
592 |
display: inline; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
593 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
594 |
|
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
|
595 |
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
|
596 |
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
|
597 |
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
|
598 |
position: relative; |
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
|
599 |
} |
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
|
600 |
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
|
601 |
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
|
602 |
} |
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
|
603 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
604 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
605 |
/* messages */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
606 |
/***************************************/ |
0 | 607 |
|
608 |
.warning, |
|
609 |
.message, |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
610 |
.errorMessage , |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
611 |
.searchMessage{ |
0 | 612 |
padding: 0.3em 0.3em 0.3em 1em; |
613 |
font-weight: bold; |
|
614 |
} |
|
615 |
||
616 |
.simpleMessage { |
|
617 |
margin: 4px 0px; |
|
618 |
font-weight: bold; |
|
619 |
color: #ff7700; |
|
620 |
} |
|
621 |
||
622 |
div#appMsg, div.appMsg { |
|
623 |
border: 1px solid #cfceb7; |
|
624 |
margin-bottom: 8px; |
|
625 |
padding: 3px; |
|
626 |
background: #f8f8ee; |
|
627 |
} |
|
628 |
||
629 |
.message { |
|
630 |
margin: 0px; |
|
631 |
background: #f8f8ee url("information.png") 5px center no-repeat; |
|
632 |
padding-left: 15px; |
|
633 |
} |
|
634 |
||
635 |
.errorMessage { |
|
636 |
margin: 10px 0px; |
|
637 |
padding-left: 25px; |
|
638 |
background: #f7f6f1 url("critical.png") 2px center no-repeat; |
|
639 |
color: #ed0d0d; |
|
640 |
border: 1px solid #cfceb7; |
|
641 |
} |
|
642 |
||
643 |
.searchMessage { |
|
644 |
margin-top: 0.5em; |
|
645 |
border-top: 1px solid #cfceb7; |
|
646 |
background: #eeedd9 url("information.png") 0% 50% no-repeat; /*dcdbc7*/ |
|
647 |
} |
|
648 |
||
649 |
.stateMessage { |
|
650 |
border: 1px solid #ccc; |
|
651 |
background: #f8f8ee url("information.png") 10px 50% no-repeat; |
|
652 |
padding:4px 0px 4px 20px; |
|
653 |
border-width: 1px 0px 1px 0px; |
|
654 |
} |
|
655 |
||
656 |
/* warning messages like "There are too many results ..." */ |
|
657 |
.warning { |
|
658 |
padding-left: 25px; |
|
659 |
background: #f2f2f2 url("critical.png") 3px 50% no-repeat; |
|
660 |
} |
|
661 |
||
662 |
/* label shown in the top-right hand corner during form validation */ |
|
663 |
div#progress { |
|
664 |
position: fixed; |
|
665 |
right: 5px; |
|
666 |
top: 0px; |
|
667 |
background: #222211; |
|
668 |
color: white; |
|
669 |
font-weight: bold; |
|
670 |
display: none; |
|
671 |
} |
|
672 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
673 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
674 |
/* listing table */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
675 |
/***************************************/ |
0 | 676 |
|
677 |
table.listing { |
|
2249
dbf282082017
[css] clean up a bit
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2236
diff
changeset
|
678 |
padding: 10px 0em; |
0 | 679 |
color: #000; |
680 |
width: 100%; |
|
681 |
border-right: 1px solid #dfdfdf; |
|
682 |
} |
|
683 |
||
684 |
||
685 |
table.listing thead th.over { |
|
686 |
background-color: #746B6B; |
|
687 |
cursor: pointer; |
|
688 |
} |
|
689 |
||
1077 | 690 |
table.listing tr th { |
691 |
border: 1px solid #dfdfdf; |
|
692 |
border-right:none; |
|
693 |
font-size: 8pt; |
|
694 |
padding: 4px; |
|
695 |
} |
|
696 |
||
697 |
table.listing tr .header { |
|
698 |
border-right: 1px solid #dfdfdf; |
|
699 |
cursor: pointer; |
|
700 |
} |
|
701 |
||
702 |
table.listing td { |
|
703 |
color: #3D3D3D; |
|
704 |
padding: 4px; |
|
705 |
background-color: #FFF; |
|
706 |
vertical-align: top; |
|
707 |
} |
|
708 |
||
0 | 709 |
table.listing th, |
710 |
table.listing td { |
|
711 |
padding: 3px 0px 3px 5px; |
|
712 |
border: 1px solid #dfdfdf; |
|
713 |
border-right: none; |
|
714 |
} |
|
715 |
||
716 |
table.listing th { |
|
717 |
font-weight: bold; |
|
718 |
background: #ebe8d9 url("button.png") repeat-x; |
|
719 |
} |
|
720 |
||
721 |
table.listing td a, |
|
722 |
table.listing td a:visited { |
|
723 |
color: #666; |
|
724 |
} |
|
725 |
||
726 |
table.listing a:hover, |
|
727 |
table.listing tr.highlighted td a { |
|
728 |
color:#000; |
|
729 |
} |
|
730 |
||
731 |
table.listing td.top { |
|
732 |
border: 1px solid white; |
|
733 |
border-bottom: none; |
|
734 |
text-align: right ! important; |
|
735 |
/* insane IE row bug workaround */ |
|
736 |
position: relative; |
|
737 |
left: -1px; |
|
738 |
top: -1px; |
|
739 |
} |
|
740 |
||
3572
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
741 |
table.htableForm { |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
742 |
vertical-align: middle; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
743 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
744 |
table.htableForm td{ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
745 |
padding-left: 1em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
746 |
padding-top: 0.5em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
747 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
748 |
table.htableForm th{ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
749 |
padding-left: 1em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
750 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
751 |
table.htableForm .validateButton { |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
752 |
margin-right: 0.2em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
753 |
vertical-align: top; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
754 |
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
|
755 |
} |
0 | 756 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
757 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
758 |
/* error view (views/management.py) */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
759 |
/***************************************/ |
0 | 760 |
|
761 |
div.pycontext { /* html traceback */ |
|
762 |
font-family: Verdana, sans-serif; |
|
763 |
font-size: 80%; |
|
764 |
padding: 1em; |
|
765 |
margin: 10px 0px 5px 20px; |
|
766 |
background-color: #dee7ec; |
|
767 |
} |
|
768 |
||
769 |
div.pycontext span.name { |
|
770 |
color: #ff0000; |
|
771 |
} |
|
772 |
||
773 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
774 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
775 |
/* addcombobox */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
776 |
/***************************************/ |
0 | 777 |
|
2116 | 778 |
input#newopt{ |
779 |
width:120px ; |
|
0 | 780 |
display:block; |
781 |
float:left; |
|
782 |
} |
|
783 |
||
2116 | 784 |
div#newvalue{ |
0 | 785 |
margin-top:2px; |
786 |
} |
|
787 |
||
788 |
#add_newopt{ |
|
789 |
background: #fffff8 url("go.png") 50% 50% no-repeat; |
|
790 |
width: 20px; |
|
2116 | 791 |
line-height: 20px; |
0 | 792 |
display:block; |
793 |
float:left; |
|
794 |
} |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
795 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
796 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
797 |
/* buttons */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
798 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
799 |
|
2116 | 800 |
input.button{ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
801 |
margin: 1em 1em 0px 0px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
802 |
border: 1px solid #edecd2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
803 |
border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
804 |
background: #fffff8 url("button.png") bottom left repeat-x; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
805 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
806 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
807 |
/* FileItemInnerView jquery.treeview.css */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
808 |
.folder { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
809 |
/* disable odd/even under folder class */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
810 |
background-color: transparent; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
811 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
812 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
813 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
814 |
/* footer */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
815 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
816 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
817 |
div.footer { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
818 |
text-align: center; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
819 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
820 |
div.footer a { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
821 |
color: #000; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
822 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
823 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
824 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
825 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
826 |
/****************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
827 |
/* FIXME must by managed by cubes */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
828 |
/****************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
829 |
.needsvalidation { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
830 |
font-style: italic; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
831 |
color: gray; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
832 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
833 |
|
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 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
836 |
/* FIXME : Deprecated ? entity view ? */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
837 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
838 |
.title { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
839 |
text-align: left; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
840 |
font-size: large; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
841 |
font-weight: bold; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
842 |
} |
1077 | 843 |
|
4280
15d541321a8c
more input/button fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3840
diff
changeset
|
844 |
.validateButton { |
1077 | 845 |
margin: 1em 1em 0px 0px; |
846 |
border: 1px solid #edecd2; |
|
847 |
border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; |
|
848 |
background: #fffff8 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
|
849 |
} |
2937
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
850 |
|
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
851 |
/********************************/ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
852 |
/* placement of alt. view icons */ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
853 |
/********************************/ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
854 |
|
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
855 |
.otherView { |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
856 |
float: right; |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
857 |
} |