CSS fixes
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 12 Oct 2009 20:49:11 +0000 (14:49 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 12 Oct 2009 20:49:11 +0000 (14:49 -0600)
imp/themes/screen-dimp.css
imp/themes/screen.css

index b7550ab..c51e73a 100644 (file)
@@ -465,7 +465,7 @@ div.dimpActionsCompose, div.dimpActionsMsg {
     background: #fff;
 }
 #previewInfo {
-    background: transparent url(graphics/ico_message_off.png) no-repeat scroll 10px 15px;
+    background: transparent url("graphics/ico_message_off.png") no-repeat scroll 10px 15px;
     line-height: 18px;
     text-align: left;
     padding: 15px 80px 10px 35px;
index 1fce8e7..705e906 100644 (file)
@@ -589,7 +589,9 @@ td.addressTr span.loadingImg {
     display: inline-block;
     height: 16px;
     width: 16px;
-    background: transparent center right no-repeat;
+    background-color: transparent;
+    background-position: center right;
+    background-repeat: no-repeat;
     padding: 0 1px;
     vertical-align: bottom;
 }