sogo/UI/WebServerResources/UIxMailEditor.css
Wolfgang Sourdeau 697a49750b Monotone-Parent: bdbae1df701b51a7f884e9fc02afd8c51181aab1
Monotone-Revision: 6e4db4faadb29401ffefc8e973c9043c4187f29c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-20T17:55:26
Monotone-Branch: ca.inverse.sogo
2006-09-20 17:55:26 +00:00

80 lines
1.2 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;
}
table#compose_table {
border-bottom-color: #808080;
border-bottom-width: 1;
border-bottom-style: solid;
}
td#compose_leftside {
vertical-align: top;
}
td#compose_rightside {
vertical-align: top;
}
div#compose_fromline {
}
div#compose_toselection {
}
div#compose_internetmarker {
padding: 8px;
text-align: center;
background-color: white;
border-color: red;
border-width: 2px;
border-style: solid;
}
div#headerArea
{ margin-right: 10em; }
div#headerArea INPUT
{ width: 35em; }
div#attachmentsArea
{ float: right;
width: 8em;
height: 2em;
padding-right: 1em; }
SPAN.headerField
{ display: block;
float: left;
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;
}
TEXTAREA
{ position: absolute;
left: .5em;
right: .5em;
bottom: .5em;
height: 280px; }