From 86e9ef050ec6673004951a95b3b4a693943f10e0 Mon Sep 17 00:00:00 2001 From: Gaetan Boisson Date: Thu, 12 Apr 2012 17:59:32 +0200 Subject: [PATCH] Bug 7693 - clear screen button misaligned This patch removes firefox specific lines in the css which were breaking the display Signed-off-by: Owen Leonard This fixes the layout problem in current versions of Firefox. I think the CSS which is removed by this patch might be necessary for older versions of Firefox, but if this turns out to be a problem we can follow up. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 88858aecb6..1c1388c9cb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2059,18 +2059,11 @@ fieldset.rows+h3 {clear:both;padding-top:.5em;} } #clearscreen { - margin-right: 0; position: absolute; top:0; right:0; } -/* CSS Hack to target Firefox */ -@-moz-document url-prefix() { - #clearscreen { - margin-right : 1em; - top: -1em; - } -} + #clearscreen a { display:block; -moz-border-radius: 0 0 0 5px; -- 2.39.5