From 9570be583918d36d4f684d61c4a6fc3e318e5cfd Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 19 Sep 2007 18:28:11 +0000 Subject: [PATCH] Monotone-Parent: 695e422f389fa2e979d908bf859c534fad501b93 Monotone-Revision: 596a541340f11313425a6114a841a3e3dc1dac52 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-09-19T18:28:11 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index dd024364c..ccf2bc5db 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -39,8 +39,8 @@ DIV#contactsListContent left: 0px; right: 0px; height: 16em; - overflow: hidden; - overflow-y: auto; } + overflow: scroll; + overflow-x: hidden; } .aptview_text { @@ -108,8 +108,7 @@ table.titletable td.titlecell SELECT } DIV#contactFoldersList -{ - position: absolute; +{ position: absolute; top: 6em; left: 0px; width: 15em; @@ -130,8 +129,11 @@ UL#contactFolders list-style-image: none; clear: both; cursor: default; - color: #000; + color: #000; background: #fff; + position: absolute; /* required for Safari & IE */ + top: 53px; /* leave space for the mini addressbook */ + bottom: 0px; width: 100%; height: 100%; margin: 0px; @@ -141,8 +143,7 @@ UL#contactFolders border-right: 1px solid #fff; border-bottom: 1px solid #fff; -moz-border-top-colors: #9c9a94 #000; - -moz-border-left-colors: #9c9a94 #000; - overflow: auto; } + -moz-border-left-colors: #9c9a94 #000; } DIV#contactFoldersList LI {