Fix no overflow in growlers and keep room for close button.
authorJan <jan@horde.org>
Mon, 31 May 2010 16:08:01 +0000 (17:08 +0100)
committerJan Schneider <jan@horde.org>
Mon, 31 May 2010 16:22:33 +0000 (18:22 +0200)
horde/themes/screen.css

index 3055112..b19a322 100644 (file)
@@ -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");
 }