From 0cb3c4647980dfd988ddd6357f2e3aa13b2f9ae6 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sat, 12 Jan 2008 14:51:52 +0000 Subject: [PATCH] merged from 1.8 :: 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 f50acb80c31..b74805aac5c 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;