sogo/UI/WebServerResources/UIxPreferences.css
Francis Lachapelle 98eaf4b100 Small fix for the editor of categories
Monotone-Parent: 6aaedc14bdf14bbd2d4349b28598b7e1458a51e4
Monotone-Revision: e409f99e26e7a5e1d224123fb22a166248351319

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-16T17:53:43
Monotone-Branch: ca.inverse.sogo
2009-07-16 17:53:43 +00:00

58 lines
924 B
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#mailOptionsView TEXTAREA
{ width: 420px;
height: 4em; }
DIV#passwordView
{ padding-top: 3em;
padding-right: 10em; }
DIV#identitiesView
{ padding-top: 5px;
padding-left: 5px; }
#signature
{ overflow: auto;
width: 390px;
max-width: 390px;
height: 145px; }
TABLE#categoriesList
{ width: 95%; }
DIV#categoriesListWrapper
{ overflow:auto;
height:230px;
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; }