Move mimeHeaders style to Horde
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 22 Jan 2010 20:57:46 +0000 (13:57 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 22 Jan 2010 20:57:46 +0000 (13:57 -0700)
horde/themes/ie6_or_less.css
horde/themes/ie7.css [new file with mode: 0644]
horde/themes/screen.css
imp/themes/ie6_or_less.css
imp/themes/ie7.css
imp/themes/screen.css

index 8b03cbd..74d4033 100644 (file)
@@ -19,3 +19,9 @@
 .clear {
     clear: none;
 }
+
+/* Fixes broken inline-block. */
+.mimeHeaders {
+    zoom: 1;
+    *display: inline;
+}
diff --git a/horde/themes/ie7.css b/horde/themes/ie7.css
new file mode 100644 (file)
index 0000000..f8f87a4
--- /dev/null
@@ -0,0 +1,9 @@
+/**
+ * CSS corrections for IE 7.
+ */
+
+/* Fixes broken inline-block. */
+.mimeHeaders {
+    zoom: 1;
+    *display: inline;
+}
index 1c60f29..cdc3957 100644 (file)
@@ -1095,6 +1095,16 @@ table.calendarPopup {
     cursor:pointer;
 }
 
+/* Horde_Mime_Viewer styles. */
+.mimeHeaders {
+    border: 1px solid #ccc;
+    background: #f9f9f9;
+    display: -moz-inline-stack;
+    display: inline-block;
+    margin-bottom: 3px;
+    padding: 5px;
+}
+
 /* Print CSS. */
 @media print {
     body, .header, .smallheader {
index 4585f4b..cab69da 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /* Fixes broken inline-block. */
-div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, .mimePartInfo div, .mimeStatusMessage, .mimeHeaders {
+div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, .mimePartInfo div, .mimeStatusMessage {
     zoom: 1;
     *display: inline;
 }
index 82989f7..93d2923 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /* Fixes broken inline-block. */
-div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, .mimePartInfo div, .mimeStatusMessage, .mimeHeaders {
+div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, .mimePartInfo div, .mimeStatusMessage {
     zoom: 1;
     *display: inline;
 }
index 7f1801e..ebd6268 100644 (file)
@@ -530,8 +530,8 @@ td.addressTr span.loadingImg {
     padding: 0 0 0 16px;
 }
 
-/* MIME styles. */
-.mimeStatusMessageTable, .mimeHeaders {
+/* Inline display (Horde_Mime_Viewer) styles. */
+.mimeStatusMessageTable {
     margin-bottom: 3px;
     font-size: 90%;
 }
@@ -549,13 +549,6 @@ td.addressTr span.loadingImg {
 .mimeStatusIcon {
     width: 22px;
 }
-.mimeHeaders {
-    border: 1px solid #ccc;
-    background: #f9f9f9;
-    display: -moz-inline-stack;
-    display: inline-block;
-    padding: 5px;
-}
 div.mimeStatusMessage, div.mimePartInfo {
     margin-bottom: 5px;
 }