sogo/UI/WebServerResources/UIxMailEditor.css
Wolfgang Sourdeau 4ec17d4485 Monotone-Parent: 98bec4f36dc30eb4c106922ee20a47dcfbc01e20
Monotone-Revision: 804f7d7b237cd6c815a612bf39e7e5b83dd8e07b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-28T22:54:11
Monotone-Branch: ca.inverse.sogo
2006-07-28 22:54:11 +00:00

70 lines
1.2 KiB
CSS

/* CSS for compose panel */
div#compose_panel div table {
padding: 2px;
}
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#compose_attachments {
padding-top: 4px;
padding-right: 10px;
}
div#compose_attachments_list {
width: 100%;
height: 100px;
background-color: #FFFFFF;
margin-left: 0px;
padding: 2px;
border-color: #c3c3c3;
border-width: 1px;
border-style: solid;
}
div#compose_subject {
/* border-bottom-color: #808080;
border-bottom-width: 1;
border-bottom-style: solid;
*/}
div#compose_text {
border-top-color: white;
border-top-width: 1;
border-top-style: solid;
}
input#compose_subject_input {
width: 100%;
}
.compose_label {
text-align: left;
}
div#compose_text textarea {
width: 100%;
height: 280px;
}