From 4de9671edd9d0a140a2ff4e51df688327594bf7d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 8 Jul 2008 11:10:29 +0000 Subject: [PATCH] Monotone-Parent: b2d9c636fb3d2144c545bb429ce3ba1a5ebaa2c4 Monotone-Revision: dda4e6a3f592d528b84dd6d0a778f5e9cea2bfa5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-08T11:10:29 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.css | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index f91199ad7..b8762de9d 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -143,16 +143,32 @@ UL#contactFolders border-right: 1px solid #fff; border-bottom: 1px solid #fff; -moz-border-top-colors: #9c9a94 #000; - -moz-border-left-colors: #9c9a94 #000; } + -moz-border-left-colors: #9c9a94 #000; + -moz-user-select: none; + -khtml-user-select: none; +} DIV#contactFoldersList LI { - padding: .2em 1em; - margin: 0px; - width: auto; - white-space: nowrap; + background-repeat: no-repeat; + background-position: 4px 2px; + line-height: 20px; + padding-left: 20px; + margin: 0px; + width: auto; + white-space: nowrap; } +DIV#contactFoldersList LI.local +{ + background-image: url('/SOGo.woa/WebServerResources/addrbook.png'); +} + +DIV#contactFoldersList LI.remote +{ + background-image: url('/SOGo.woa/WebServerResources/remote-addrbook.png'); +} + .treecell { color: black;