Update inline-block IE workarounds
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Nov 2010 23:05:56 +0000 (17:05 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 5 Nov 2010 16:19:11 +0000 (10:19 -0600)
imp/themes/dimp/ie7.css
imp/themes/ie6_or_less.css
imp/themes/ie7.css

index 61f100b..18ca6c3 100644 (file)
@@ -39,9 +39,9 @@ div.msgSubject span.treeImg {
 }
 
 /* Fixes broken inline-block. */
-#upload_wait,
+.msgwrite span.loadingImg,
 #noticerow .notices li,
-.msgwrite span.loadingImg {
+#upload_wait {
     zoom: 1;
     *display: inline;
 }
index 5cf99f1..1a5ef35 100644 (file)
@@ -3,7 +3,10 @@
  */
 
 /* Fixes broken inline-block. */
-.mimePartInfo div, .mimeStatusMessage {
+.mimePartInfo div,
+.mimeStatusMessage,
+.searchCriteriaElement,
+#search_criteria em.joinOr {
     zoom: 1;
     *display: inline;
 }
index 502e4bb..5e91746 100644 (file)
@@ -3,7 +3,10 @@
  */
 
 /* Fixes broken inline-block. */
-.mimePartInfo div, .mimeStatusMessage {
+.mimePartInfo div,
+.mimeStatusMessage,
+.searchCriteriaElement,
+#search_criteria em.joinOr {
     zoom: 1;
     *display: inline;
 }