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;