sogo/UI/WebServerResources/UIxPreferences.css
C Robert aee8aa1f5e Small fixes after tests
Monotone-Parent: b1fac1b458b718d0b80ecc77aa59220107cd9ef8
Monotone-Revision: 01bf1d89cd94ea18b92612c7cdf2f88d80cd7d93

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-16T17:21:25
Monotone-Branch: ca.inverse.sogo
2009-07-16 17:21:25 +00:00

57 lines
877 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; }