Fix CSS ordering
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 13 Oct 2009 17:21:34 +0000 (11:21 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 13 Oct 2009 17:21:34 +0000 (11:21 -0600)
imp/themes/screen-dimp.css

index 57aec6c..6a56cbd 100644 (file)
@@ -700,14 +700,14 @@ div.dimpActionsCompose, div.dimpActionsMsg {
 #attach_list span.remove:hover {
     text-decoration: underline;
 }
-#attach_list div, span.attachmentImg {
-    background-image: url("graphics/attachment.png");
-}
 #attach_list div {
     background: transparent left 2px no-repeat;
     height: 20px;
     padding-left: 20px;
 }
+#attach_list div, span.attachmentImg {
+    background-image: url("graphics/attachment.png");
+}
 #attach_list span.attachName {
     color: blue;
     cursor: pointer;