]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.9 :: MDL-11486 :: added width to the adminblock
authorurs_hunkler <urs_hunkler>
Sat, 12 Jan 2008 14:52:45 +0000 (14:52 +0000)
committerurs_hunkler <urs_hunkler>
Sat, 12 Jan 2008 14:52:45 +0000 (14:52 +0000)
theme/standard/styles_layout.css

index 54013b4ada8b8cf1db6b5c7e5625c51bacf3f4f3..f7c3d6ce184931ea72ea960b4904ed9fd95d718c 100644 (file)
@@ -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;