sogo/UI/WebServerResources/UIxMailEditor.css
Francis Lachapelle e12f45b336 Monotone-Parent: 4bdfcf9d428ded83dff00052f53189e0a1020675
Monotone-Revision: cb556a1e330ba96826fe08e85f5dc434dcf93aeb

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-20T21:11:23
Monotone-Branch: ca.inverse.sogo
2007-11-20 21:11:23 +00:00

158 lines
3 KiB
CSS

/* CSS for compose panel */
div#compose_panel div table
{ padding: 2px; }
TABLE#compose_table, TABLE#compose_table DIV
{ width: 100%; }
TABLE#compose_label
{ text-align: right; }
DIV#addressList
{ clear: left;
height: 8em;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}
DIV.addressList
{ margin: 5px; }
TABLE#addressList
{ border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 1px solid #444;
border-left: 1px solid #444;
border-spacing: 0px;
margin: 0px;
padding: 0px;
width: 100%; }
TABLE#addressList TD
{ background-color: #fff;
border: 0px;
border-bottom: 1px solid #C4C8FF;
margin: 0px;
padding: 1px; }
TABLE#addressList TD.headerField
{ border-right: 1px solid #C4C8FF;
width: 110px; }
TABLE#addressList TD.headerField SELECT
{ border: 1px solid #eee; }
TABLE#addressList TD.headerInput
{ background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
background-repeat: no-repeat;
background-position: 2px center;
padding-left: 24px;
padding-right: 4px; }
TABLE#addressList TD.headerInput INPUT
{ border: 0px;
margin: 0px;
padding: 0px;
width: 100%; }
SPAN.headerField
{ line-height: 2.0em;
padding-left: 0.5em; }
TABLE#addressList TR#lastRow SELECT
{ visibility: hidden; }
DIV#subjectRow SPAN.headerField
{ float: left; }
DIV#subjectRow INPUT
{ background-image: none;
padding: 0px 2px 0px 4px; }
div#compose_internetmarker
{ padding: 8px;
text-align: center;
background-color: white;
border-color: red;
border-width: 2px;
border-style: solid; }
div#headerArea
{ border-top: 1px solid #fff;
padding: 5px 0px; }
div#attachmentsArea
{ display: none;
float: right;
width: 120px;
height: 100%;
margin: auto;
padding-right: 5px;
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;
right: 1em; }
input.attachment
{ position: absolute;
left: -1000px; }
div#compose_attachments_list
{ 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: #9c9a94 #000 transparent;
-moz-border-left-colors: #9c9a94 #000 transparent; }
UL#attachments
{ cursor: default;
margin: 0px;
padding: 0px;
height: 9em;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
border-left: 2px solid #222;
background-color: #fff;
-moz-border-top-colors: #9c9a94 #000 transparent;
-moz-border-left-colors: #9c9a94 #000 transparent;
list-style-type: none;
list-style-image: none;
overflow: auto;
overflow-x: hidden; }
UL#attachments LI
{ white-space: nowrap;
padding-bottom: 1px; }
UL#attachments LI IMG
{ vertical-align: bottom; }
#pageContent TEXTAREA
{ position: absolute;
left: 0em;
right: 0em;
bottom: 0em;
top: 13em;
width: 99%; }