2007-04-10 10:10:27 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2007-04-30 11:12:35 +00:00
|
|
|
#dblog-filter-form .form-item {
|
2007-05-27 17:57:48 +00:00
|
|
|
float: left; /* LTR */
|
|
|
|
padding-right: .8em; /* LTR */
|
2007-04-30 11:12:35 +00:00
|
|
|
margin: 0.1em;
|
|
|
|
}
|
2007-04-10 10:10:27 +00:00
|
|
|
tr.dblog-user {
|
|
|
|
background: #ffd;
|
|
|
|
}
|
|
|
|
tr.dblog-user .active {
|
|
|
|
background: #eed;
|
|
|
|
}
|
|
|
|
tr.dblog-content {
|
|
|
|
background: #ddf;
|
|
|
|
}
|
|
|
|
tr.dblog-content .active {
|
|
|
|
background: #cce;
|
|
|
|
}
|
|
|
|
tr.dblog-page-not-found, tr.dblog-access-denied {
|
|
|
|
background: #dfd;
|
|
|
|
}
|
|
|
|
tr.dblog-page-not-found .active, tr.dblog-access-denied .active {
|
|
|
|
background: #cec;
|
|
|
|
}
|
|
|
|
tr.dblog-error {
|
|
|
|
background: #ffc9c9;
|
|
|
|
}
|
|
|
|
tr.dblog-error .active {
|
|
|
|
background: #eeb9b9;
|
|
|
|
}
|