Some formatting tweaks for cross-browser compatability.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Dec 2008 21:31:26 +0000 (14:31 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Dec 2008 21:31:26 +0000 (14:31 -0700)
imp/templates/index/index.inc
imp/themes/screen-dimp.css

index 4f7c4bc..4524ffa 100644 (file)
@@ -137,7 +137,7 @@ function _simpleButton($id, $text, $image, $imagedir = null)
      </li>
      <li class="folder" id="dropbase" style="display:none">
       <div class="base"></div>
-      <a title="<?php echo _("Base Level") ?>"><?php echo _("Base Level") ?></a>
+      <a title="<?php echo _("Move to Base Level") ?>"><?php echo _("Move to Base Level") ?></a>
      </li>
     </ul>
    </div>
index 728a12b..1f2853f 100644 (file)
@@ -298,6 +298,8 @@ div.msgSize {
 /* Thread images. */
 div.msgSubject img {
     margin-top: -4px;
+    vertical-align: top;
+    padding-right: 1px;
 }
 /* Size images. */
 div.msgSize img {
@@ -927,9 +929,6 @@ div.spellcheck {
     padding-right: 4px;
 }
 .context div.sep {
-    font-size: 1px;
-    line-height: 1px;
-    height: 1px;
     border-bottom: 1px #d4d4d4 solid;
 }