aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/menubar.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/cclear/menubar.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/cclear/menubar.css b/template/cclear/menubar.css
index fd16cd807..46ba6bb86 100644
--- a/template/cclear/menubar.css
+++ b/template/cclear/menubar.css
@@ -4,7 +4,7 @@
float: left;
left: 0px;
- width: 12em;
+ width: 22em;
margin: 0 0 10px 1em;
padding: 0;
/* Fix against the "double margin of a floated item" IE bug */
@@ -13,6 +13,10 @@
text-align: left; /* follow-up of the "be nice to IE5" rule */
}
+BODY#theAdminPage #menubar {
+ width: 12em;
+}
+
#menubar DL, #menubar DT, #menubar DD {
margin: 0; padding: 0; display: block;
}