Make mailbox headers in imp/dimp a little less large
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 15 Apr 2009 18:56:49 +0000 (12:56 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 16 Apr 2009 05:10:29 +0000 (23:10 -0600)
imp/templates/index/index-dimp.inc
imp/templates/mailbox/header.html
imp/themes/screen.css

index 00ebf20..d314edc 100644 (file)
@@ -162,7 +162,7 @@ function _simpleButton($id, $text, $image, $imagedir = null)
 <?php endif; ?>
      </div>
      <br class="clear" />
-     <div id="mailboxHeader" class="header">
+     <div class="header mboxheader">
       <div>
        <span class="rightFloat" id="msgHeader"></span>
        <span id="folderLoading" class="loadingImg" style="display:none"></span>
index 8ec71c8..a8350ba 100644 (file)
@@ -1,4 +1,4 @@
-<div class="header">
+<div class="header mboxheader">
  <div <if:page>style="width:40%" </if:page>class="leftFloat">
   <span dir="ltr"><tag:pagetitle /></span>
   <if:readonly><tag:readonly /></if:readonly>
index 9f9c23f..df9cafb 100644 (file)
@@ -1,3 +1,9 @@
+/* Mailbox header styling. */
+.mboxheader {
+    font-size: 110%;
+    text-align: left;
+}
+
 /* Message list table styles. */
 .searchfolder a.smallheader {
     display: block;
@@ -34,7 +40,7 @@
     font-size: 80%;
     margin-right: 3px;
 }
-#messages h1.header span.flagUser {
+#messages h1.mboxheader span.flagUser {
     font-size: 80%;
     margin-left: 3px;
 }
@@ -237,7 +243,7 @@ div.msgflags {
     background-repeat: no-repeat;
     vertical-align: inherit;
 }
-.header div.msgflags {
+.mboxheader div.msgflags {
     vertical-align: sub;
 }