mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
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
This commit is contained in:
@@ -15,31 +15,29 @@ DIV#general LABEL
|
||||
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; }
|
||||
{ padding: 5px 5px 5px 0px;
|
||||
overflow: hidden; }
|
||||
|
||||
#signature
|
||||
{ overflow: auto;
|
||||
width: 390px;
|
||||
max-width: 390px;
|
||||
height: 145px; }
|
||||
TEXTAREA#signature
|
||||
{ height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
TABLE#categoriesList
|
||||
{ width: 95%; }
|
||||
{ width: 100%; }
|
||||
|
||||
DIV#categoriesListWrapper
|
||||
{ overflow:auto;
|
||||
height:230px;
|
||||
padding:2px; }
|
||||
{ overflow: auto;
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
right: 0;
|
||||
top: 8em;
|
||||
left: 0;
|
||||
padding: 2px; }
|
||||
|
||||
DIV.colorBox
|
||||
{ border: 1px solid #333333;
|
||||
@@ -55,4 +53,15 @@ TR._selected
|
||||
{ background: #333333; }
|
||||
|
||||
TD.categoryListCell
|
||||
{ -moz-user-select: none; }
|
||||
{ -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; }
|
||||
Reference in New Issue
Block a user