From 72f16aee96c125419929b17b39ab6e863d583edd Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 11 Aug 2009 03:19:05 +0000 Subject: [PATCH] Added scrollbar for address books list Monotone-Parent: aef2cae9c38aac963666dabf27439b30d4af4d23 Monotone-Revision: 49622a78cc682f73b0d14c2e5e0ba8cc5ddbdc89 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-08-11T03:19:05 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index b5436a408..dfcf58262 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -126,7 +126,8 @@ A.toolbarButton { text-decoration: none; } UL#contactFolders -{ list-style-type: none; +{ display: block; + list-style-type: none; list-style-image: none; clear: both; cursor: default; @@ -135,13 +136,16 @@ UL#contactFolders position: absolute; /* required for Safari & IE */ top: 62px; /* leave space for the mini addressbook */ bottom: 0px; - width: 100%; - height: 100%; + left: 0; + right: 0; + width: auto; margin: 0px; padding: 0px; + overflow: auto; + overflow-x: hidden; border-top: 2px solid #222; border-left: 2px solid #222; - border-right: 1px solid #fff; + border-right: 0px; border-bottom: 1px solid #fff; -moz-border-top-colors: #9c9a94 #000; -moz-border-left-colors: #9c9a94 #000;