From 6b39642b4c223a04de2b5fa342cfa8c5a9f5b70e Mon Sep 17 00:00:00 2001 From: Karam Qubsi Date: Tue, 16 Apr 2013 18:56:34 +0300 Subject: [PATCH] Bug 10017 Follow up OPAC-CCSR-Right-to-left-css This follow up patch will delete the "-moz-box-sizing" property that I was add when I'm doing some tests on the rtl css file and I forgot to delete it many thanks David Cook for your notes deleting that property will not effect on the results Signed-off-by: Bernardo Gonzalez Kriegel Comment on last patch. --- koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css b/koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css index 7268c8e..7844607 100644 --- a/koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css +++ b/koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css @@ -142,7 +142,6 @@ body#results div#userresults { } form#searchform .input-wrapper { - -moz-box-sizing: border-box; right: -39px; left: auto; } -- 1.7.9.5