From 2337e974f739da588cf0fd84fac8931f77bb4b37 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 20 Feb 2014 22:49:16 +0100 Subject: [PATCH] Move print icons now that all icons are the same size --- web/viewer.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 2b9337ddb..75af3c7ca 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -823,7 +823,6 @@ html[dir='rtl'] #findNext { .toolbarButton::before, .secondaryToolbarButton::before { /* All matching images have a size of 16x16 - * (except for the print button: 18x16) * All relevant containers have a size of 32x25 */ position: absolute; display: inline-block; @@ -896,14 +895,6 @@ html[dir='rtl'] .toolbarButton.pageDown::before { .toolbarButton.print::before, .secondaryToolbarButton.print::before { content: url(images/toolbarButton-print.png); - left: 6px; -} - -html[dir="ltr"] .secondaryToolbarButton.print::before { - left: 3px; -} -html[dir="rtl"] .secondaryToolbarButton.print::before { - right: 3px; } .toolbarButton.openFile::before,