From 9920097bfcea30816cc7ddc1ec9b5422d6de0a1a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 17 Feb 2015 06:50:08 -0500 Subject: [PATCH] Add possibility to print contact information (of a single contact) --- skins/classic/addressbook.css | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index 90438aa..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; } -- Gitblit v1.9.1