From 0344b168276f80189e2254c75a762aff5b517b6b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 22 May 2016 06:32:57 -0400 Subject: [PATCH] Fix priority icon(s) position --- skins/classic/addressbook.css | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index b54f057..4b95187 100644 --- a/skins/classic/addressbook.css +++ b/skins/classic/addressbook.css @@ -14,8 +14,7 @@ } #abooktoolbar a.button, -#abooktoolbar a.buttonPas, -#abooktoolbar span.separator { +#abooktoolbar a.buttonPas { display: block; float: left; width: 32px; @@ -83,11 +82,6 @@ #abooktoolbar a.exportAllSel { background-position: -128px -32px; -} - -#abooktoolbar span.separator { - width: 5px; - background-position: -162px 0; } #abooktoolbar a.search { -- Gitblit v1.9.1