Monotone-Parent: a6f3aca67e5e13f234b58d4fc16943cf2b93f609

Monotone-Revision: d75f7139ca5cff2af7729169629bafc6d068d1d7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-27T15:16:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-10-27 15:16:22 +00:00
parent 986744c41e
commit f14c04e294

View File

@@ -47,15 +47,25 @@ DIV.tab TD.firstColumn INPUT.textField,
DIV.tab TD.secondColumn INPUT.textField
{ width: 35%; }
#categoryInfos
{ margin-left: 20px; }
#categoryContainer
{ max-height: 320px;
{ max-height: 400px;
overflow: auto;
padding: 0px;
overflow-y: auto; }
#categoryContainer > DIV
{ margin: 0px;
padding: 0px;
border: 0px;
height: 22px; }
INPUT.comboBoxField, #emptyCategory
{ width: 330px; }
{ width: 370px;
height: 16px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px; }
#otherInfos TEXTAREA
{ width: 70%; }