sogo/UI/WebServerResources/UIxPreferences.css
Francis Lachapelle c3ff1d6c6e Various improvements to the Preferences module
Monotone-Parent: f5af4bb05528ecf5545e12a51e343876ffad7270
Monotone-Revision: 997781056d484980738b11e151b8156a66f0998b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-06T19:07:25
Monotone-Branch: ca.inverse.sogo
2009-08-06 19:07:25 +00:00

67 lines
1 KiB
CSS

DIV#preferencesTabs
{ position: absolute;
top: 5em;
left: .5em;
right: .5em;
bottom: .5em; }
DIV#general
{ padding-top: 2em;
padding-left: 2em;
padding-right: 5em; }
DIV#general LABEL
{ text-align: left;
margin-left: 0px;
white-space: normal; }
DIV#passwordView
{ padding-top: 3em;
padding-right: 10em; }
DIV#identitiesView
{ padding: 5px 5px 5px 0px;
overflow: hidden; }
TEXTAREA#signature
{ height: 100%;
width: 100%; }
TABLE#categoriesList
{ width: 100%; }
DIV#categoriesListWrapper
{ overflow: auto;
position: absolute;
bottom: 30px;
right: 0;
top: 8em;
left: 0;
padding: 2px; }
DIV.colorBox
{ border: 1px solid #333333;
font-size: 80%;
font-weight: normal;
height: 0.75em;
margin: 0 3px 0 0;
width: 1em; }
TR.categoryListRow
{ background: #FFFFFF; }
TR._selected
{ background: #333333; }
TD.categoryListCell
{ -moz-user-select: none; }
DIV#windowButtons
{ position: fixed;
top: auto;
bottom: 0px;
left: 0px;
right: 25px;
height: 3.5em;
line-height: 2em;
vertical-align: middle;
text-align: right; }