sogo/UI/WebServerResources/UIxPreferences.css
Wolfgang Sourdeau 4d5c0ff6f4 Monotone-Parent: d730814de50b7c4fd0fa165b4b6e02e968ff60ef
Monotone-Revision: 148caf2ae66d2024b6008a2633e9145890921239

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-09-01T20:27:45
Monotone-Branch: ca.inverse.sogo
2010-09-01 20:27:45 +00:00

196 lines
3.1 KiB
CSS

DIV#preferencesTabs
{ position: absolute;
top: 54px;
left: 5px;
right: 5px;
bottom: 5px; }
DIV.bottomToolbar
{ position: absolute;
height: 20px;
margin: 0px;
padding: 0px; }
#categoriesToolbar, #filtersToolbar
{ left: 2em;
right: 2em;
bottom: 8px; }
#mailAccountsToolbar
{ left: 5px;
bottom: 9px;
width: 130px; }
DIV#categoriesListWrapper
{ overflow: auto;
position: absolute;
bottom: 30px;
right: 2em;
top: 88px;
left: 2em;
padding: 0px;
margin-top: 2px;
border-left: 1px solid #9b9b9b;
background: #ccddec; }
TABLE#categoriesList
{ width: 100%; }
#colorTableHeader
{ width: 50px; }
TR.categoryListRow
{ background: #ccddec;
cursor: pointer; }
TD.categoryListCell
{ -moz-user-select: none; }
DIV.colorBox
{ border: 1px solid #333333;
font-size: 80%;
font-weight: normal;
height: 0.75em;
margin: 0 3px 0 0;
width: 1em; }
/* vacation */
#vacation, #forward
{ padding-left: 2.5em; }
#vacation LABEL
{ margin-left: 0; }
#vacation TEXTAREA
{ width: 100%; }
#vacation TEXTAREA#autoReplyText
{ height: 100px; }
#vacation TEXTAREA#autoReplyEmailAddresses
{ height: 50px; }
#vacation SPAN
{ float: right; }
#vacation BR,
#passwordView BR
{ clear: both; }
/* mail filters */
DIV#filtersListWrapper
{ overflow: auto;
position: absolute;
bottom: 30px;
right: 2em;
top: 154px;
left: 2em;
padding: 0px;
margin-top: 2px;
border-left: 1px solid #9b9b9b;
background: #ccddec; }
TABLE#filtersList
{ width: 100%;
cursor: default; }
TR.filterListRow
{ background: #ccddec;
cursor: pointer; }
TD.filterListCell
{ -moz-user-select: none; }
TH#activeTableHeader
{ width: 50px;
text-align: center; }
TD.activeColumn
{ text-align: center; }
P#passwordFields,
P#passwordError
{ width: 410px;
text-align: right; }
P.errorMessage#passwordError
{ color: #f00; }
P.infoMessage#passwordError
{ color: #00f; }
/* mail accounts */
#mailAccountsListWrapper, #mailAccountEditor
{ position: absolute;
overflow: auto;
bottom: 30px;
top: 5px;
left: 0px;
margin: 0px;
padding: 0px; }
#mailAccountsListWrapper
{ overflow-x: hidden;
left: 5px;
width: 130px;
background: #ccddec;
border-top: 1px solid #9b9b9b;
border-left: 1px solid #9b9b9b; }
#mailAccountsList
{ position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: 0px;
padding: 0px; }
#mailAccountsList LI
{ cursor: pointer;
white-space: nowrap;
padding-left: 5px;
height: 20px; }
#mailAccountsList LI.readonly
{ cursor: default;
font-style: italic; }
#mailAccountEditor
{ left: 140px;
padding-top: 5px;
right: 5px; }
#serverName
{ width: 100px; }
#port
{ width: 30px; }
#userName, #password
{ width: 180px; }
#fullName, #email
{ width: 180px; }
#actSignature
{ color: #55f;
cursor: pointer;
text-decoration: underline; }
#actSignature.disabled
{ color: #999;
cursor: default;
text-decoration: none; }
#signatureDialog
{ position: absolute;
left: 10px;
width: auto !important;
right: 10px;
height: 200px;
top: 50px; }
#signature
{ width: 100%;
height: 90px;
margin: 0px auto;
margin-bottom: 10px; }
#receiptOptions
{ text-align: right; }