From 3e2f38544d1ffa14d75c79f6f46c0cbd02dde719 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sat, 12 Jan 2008 14:52:45 +0000 Subject: [PATCH] merged from 1.9 :: 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 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; -- 2.39.5