From 885de94ea1f5bf07e28f1ec42ad9b6ee8164b495 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 9 Aug 2006 21:36:39 +0000 Subject: [PATCH] Monotone-Parent: f7c5aac07a2b1d933fa58c6613e4b1198f81773f Monotone-Revision: 411bd2c474676e8b793da5510bb3a0dd6e801a65 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-09T21:36:39 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 34 ++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 854677bfa..d55be60f5 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -204,16 +204,36 @@ DIV.contactFoldersList overflow: hidden; } -dsDIV -{ +DIV.contactFoldersList UL +{ + list-style-type: none; + list-style-image: none; + cursor: default; + display: block; position: absolute; - color: #000; + color: #000; background: #fff; width: 100%; top: 2em; + left: 0px; + right: 0px; bottom: 0px; overflow: auto; - border: 1px solid #fff; + padding-left: 0px; +} + +DIV.contactFoldersList LI +{ + padding: .2em 1em; + margin: 0px; + width: auto; + white-space: nowrap; +} + +DIV.contactFoldersList LI._selected +{ + background: #4b6983; + color: #fff; } .treecell @@ -296,6 +316,12 @@ TABLE#contactsList TD white-space: nowrap; } +TABLE#contactsList TD IMG +{ + margin-left: 1em; + margin-right: .2em; +} + TABLE#contactsList TR._selected TD { background: #4b6983;