From 284d6c966426193ec7fc49747a78c00e994b41aa Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 11 Jun 2007 21:13:14 +0000 Subject: [PATCH] Monotone-Parent: 92c7136983e3ec566a405fc3bf460542021d5121 Monotone-Revision: c1e75bd325dfd7fdacb6428c584034ba846775dd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-06-11T21:13:14 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxMailEditor.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/UI/WebServerResources/UIxMailEditor.css b/UI/WebServerResources/UIxMailEditor.css index 5bfb95e27..201b11d13 100644 --- a/UI/WebServerResources/UIxMailEditor.css +++ b/UI/WebServerResources/UIxMailEditor.css @@ -15,8 +15,7 @@ TABLE#compose_label } DIV#addressList -{ - height: 8em; +{ height: 8em; margin-bottom: .25em; overflow-y: auto; overflow-x: hidden; @@ -24,23 +23,20 @@ DIV#addressList DIV.addressListElement { margin: 0px; - margin-right: 8em; padding: 0px; } SPAN.headerField -{ display: block; - float: left; - line-height: 1.8em; +{ line-height: 1.8em; width: 5em; text-align: right; } -SPAN.headerInput > INPUT +SPAN.headerInput INPUT { width: 100%; padding-left: 24px; background-image: url('/SOGo.woa/WebServerResources/abcard.gif'); background-repeat: no-repeat; background-position: 2px center; - margin-right: -9em; } + margin-right: -12em; } DIV#subjectRow INPUT { background-image: none; @@ -85,9 +81,10 @@ div#compose_attachments_list -moz-border-left-colors: #9c9a94 #000 transparent; } -TEXTAREA +DIV.pageContent TEXTAREA { position: absolute; left: 0em; right: 0em; bottom: 0em; top: 17em; } +