Monotone-Parent: 6f2175ef7aaf3aa5ed992e4e0b51ddf722d4a07f

Monotone-Revision: 55f77640b542c95c5474e9ca98f187feac125c7e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T16:22:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-19 16:22:59 +00:00
parent 05d03f0ea4
commit 4ed45c91be
3 changed files with 16 additions and 21 deletions

View File

@@ -17,6 +17,7 @@ TABLE#compose_label
DIV#addressList
{
height: 8em;
margin-bottom: .25em;
overflow-y: auto;
overflow-x: hidden;
}
@@ -29,7 +30,8 @@ DIV.addressListElement
SPAN.headerField
{ display: block;
float: left;
width: 8em;
line-height: 1.8em;
width: 5em;
text-align: right; }
SPAN.headerInput > INPUT
@@ -37,7 +39,7 @@ SPAN.headerInput > INPUT
padding-left: 24px;
background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
background-repeat: no-repeat;
background-position: left middle;
background-position: 2px center;
margin-right: -9em; }
DIV#subjectRow INPUT
@@ -55,12 +57,10 @@ div#compose_internetmarker {
}
div#headerArea
{ border-top: 2px solid #fffffb;
border-left: 2px solid #fffffb;
{ border-top: 1px solid #fffffb;
border-left: 1px solid #fffffb;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
-moz-border-top-colors: -moz-buttonhoverface transparent;
-moz-border-left-colors: -moz-buttonhoverface transparent;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; }
@@ -74,11 +74,6 @@ div#attachmentsArea
padding-left: 5px;
border-left: 1px solid #888; }
SPAN.headerField
{ line-height: 1.8em;
width: 5em;
text-align: right; }
div#compose_attachments_list
{
width: 100%;