From: Michael M Slusarz Date: Tue, 24 Nov 2009 06:03:26 +0000 (-0700) Subject: Rounded corners for mime part info boxes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ccd5619acc4bc9e06dc3ca0235543025ff2b414e;p=horde.git Rounded corners for mime part info boxes Not sure if this is too much or not. --- diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 6e4dbee56..6eb45404c 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -531,6 +531,8 @@ td.addressTr span.loadingImg { display: inline-block; margin-bottom: 3px; padding: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; } .mimeStatusIcon { width: 22px; @@ -551,6 +553,8 @@ div.mimeStatusMessage, div.mimePartInfo { font-size: 90%; margin: 0; padding: 5px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; /* For FF2 */ display: table-cell; display: inline-block;