summaryrefslogtreecommitdiff
path: root/skins/classic/addressbook.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-02-17 11:54:04 +0100
committerAleksander Machniak <alec@alec.pl>2015-02-17 11:54:04 +0100
commitf7af22c7801afcc248b004c84d0f1fb45e1a1632 (patch)
tree54daab5a589f7f462aa82a608acd7b30a6178e85 /skins/classic/addressbook.css
parentae73c26f29aa230ba5ae3d86ef6d0c7886b7e657 (diff)
Add possibility to print contact information (of a single contact)
Diffstat (limited to 'skins/classic/addressbook.css')
-rw-r--r--skins/classic/addressbook.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css
index 90438aa70..b54f057c8 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;
}