mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Monotone-Parent: c896a0d9f1b127ab4c1d9c4ba270727464984c2b
Monotone-Revision: ec9e73b43fdee5504f6e0f56a8993f947afc31d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-02T19:05:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -171,12 +171,12 @@ UL#contactFolders LI
|
||||
|
||||
DIV#contactFoldersList LI.local
|
||||
{
|
||||
background-image: url('/SOGo.woa/WebServerResources/addrbook.png');
|
||||
background-image: url('addrbook.png');
|
||||
}
|
||||
|
||||
DIV#contactFoldersList LI.remote
|
||||
{
|
||||
background-image: url('/SOGo.woa/WebServerResources/remote-addrbook.png');
|
||||
background-image: url('remote-addrbook.png');
|
||||
}
|
||||
|
||||
.treecell
|
||||
@@ -201,7 +201,7 @@ TABLE#contactsList
|
||||
|
||||
TABLE#contactsList TBODY TD.displayName
|
||||
{ background-repeat: no-repeat;
|
||||
background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
|
||||
background-image: url('abcard.png');
|
||||
background-position: 4px 1px;
|
||||
padding-left: 24px; }
|
||||
|
||||
@@ -359,7 +359,7 @@ DIV.contactSelection SPAN#selectionLabel
|
||||
|
||||
DIV#dragDropVisual
|
||||
{
|
||||
background-image: url(abcard.gif);
|
||||
background-image: url(abcard.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 4px 2px;
|
||||
width: 5px;
|
||||
|
||||
Reference in New Issue
Block a user