Bug 10017: Follow up OPAC-CCSR-Right-to-left-css
authorKaram Qubsi <karamqubsi@gmail.com>
Tue, 16 Apr 2013 15:56:34 +0000 (18:56 +0300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 1 May 2013 10:39:19 +0000 (06:39 -0400)
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 <bgkriegel@gmail.com>
Comment on last patch.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Comment on last patch.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css

index 7268c8e..7844607 100644 (file)
@@ -142,7 +142,6 @@ body#results div#userresults {
 }
 
 form#searchform .input-wrapper {
-    -moz-box-sizing: border-box;
     right: -39px;
     left: auto;
 }