From f14c04e294dccd3672d8a008f01cb42e4e642f81 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 27 Oct 2010 15:16:22 +0000 Subject: [PATCH] Monotone-Parent: a6f3aca67e5e13f234b58d4fc16943cf2b93f609 Monotone-Revision: d75f7139ca5cff2af7729169629bafc6d068d1d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-27T15:16:22 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxContactEditor.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/UI/WebServerResources/UIxContactEditor.css b/UI/WebServerResources/UIxContactEditor.css index 7036dea41..58112a94d 100644 --- a/UI/WebServerResources/UIxContactEditor.css +++ b/UI/WebServerResources/UIxContactEditor.css @@ -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%; }