From c2bdf78523665c79fe77ba498683d884567ad0c4 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 31 May 2010 17:08:01 +0100 Subject: [PATCH] Fix no overflow in growlers and keep room for close button. --- horde/themes/screen.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/horde/themes/screen.css b/horde/themes/screen.css index 30551122c..b19a32292 100644 --- a/horde/themes/screen.css +++ b/horde/themes/screen.css @@ -966,12 +966,15 @@ ul.sound-list { background-position: 3px center; background-repeat: no-repeat; color: #fff; - overflow-x: hidden; cursor: pointer; } #Growler div.GrowlerNoticeHead { font-weight: bold; } +.GrowlerNoticeBody { + margin-right: 20px; + overflow-x: hidden; +} #Growler div.horde-error, #GrowlerLog li.horde-error { background-image: url("graphics/alerts/error.png"); } -- 2.11.0