mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: 533cfe8838587987ff2e1ab8c7ed56d0e4b66bb4
Monotone-Revision: fe2bfcd815039f3fc87b6307a5eb4a89ca9d9022 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-06T15:34:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -5,10 +5,21 @@ DIV#preferencesTabs
|
||||
right: 5px;
|
||||
bottom: 5px; }
|
||||
|
||||
TEXTAREA#signature
|
||||
DIV.bottomToolbar
|
||||
{ position: absolute;
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
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;
|
||||
@@ -43,14 +54,7 @@ DIV.colorBox
|
||||
margin: 0 3px 0 0;
|
||||
width: 1em; }
|
||||
|
||||
DIV#windowButtons
|
||||
{ position: fixed;
|
||||
bottom: 20px;
|
||||
left: 0px;
|
||||
right: 25px;
|
||||
vertical-align: middle;
|
||||
text-align: right; }
|
||||
|
||||
/* vacation */
|
||||
#vacation, #forward
|
||||
{ padding-left: 2.5em; }
|
||||
#vacation LABEL
|
||||
@@ -67,13 +71,6 @@ DIV#windowButtons
|
||||
#passwordView BR
|
||||
{ clear: both; }
|
||||
|
||||
DIV.bottomToolbar
|
||||
{ position: absolute;
|
||||
bottom: 9px;
|
||||
left: 2em;
|
||||
right: 2em;
|
||||
margin: 0px; }
|
||||
|
||||
/* mail filters */
|
||||
DIV#filtersListWrapper
|
||||
{ overflow: auto;
|
||||
@@ -114,4 +111,82 @@ P.errorMessage#passwordError
|
||||
{ color: #f00; }
|
||||
|
||||
P.infoMessage#passwordError
|
||||
{ color: #00f; }
|
||||
{ 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; }
|
||||
|
||||
Reference in New Issue
Block a user