From 669b80b1e2ab155fea23dcddb17469bb328eafe6 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sat, 12 Jan 2008 14:50:45 +0000 Subject: [PATCH] MDL-11486 :: added width to the adminblock --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 215e6ff21c7..f394ac65586 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1269,6 +1269,10 @@ a.skip-block:focus, a.skip-block:active { margin-right: auto; } +.block_adminblock { + width: 180px; +} + .block_messages .content { text-align:left; font-size:0.75em;