mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 19:45:26 +00:00
see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89 Monotone-Author: dev-unix.inverse.qc.ca Monotone-Date: 2006-06-15T19:34:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
/* 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;
|
||||
font-size: 10px;
|
||||
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;
|
||||
}
|
||||
|
||||
div#compose_toselection select {
|
||||
font-size: 10px;
|
||||
}
|
||||
div#compose_toselection input {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
input#compose_subject_input {
|
||||
font-size: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.compose_label {
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div#compose_text textarea {
|
||||
width: 100%;
|
||||
height: 280px;
|
||||
}
|
||||
Reference in New Issue
Block a user