equal
deleted
inserted
replaced
262 /***************************************/ |
262 /***************************************/ |
263 |
263 |
264 /* header */ |
264 /* header */ |
265 |
265 |
266 table#header { |
266 table#header { |
267 background: %(headerBg)s; |
267 background-image: linear-gradient(white, #e2e2e2); |
268 width: 100%; |
268 width: 100%; |
|
269 border-bottom: 1px solid #bbb; |
|
270 text-shadow: 1px 1px 0 #f5f5f5; |
269 } |
271 } |
270 |
272 |
271 table#header td { |
273 table#header td { |
272 vertical-align: middle; |
274 vertical-align: middle; |
273 } |
275 } |
274 |
276 |
275 table#header a { |
277 table#header, table#header a { |
276 color: #000; |
278 color: #444; |
277 } |
279 } |
|
280 |
278 table#header td#headtext { |
281 table#header td#headtext { |
279 white-space: nowrap; |
282 white-space: nowrap; |
|
283 padding: 0 10px; |
|
284 width: 10%; |
|
285 } |
|
286 |
|
287 #logo{ |
|
288 width: 150px; |
|
289 height: 42px; |
|
290 background-image: url(logo-cubicweb.svg); |
|
291 background-repeat: no-repeat; |
|
292 background-position: center center; |
|
293 background-size: contain; |
|
294 float: left; |
280 } |
295 } |
281 |
296 |
282 table#header td#header-right { |
297 table#header td#header-right { |
283 padding-top: 1em; |
|
284 white-space: nowrap; |
298 white-space: nowrap; |
|
299 width: 10%; |
285 } |
300 } |
286 table#header td#header-center{ |
301 table#header td#header-center{ |
287 width: 100%; |
302 border-bottom-left-radius: 10px; |
|
303 border-top-left-radius: 10px; |
|
304 padding-left: 1em; |
288 } |
305 } |
289 |
306 |
290 span#appliName { |
307 span#appliName { |
291 font-weight: bold; |
308 font-weight: bold; |
292 color: #000; |
|
293 white-space: nowrap; |
309 white-space: nowrap; |
294 } |
310 } |
295 |
311 |
296 /* FIXME appear with 4px width in IE6 */ |
312 /* FIXME appear with 4px width in IE6 */ |
297 div#stateheader{ |
313 div#stateheader{ |
639 } |
655 } |
640 |
656 |
641 div#userActionsBox { |
657 div#userActionsBox { |
642 width: 14em; |
658 width: 14em; |
643 text-align: right; |
659 text-align: right; |
|
660 display: inline-block; |
|
661 padding-right: 10px; |
644 } |
662 } |
645 |
663 |
646 div#userActionsBox a.popupMenu { |
664 div#userActionsBox a.popupMenu { |
647 color: black; |
665 color: black; |
648 text-decoration: underline; |
666 text-decoration: underline; |