summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-03-02 09:40:27 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-03-02 09:40:27 +0000
commitba0ff1a9b7805cde4521d07ca0f039506173bb6b (patch)
treeb3ff25104d6edfb2eff698e22fecc51c47386b5a /modules
parent7cfde27e31c0eb238c0fe51598105c59cd2cab84 (diff)
downloadbrdo-ba0ff1a9b7805cde4521d07ca0f039506173bb6b.tar.gz
brdo-ba0ff1a9b7805cde4521d07ca0f039506173bb6b.tar.bz2
#117018: Use Garland theme for installer/maintenance pages, and add task list in the sidebar.
- Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index f69583db7..c78d52127 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -66,6 +66,9 @@ div.ok, tr.ok {
padding: 0;
list-style: disc;
}
+ol.task-list li.active {
+ font-weight: bold;
+}
.form-item {
margin-top: 1em;
margin-bottom: 1em;