From 0d97679b774f20507d9670b14351f59e8608704f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 29 Dec 2007 16:02:52 +0000 Subject: - Patch #204488 by Desbeers: Garland was still using deprected CSS class names: watchdog -> dblog. --- themes/garland/style.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/themes/garland/style.css b/themes/garland/style.css index 3178b5736..56606065d 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -290,7 +290,7 @@ span.submitted, .description { margin: 2em 0.5em 1em 0; /* LTR */ } -#watchdog-form-overview .form-submit, +#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, @@ -1025,43 +1025,43 @@ div.error, tr.error { } /** - * Watchdog.module + * dblog.module */ -tr.watchdog-user { +tr.dblog-user { background-color: #fcf9e5; } -tr.watchdog-user td.active { +tr.dblog-user td.active { background-color: #fbf5cf; } -tr.watchdog-content { +tr.dblog-content { background-color: #fefefe; } -tr.watchdog-content td.active { +tr.dblog-content td.active { background-color: #f5f5f5; } -tr.watchdog-warning { +tr.dblog-warning { background-color: #fdf5e6; } -tr.watchdog-warning td.active { +tr.dblog-warning td.active { background-color: #fdf2de; } -tr.watchdog-error { +tr.dblog-error { background-color: #fbe4e4; } -tr.watchdog-error td.active { +tr.dblog-error td.active { background-color: #fbdbdb; } -tr.watchdog-page-not-found, tr.watchdog-access-denied { +tr.dblog-page-not-found, tr.dblog-access-denied { background: #d7ffd7; } -tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active { +tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active { background: #c7eec7; } -- cgit v1.2.3