Fix thread image positioning in dimp
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 29 Sep 2009 04:34:08 +0000 (22:34 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 29 Sep 2009 04:34:08 +0000 (22:34 -0600)
imp/themes/screen-dimp.css

index bee13a2..e7ade03 100644 (file)
@@ -947,10 +947,10 @@ span.dimpactionDrafts {
 #ctx_folder_create span.contextImg, #ctx_container_create span.contextImg, #ctx_folderopts_new span.contextImg {
     background-image: url("graphics/folders/create.png");
 }
-#ctx_folder_rename span.contextImg, #ctx_container_rename span.contextImg {
+#ctx_folder_rename span.contextImg, #ctx_container_rename span.contextImg, #ctx_vfolder_edit span.contextImg {
     background-image: url("graphics/folders/edit.png");
 }
-#ctx_folder_delete span.contextImg {
+#ctx_folder_delete span.contextImg, #ctx_vfolder_delete span.contextImg {
     background-image: url("graphics/folders/delete.png");
 }
 #ctx_message_spam span.contextImg {
@@ -986,6 +986,7 @@ div.vpRow div.msgSubject span.flagUser {
 div.msgSubject span.treeImg {
     margin-top: -4px;
     margin-right: 1px;
+    vertical-align: middle;
 }
 
 /* Other images */