From 594eb287f6a19a19dadef0c493317a7ac1b389de Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 23 Oct 2009 13:08:38 -0600 Subject: [PATCH] Play around with msgHeaders formatting --- imp/templates/chunks/message.php | 4 ++-- imp/templates/index/index-dimp.inc | 4 ++-- imp/themes/screen-dimp.css | 32 ++++++++++++++++---------------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/imp/templates/chunks/message.php b/imp/templates/chunks/message.php index 5449dd0b2..209bc2477 100644 --- a/imp/templates/chunks/message.php +++ b/imp/templates/chunks/message.php @@ -66,7 +66,7 @@ function _createDAfmsg($text, $image, $id, $class = '', $show_text = true)
- +
@@ -85,7 +85,7 @@ function _createDAfmsg($text, $image, $id, $class = '', $show_text = true)
:
+
diff --git a/imp/templates/index/index-dimp.inc b/imp/templates/index/index-dimp.inc index 3a95199fc..eec45628c 100644 --- a/imp/templates/index/index-dimp.inc +++ b/imp/templates/index/index-dimp.inc @@ -276,7 +276,7 @@ function _simpleButton($id, $text, $image)
- +
@@ -303,7 +303,7 @@ function _simpleButton($id, $text, $image) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 5ce99930a..4af858f99 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -452,59 +452,59 @@ div.dimpActionsCompose, div.dimpActionsMsg { .msgHeaders { background: transparent url("graphics/backhead_r.png") repeat-x; border-bottom: 1px #b9b9b3 solid; - padding: 2px 0; + padding: 2px 0 1px; font-size: 90%; overflow: hidden; } .msgfullread .msgHeaders { - border: 1px #b9b9b3 solid; cursor: default; } .msgHeaders .dimpOptions { - padding: 0 10px 10px; - margin-top: 3px; + padding: 3px 10px 5px 5px; } -.msgHeaders table { - margin: 0; +.msgHeaders table thead td { + padding: 0 0 1px 0; } + .msgHeaders table thead tr { vertical-align: top; } -.msgHeaders table thead td { - padding: 0 3px 3px 0; -} -.msgHeaders table thead td img { - vertical-align: middle; -} .msgHeaders table thead td.label { font-weight: bold; - white-space: nowrap; + padding-right: 4px; text-align: right; + white-space: nowrap; +} +.msgfullread .msgHeaders table thead td.label { padding-left: 3px; } .msgHeaders table thead td.subject { font-weight: bold; } + #msgAtc td { padding-bottom: 0; + padding-top: 1px; } .atcLabel, .msgLogLabel { font-weight: bold; +} +.atcLabel { padding-right: 5px; } #partlist table { margin-top: 3px; - margin-bottom: 1px; } #partlist td { padding-bottom: 2px; + padding-right: 3px; } #msgloglist { - padding-top: 2px; + padding-top: 4px; } #msgloglist ul { list-style-type: none; @@ -550,7 +550,7 @@ div.dimpActionsCompose, div.dimpActionsMsg { .msgBody table td { padding: 0; } -.msgfullread DIV.msgBody { +.msgfullread div.msgBody { overflow: auto; } -- 2.11.0
: