Rounded corners for mime part info boxes
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 24 Nov 2009 06:03:26 +0000 (23:03 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 24 Nov 2009 06:03:26 +0000 (23:03 -0700)
Not sure if this is too much or not.

imp/themes/screen.css

index 6e4dbee..6eb4540 100644 (file)
@@ -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;