Monotone-Parent: b3fc892e5da4aadb8256c6689800fd5069d6ac91

Monotone-Revision: 036947e22f5b3eb801463875f6254522044e8867

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-10T18:46:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-09-10 18:46:05 +00:00
parent b7a1fd2c40
commit a953c7c4b3
6 changed files with 80 additions and 59 deletions

View File

@@ -1,49 +1,41 @@
/* CSS for compose panel */
div#compose_panel div table {
padding: 2px;
}
div#compose_panel div table
{ padding: 2px; }
TABLE#compose_table, TABLE#compose_table DIV
{
width: 100%;
}
{ width: 100%; }
TABLE#compose_label
{
text-align: right;
}
{ text-align: right; }
DIV#addressList
{ height: 8em;
margin-bottom: .25em;
{ clear: left;
height: 8em;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}
DIV.addressListElement
{ margin: 0px;
padding: 0px; }
SPAN.headerField
{ line-height: 1.8em;
width: 7em;
text-align: right; }
float: left;
clear: left;
text-align: right;
min-width: 7em;
padding-left: 0.5em; }
SPAN.headerInput INPUT
{ width: 50%;
padding-left: 24px;
{ padding-left: 24px; /* offset text input */
padding-right: 4px;
background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
background-repeat: no-repeat;
background-position: 2px center; }
DIV#subjectRow
{ margin-left: 9em; }
DIV#subjectRow INPUT
{ background-image: none;
width: 50%;
padding-left: .5em; }
padding-left: 4px; /* offset text input */
padding-right: 4px; }
div#compose_internetmarker
{ padding: 8px;
@@ -54,8 +46,7 @@ div#compose_internetmarker
border-style: solid; }
div#headerArea
{ border-top: 1px solid #fff;
border-bottom: 1px solid #848284; }
{ border-top: 1px solid #fff; }
div#attachmentsArea
{ display: none;
@@ -67,6 +58,17 @@ div#attachmentsArea
padding-left: 5px;
border-left: 1px solid #888; }
hr
{ background-color: #848284;
border: 0;
clear: both;
color: #848284;
float: left;
height: 1px;
margin: 0px;
padding: 0px;
width: 100%; }
input.currentAttachment
{ position: absolute;
top: 1em;
@@ -90,8 +92,7 @@ UL#attachments
{ cursor: default;
margin: 0px;
padding: 0px;
width: 100%;
height: 10em;
height: 9em;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
@@ -116,5 +117,5 @@ DIV.pageContent TEXTAREA
left: 0em;
right: 0em;
bottom: 0em;
top: 17em;
top: 13em;
width: 100%; }