From: urs_hunkler <urs_hunkler>
Date: Sat, 12 Jan 2008 14:52:45 +0000 (+0000)
Subject: merged from 1.9 :: MDL-11486 :: added width to the adminblock
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3e2f38544d1ffa14d75c79f6f46c0cbd02dde719;p=moodle.git

merged from 1.9 :: MDL-11486 :: added width to the adminblock
---

diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css
index 54013b4ada..f7c3d6ce18 100644
--- a/theme/standard/styles_layout.css
+++ b/theme/standard/styles_layout.css
@@ -1355,6 +1355,10 @@ a.skip:focus, a.skip:active {
   margin-right: auto;
 }
 
+.block_adminblock {
+  width: 180px;
+}
+
 .block_messages .content {
   text-align:left;
   font-size:0.75em;