From ccd5619acc4bc9e06dc3ca0235543025ff2b414e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 23 Nov 2009 23:03:26 -0700 Subject: [PATCH] Rounded corners for mime part info boxes Not sure if this is too much or not. --- imp/themes/screen.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.11.0