From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- skins/classic/addressbook.css | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index 62af355..b54f057 100644 --- a/skins/classic/addressbook.css +++ b/skins/classic/addressbook.css @@ -43,6 +43,16 @@ background-position: -32px -32px; } +#abooktoolbar a.print { + background: url(images/mail_toolbar.png) 0 0 no-repeat transparent; + background-position: -256px 0; +} + +#abooktoolbar a.printSel { + background: url(images/mail_toolbar.png) 0 0 no-repeat transparent; + background-position: -256px -32px; +} + #abooktoolbar a.delete { background-position: -64px 0; } @@ -114,13 +124,6 @@ border: 1px solid #999999; background-color: #F9F9F9; overflow: hidden; -} - -#directorylistbox input -{ - margin: 0 0 0 20px; - font-size: 11px; - width: 90%; } #addresslist -- Gitblit v1.9.1