From 9627f8608f7cb54de5784b7cb831e214dadd72ab Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 20 Dec 2006 22:47:10 +0000 Subject: [PATCH] Monotone-Parent: e59b773742249fe1b0b7c6ade68133f91b60e6ab Monotone-Revision: 52fcdfdee71eae8ba8b51b575ff745e2a38a175f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-20T22:47:10 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index 1cbd6deda..5dc7e7692 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -127,7 +127,8 @@ DIV#contactFoldersList > DIV.toolbar border-left: 1px solid #aaa; } UL#contactFolders -{ list-style-type: none; +{ visibility: hidden; + list-style-type: none; list-style-image: none; clear: both; cursor: default; @@ -140,6 +141,11 @@ UL#contactFolders border: 0px; overflow: auto; } +UL#contactFolders LI.denied +{ background: #fefefe; + font-style: italic; + color: #f33; } + DIV#contactFoldersList LI { padding: .2em 1em;