mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
Monotone-Parent: fb12a8435fe66cc16657a150037d1934ac20341c
Monotone-Revision: 4ea32f73278c61525c516b249d09c1b7f1e948bb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-18T21:48:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -14,24 +14,36 @@ TABLE#compose_label
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table#compose_table {
|
||||
border-bottom-color: #808080;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
DIV#addressList
|
||||
{
|
||||
height: 8em;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
td#compose_leftside {
|
||||
vertical-align: top;
|
||||
}
|
||||
DIV.addressListElement
|
||||
{ margin: 0px;
|
||||
margin-right: 8em;
|
||||
padding: 0px; }
|
||||
|
||||
td#compose_rightside {
|
||||
vertical-align: top;
|
||||
}
|
||||
SPAN.headerField
|
||||
{ display: block;
|
||||
float: left;
|
||||
width: 8em;
|
||||
text-align: right; }
|
||||
|
||||
SPAN.headerInput > INPUT
|
||||
{ width: 100%;
|
||||
padding-left: 24px;
|
||||
background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 2px;
|
||||
margin-right: -9em; }
|
||||
|
||||
DIV#subjectRow INPUT
|
||||
{ background-image: none;
|
||||
padding-left: .5em; }
|
||||
|
||||
div#compose_fromline {
|
||||
}
|
||||
div#compose_toselection {
|
||||
}
|
||||
div#compose_internetmarker {
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
@@ -42,38 +54,52 @@ div#compose_internetmarker {
|
||||
}
|
||||
|
||||
div#headerArea
|
||||
{ margin-right: 10em; }
|
||||
|
||||
div#headerArea INPUT
|
||||
{ width: 35em; }
|
||||
{ position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
height: 12em;
|
||||
border-top: 2px solid #fffffb;
|
||||
border-left: 2px 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; }
|
||||
|
||||
div#attachmentsArea
|
||||
{ float: right;
|
||||
width: 8em;
|
||||
height: 2em;
|
||||
padding-right: 1em; }
|
||||
{ display: none;
|
||||
float: right;
|
||||
width: 12em;
|
||||
height: 12em;
|
||||
margin: 0px;
|
||||
padding-right: 1em;
|
||||
padding-left: 5px;
|
||||
border-left: 1px solid #888; }
|
||||
|
||||
SPAN.headerField
|
||||
{ display: block;
|
||||
float: left;
|
||||
line-height: 1.8em;
|
||||
{ line-height: 1.8em;
|
||||
width: 5em;
|
||||
text-align: right; }
|
||||
|
||||
div#compose_attachments_list {
|
||||
width: 100%;
|
||||
height: 6em;
|
||||
background-color: #FFFFFF;
|
||||
margin-left: 0px;
|
||||
padding: 2px;
|
||||
border-color: #c3c3c3;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
div#compose_attachments_list
|
||||
{
|
||||
width: 100%;
|
||||
height: 10em;
|
||||
background-color: #ffffff;
|
||||
margin-left: 0px;
|
||||
padding: 2px;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
border-top: 2px solid #222;
|
||||
border-left: 2px solid #222;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
|
||||
}
|
||||
|
||||
TEXTAREA
|
||||
{ position: absolute;
|
||||
left: .5em;
|
||||
right: .5em;
|
||||
bottom: .5em;
|
||||
height: 280px; }
|
||||
left: 0em;
|
||||
right: 0em;
|
||||
bottom: 0em;
|
||||
top: 17em; }
|
||||
|
||||
Reference in New Issue
Block a user