summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-12-29 16:02:52 +0000
committerDries Buytaert <dries@buytaert.net>2007-12-29 16:02:52 +0000
commit0d97679b774f20507d9670b14351f59e8608704f (patch)
tree60828135cc4044d5c9f6418c5fc3897ae4902890 /themes
parent28e166ff90303de85aa579139f198bdcb060ac07 (diff)
downloadbrdo-0d97679b774f20507d9670b14351f59e8608704f.tar.gz
brdo-0d97679b774f20507d9670b14351f59e8608704f.tar.bz2
- Patch #204488 by Desbeers: Garland was still using deprected CSS class names: watchdog -> dblog.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css24
1 files 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;
}