comparison modules/dblog/dblog.css @ 1:c1f4ac30525a 6.0

Drupal 6.0
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:28:28 +0100
parents
children 589fb7c02327
comparison
equal deleted inserted replaced
0:5a113a1c4740 1:c1f4ac30525a
1 /* $Id: dblog.css,v 1.4 2007/09/01 05:27:04 dries Exp $ */
2
3 #dblog-filter-form .form-item {
4 float: left; /* LTR */
5 padding-right: .8em; /* LTR */
6 margin: 0.1em;
7 /**
8 * In Opera 9, DOM elements with the property of "overflow: auto"
9 * will partially hide its contents with unnecessary scrollbars when
10 * its immediate child is floated without an explicit width set.
11 */
12 width: 15em;
13 }
14 #dblog-filter-form .form-item select.form-select {
15 width: 100%;
16 }
17 tr.dblog-user {
18 background: #ffd;
19 }
20 tr.dblog-user .active {
21 background: #eed;
22 }
23 tr.dblog-content {
24 background: #ddf;
25 }
26 tr.dblog-content .active {
27 background: #cce;
28 }
29 tr.dblog-page-not-found, tr.dblog-access-denied {
30 background: #dfd;
31 }
32 tr.dblog-page-not-found .active, tr.dblog-access-denied .active {
33 background: #cec;
34 }
35 tr.dblog-error {
36 background: #ffc9c9;
37 }
38 tr.dblog-error .active {
39 background: #eeb9b9;
40 }