mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-20 12:29:29 +00:00
Major refresh of CSS stylesheets.
Monotone-Parent: 508bbe52515b0ad7119c755b4cc91d17e313c06b Monotone-Revision: d09001490c2d88332ef3ec446bfd0aa488d0de8c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-11-04T22:13:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DIV#preferencesTabs
|
||||
{ position: absolute;
|
||||
top: 5em;
|
||||
top: 6.5em;
|
||||
left: .5em;
|
||||
right: .5em;
|
||||
bottom: .5em; }
|
||||
@@ -25,8 +25,14 @@ DIV#vacationView
|
||||
overflow: hidden; }
|
||||
|
||||
TEXTAREA#signature
|
||||
{ height: 100%;
|
||||
width: 100%; }
|
||||
{ position: absolute;
|
||||
top: 5px;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
left: 5px;
|
||||
display: block;
|
||||
height: 345px;
|
||||
width: 415px;}
|
||||
|
||||
TABLE#categoriesList
|
||||
{ width: 100%; }
|
||||
@@ -35,10 +41,13 @@ DIV#categoriesListWrapper
|
||||
{ overflow: auto;
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
right: 0;
|
||||
top: 8em;
|
||||
left: 0;
|
||||
padding: 2px; }
|
||||
right: 2em;
|
||||
top: 88px;
|
||||
left: 2em;
|
||||
padding: 0px;
|
||||
margin-top: 2px;
|
||||
border-left: 1px solid #9B9B9B;
|
||||
background: #CCDDEC; }
|
||||
|
||||
DIV.colorBox
|
||||
{ border: 1px solid #333333;
|
||||
@@ -49,21 +58,16 @@ DIV.colorBox
|
||||
width: 1em; }
|
||||
|
||||
TR.categoryListRow
|
||||
{ background: #FFFFFF; }
|
||||
TR._selected
|
||||
{ background: #333333; }
|
||||
{ background: #CCDDEC; }
|
||||
|
||||
TD.categoryListCell
|
||||
{ -moz-user-select: none; }
|
||||
|
||||
DIV#windowButtons
|
||||
{ position: fixed;
|
||||
top: auto;
|
||||
bottom: 0px;
|
||||
bottom: 20px;
|
||||
left: 0px;
|
||||
right: 25px;
|
||||
height: 3.5em;
|
||||
line-height: 2em;
|
||||
vertical-align: middle;
|
||||
text-align: right; }
|
||||
|
||||
@@ -80,4 +84,11 @@ DIV#windowButtons
|
||||
#vacation SPAN
|
||||
{ float: right; }
|
||||
#vacation BR
|
||||
{ clear: both; }
|
||||
{ clear: both; }
|
||||
|
||||
DIV.bottomToolbar
|
||||
{ position: absolute;
|
||||
bottom: 9px;
|
||||
left: 2em;
|
||||
right: 2em;
|
||||
margin: 0px; }
|
||||
|
||||
Reference in New Issue
Block a user