From a092c7eb3812fea8664cd1d6cd7719d27cdaae2f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 9 Jul 2008 17:29:30 +0000 Subject: [PATCH] Monotone-Parent: 45f4738cc8fd2e71713e3625b32c19bd7ac54ce4 Monotone-Revision: eee5f66bf19f86e82f46756295377665c0f7d752 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-09T17:29:30 Monotone-Branch: ca.inverse.sogo --- UI/Templates/ContactsUI/UIxContactsListView.wox | 3 +-- UI/WebServerResources/ContactsUI.css | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactsListView.wox b/UI/Templates/ContactsUI/UIxContactsListView.wox index e7ec45ebd..8520f889c 100644 --- a/UI/Templates/ContactsUI/UIxContactsListView.wox +++ b/UI/Templates/ContactsUI/UIxContactsListView.wox @@ -32,8 +32,7 @@ var:id="currentCName" var:contactname="currentContact.displayName" var:contactid="currentContact.c_uid"> - + diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index b8762de9d..174f4bd9b 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -189,6 +189,12 @@ TABLE#contactsList -khtml-user-select: none; width: 100%; } +TABLE#contactsList TBODY TD.displayName +{ background-repeat: no-repeat; + background-image: url('/SOGo.woa/WebServerResources/abcard.gif'); + background-position: 4px 1px; + padding-left: 24px; } + TABLE#contactsList TD, TABLE#contactsList TH { overflow: hidden;