mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-21 17:36:24 +00:00
Monotone-Revision: 48dcb8712cd5e36fe33ea44dde50cad68d94f5c3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-26T19:23:08 Monotone-Branch: ca.inverse.sogo
62 lines
970 B
CSS
62 lines
970 B
CSS
DIV#addressBookSelector
|
|
{ margin: .5em; }
|
|
|
|
DIV#addressBookSelector SELECT
|
|
{ width: 32em; }
|
|
|
|
SELECT
|
|
{ width: 8em; }
|
|
|
|
DIV#buttons
|
|
{ color: #535D6D;
|
|
visibility: visible;
|
|
position: absolute;
|
|
right: 1em;
|
|
bottom: 1em; }
|
|
|
|
TR
|
|
{ width: 100% !important;
|
|
border: 2px solid #0ff; }
|
|
|
|
DIV#editorTabs
|
|
{ position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
right: 5px;
|
|
bottom: 40px; }
|
|
|
|
DIV#editorTabs DIV.tab TD.titleCell
|
|
{ text-align: left;
|
|
font-weight: bold; }
|
|
|
|
INPUT.textField
|
|
{ width: 60%; }
|
|
|
|
TD#htmlMailFormat
|
|
{ text-align: left !important; }
|
|
|
|
TABLE#emailInfos TD
|
|
{ width: 90%; }
|
|
|
|
TABLE#emailInfos TD.preferred
|
|
{ width: 10% !important;
|
|
overflow: visible;
|
|
text-align: center; }
|
|
|
|
DIV.tab TD.firstColumn INPUT.textField,
|
|
DIV.tab TD.secondColumn INPUT.textField
|
|
{ width: 35%; }
|
|
|
|
#categoryInfos
|
|
{ margin-left: 20px; }
|
|
|
|
#categoryContainer
|
|
{ max-height: 320px;
|
|
overflow-y: auto; }
|
|
|
|
INPUT.comboBoxField, #emptyCategory
|
|
{ width: 330px; }
|
|
|
|
#otherInfos TEXTAREA
|
|
{ width: 70%; }
|