reindentation

Monotone-Parent: fa0e0e52e3edf5ac1db31482d112cad2937c4b74
Monotone-Revision: 7521d8d099b3de615206540af220cd63c8c65dde

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-22T15:12:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-02-22 15:12:42 +00:00
parent a1cd03457c
commit 1d3269fe91
2 changed files with 171 additions and 168 deletions

View File

@@ -34,9 +34,6 @@ TEXTAREA#signature
height: 345px;
width: 415px;}
TABLE#categoriesList
{ width: 100%; }
DIV#categoriesListWrapper
{ overflow: auto;
position: absolute;
@@ -46,8 +43,21 @@ DIV#categoriesListWrapper
left: 2em;
padding: 0px;
margin-top: 2px;
border-left: 1px solid #9B9B9B;
background: #CCDDEC; }
border-left: 1px solid #9b9b9b;
background: #ccddec; }
TABLE#categoriesList
{ width: 100%; }
#colorTableHeader
{ width: 40px; }
TR.categoryListRow
{ background: #ccddec;
cursor: pointer; }
TD.categoryListCell
{ -moz-user-select: none; }
DIV.colorBox
{ border: 1px solid #333333;
@@ -57,13 +67,6 @@ DIV.colorBox
margin: 0 3px 0 0;
width: 1em; }
TR.categoryListRow
{ background: #CCDDEC;
cursor: pointer; }
TD.categoryListCell
{ -moz-user-select: none; }
DIV#windowButtons
{ position: fixed;
bottom: 20px;