sogo/UI/WebServerResources/UIxMailEditor.css
Wolfgang Sourdeau 99f54a17ec Monotone-Parent: 75c85974feba4654def1fa260d87205a035552de
Monotone-Revision: 9b4c2eadc3d38aa14dc504c80d606df816c2f924

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T14:37:58
Monotone-Branch: ca.inverse.sogo
2006-10-03 14:37:58 +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: 1px;
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; }