More tweaks to mimePartInfo output
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Oct 2009 21:55:43 +0000 (15:55 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Oct 2009 21:55:43 +0000 (15:55 -0600)
imp/lib/UI/Message.php
imp/themes/ie6_or_less.css
imp/themes/ie7.css
imp/themes/screen.css

index 8f304eb..6223c0f 100644 (file)
@@ -422,7 +422,7 @@ class IMP_UI_Message
         foreach ($display as $val) {
             $tmp_summary[] = $summary[$val];
         }
-        return '<div class="mimePartInfo"><span>' . implode(' ', $tmp_summary) . '</span></div>';
+        return '<div class="mimePartInfo">' . implode(' ', $tmp_summary) . '</div>';
     }
 
     /**
index a91d2a7..86af15f 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /* Fixes broken inline-block. */
-div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, span.mimePartInfo, .mimeStatusMessage {
+div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, div.mimePartInfo, .mimeStatusMessage {
     zoom: 1;
     *display: inline;
 }
index 5762fcb..b66aa5b 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /* Fixes broken inline-block. */
-div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, span.mimePartInfo, .mimeStatusMessage {
+div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .deleteImg, div.mimePartInfo, .mimeStatusMessage {
     zoom: 1;
     *display: inline;
 }
index fa7847e..4229cc9 100644 (file)
@@ -157,12 +157,12 @@ div.msgActions, #fmanager div.folderActions {
     background: #fff;
     padding: 8px;
 }
-.messageBody div.fixed {
-    padding-top: 8px;
+.messageBody div {
+    margin-bottom: 8px;
 }
 
 /* Search page styling. */
-#search_form DIV.item {
+#search_form div.item {
     padding: 1px 0 1px 0;
 }
 #search_form .checkbox {
@@ -172,7 +172,7 @@ div.msgActions, #fmanager div.folderActions {
 #search_form .foldersImg {
     vertical-align: middle;
 }
-#search_form EM.join {
+#search_form em.join {
     font-style: normal;
     font-weight: bold;
 }
@@ -519,7 +519,7 @@ td.addressTr span.loadingImg {
 }
 
 /* MIME styles. */
-.mimeStatusMessage, .mimeHeaders, .mimePartInfo {
+.mimeStatusMessage, .mimeHeaders {
     padding: 4px;
     margin-bottom: 3px;
     font-size: 90%;
@@ -540,21 +540,24 @@ td.addressTr span.loadingImg {
     background: #f9f9f9;
     width: auto;
 }
-.mimePartInfo {
-    border: 1px solid #ccc;
+div.mimePartInfo {
     background: #efefef;
+    border: 1px solid #ccc;
+    font-size: 90%;
+    margin-bottom: 3px;
+    padding: 5px;
     /* For FF2 */
     display: table-cell;
     display: inline-block;
 }
-.mimePartInfo img {
+div.mimePartInfo img {
     vertical-align: bottom;
 }
 
-.mimeStatusMessage td, .mimePartInfo td {
+.mimeStatusMessage td {
     padding: 0;
 }
-.mimeStatusMessage td table td, .mimePartInfo td table td {
+.mimeStatusMessage td table td {
     padding-right: 2px;
     white-space: nowrap;
 }