From 1ca9679ba20f0530e113661c5b7781a247fa02c9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 22 Feb 2010 16:37:50 +0000 Subject: [PATCH] Monotone-Parent: 71507f960b06e9f44a8d2a3ea1fdec018536da1b Monotone-Revision: a6d78867a3dc3aa8d263e0a0a3afd0a15307c907 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-22T16:37:50 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxPreferences.css | 34 +++++------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/UI/WebServerResources/UIxPreferences.css b/UI/WebServerResources/UIxPreferences.css index f5a6bf5d7..a1a7ab129 100644 --- a/UI/WebServerResources/UIxPreferences.css +++ b/UI/WebServerResources/UIxPreferences.css @@ -1,38 +1,18 @@ DIV#preferencesTabs { position: absolute; - top: 6.5em; - left: .5em; - right: .5em; - bottom: .5em; } - -DIV#general -{ padding-top: 2em; - padding-left: 2em; - padding-right: 5em; } - -DIV#general LABEL -{ text-align: left; - margin-left: 0px; - white-space: normal; } + top: 70px; + left: 5px; + right: 5px; + bottom: 5px; } DIV#passwordView { padding-top: 3em; padding-right: 10em; } -DIV#identitiesView, -DIV#vacationView -{ padding: 5px 5px 5px 0px; - overflow: hidden; } - TEXTAREA#signature { position: absolute; - top: 5px; - bottom: 5px; - right: 5px; - left: 5px; - display: block; - height: 345px; - width: 415px;} + width: 100%; + height: 100%; } DIV#categoriesListWrapper { overflow: auto; @@ -50,7 +30,7 @@ TABLE#categoriesList { width: 100%; } #colorTableHeader -{ width: 40px; } +{ width: 50px; } TR.categoryListRow { background: #ccddec;