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/common.css | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index dcd7e7c..0c6bffd 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -507,6 +507,18 @@ font-size: 10px; } +.toolbarseparator { + display: block; + float: left; + width: 5px; + height: 32px; + padding: 0; + margin: 0 5px; + overflow: hidden; + background: url(images/abook_toolbar.png) -162px 0 no-repeat transparent; + opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ +} + .splitter { user-select: none; -- Gitblit v1.9.1