From 59478e06c25303a790a0840ab2ac30662c4ef781 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 5 Aug 2014 16:46:22 +0200 Subject: c'est la merde.. --- skins/classic/addressbook.css | 79 ++++++++----------------------------------- 1 file changed, 14 insertions(+), 65 deletions(-) (limited to 'skins/classic/addressbook.css') diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index 9575ae25f..10690f9ba 100644 --- a/skins/classic/addressbook.css +++ b/skins/classic/addressbook.css @@ -23,7 +23,7 @@ padding: 0; margin: 0 5px; overflow: hidden; - background: url(images/abook_toolbar.png) 0 0 no-repeat transparent; + background: url(images/abook_toolbar.png?v=025d.15594) 0 0 no-repeat transparent; opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ } @@ -67,14 +67,6 @@ background-position: -128px -32px; } -#abooktoolbar a.exportAll { - background-position: -128px 0; -} - -#abooktoolbar a.exportAllSel { - background-position: -128px -32px; -} - #abooktoolbar span.separator { width: 5px; background-position: -162px 0; @@ -118,7 +110,7 @@ #directorylistbox input { - margin: 0 0 0 20px; + margin: 0px; font-size: 11px; width: 90%; } @@ -144,8 +136,7 @@ width: 280px; } -#directorylist, -#directorylist li ul +#directorylist { list-style: none; margin: 0; @@ -153,15 +144,11 @@ background-color: #FFFFFF; } -#directorylist li ul -{ - border-top: 1px solid #EBEBEB; -} - #directorylist li { display: block; font-size: 11px; + background: url(images/icons/folders.png?v=87af.4822) 5px -108px no-repeat; border-bottom: 1px solid #EBEBEB; white-space: nowrap; } @@ -173,37 +160,31 @@ padding-left: 25px; padding-top: 2px; padding-bottom: 2px; - height: 16px; text-decoration: none; white-space: nowrap; - background: url(images/icons/folders.png) 5px -108px no-repeat; } -#directorylist li ul li a +#directorylist li.contactgroup { - padding-left: 45px; + padding-left: 15px; + background-position: 20px -143px; } -#directorylist li ul li:last-child +#directorylist li.contactsearch { - border-bottom: 0; -} - -#directorylist li.contactgroup a -{ - background-position: 22px -143px; + background-position: 6px -162px; } -#directorylist li.contactsearch a +#directorylist li.selected { - background-position: 6px -162px; + background-color: #929292; + border-bottom: 1px solid #898989; } -#directorylist li.selected > a +#directorylist li.selected a { color: #FFF; font-weight: bold; - background-color: #929292; } #directorylist li.droptarget @@ -224,37 +205,6 @@ -o-text-overflow: ellipsis; } -#contacts-table .contact.readonly td -{ - font-style: italic; -} - -#contacts-table td.name -{ - width: 95%; -} - -#contacts-table td.action -{ - width: 12px; - padding: 0px 6px 0 4px; - text-align: right; -} - -#contacts-table td.action a -{ - font-size: 16px; - font-weight: bold; - font-style: normal; - text-decoration: none; - color: #333; -} - -#contacts-table .selected td.action a -{ - color: #fff; -} - #contacts-box { position: absolute; @@ -357,8 +307,7 @@ body.iframe, } #contactpic img { - max-width: 60px; - max-height: 80px; + width: 60px; } #contactpic.droptarget.hover { -- cgit v1.2.3