From: Michael M Slusarz Date: Tue, 7 Apr 2009 19:57:15 +0000 (-0600) Subject: Improve layout of dimp compose window X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fddbcd122cfde0240bf7a62723093690a08a95d1;p=horde.git Improve layout of dimp compose window --- diff --git a/imp/templates/chunks/compose.php b/imp/templates/chunks/compose.php index d2023f2ff..6ca1c151e 100644 --- a/imp/templates/chunks/compose.php +++ b/imp/templates/chunks/compose.php @@ -77,82 +77,60 @@ function _createDAcompose($text, $image, $id) - - - - + + - - -
-
+ -
- - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - + + + + + + + + + + + + + + + + + + + + + + + - - +
+ +
: - + +
+ + + + +
: + -
+
-
-
diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 674f67d9c..3804e9476 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -630,14 +630,14 @@ div.dimpActionsCompose, div.dimpActionsMsg { display: block; cursor: pointer; } -.msgwrite thead tr { +.msgwrite tr { vertical-align: top; } -.msgwrite thead td { +.msgwrite td { padding: 3px 5px 1px 0; font-size: 90%; } -.msgwrite thead td.label { +.msgwrite td.label { height: 15px; white-space: nowrap; text-align: right; @@ -645,12 +645,21 @@ div.dimpActionsCompose, div.dimpActionsMsg { padding-top: 4px; padding-left: 2px; } -.msgwrite thead td.subject { +.msgwrite td.subject { font-weight: bold; } .msgwrite .atcrow { line-height: 130%; } +#to, #cc, #bcc, #subject { + width: 100%; +} +.msgwrite td.autocompleteImg { + width: 25px; +} +.msgwrite td.autocompleteImg span.loadingImg { + display: block; +} #messageParent { background: #fff url("graphics/backhead_shadow.png") top repeat-x;