From: Michael M Slusarz Date: Wed, 15 Apr 2009 18:56:49 +0000 (-0600) Subject: Make mailbox headers in imp/dimp a little less large X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4a661e7ced9468e24b2c9c35d9b8380a64578dcd;p=horde.git Make mailbox headers in imp/dimp a little less large --- diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index 00ebf20b9..d314edc90 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -162,7 +162,7 @@ function _simpleButton($id, $text, $image, $imagedir = null)
-
+
diff --git a/imp/templates/mailbox/header.html b/imp/templates/mailbox/header.html index 8ec71c83b..a8350baa6 100644 --- a/imp/templates/mailbox/header.html +++ b/imp/templates/mailbox/header.html @@ -1,4 +1,4 @@ -
+
style="width:40%" class="leftFloat"> diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 9f9c23fea..df9cafb50 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -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; }