http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10017
--- Comment #3 from David Cook <[email protected]> --- Comment on attachment 17315 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17315 OPAC-CCSR-Right-to-left-css I haven't taken a thorough look at this yet, but the "include" looks good. I wonder about the "-moz-box-sizing" property in "form#searchform .input-wrapper" though. I know we use vendor-specific CSS elsewhere (like with gradients), but I think this is something that should probably be avoided as much as possible. Is this something that we're using in the left-to-right CSS? In terms of W3 CSS validation, we should avoid vendor-specific CSS and maybe use something like the CSS3 box-sizing property instead (http://www.w3schools.com/cssref/css3_pr_box-sizing.asp). That said, in terms of providing a somewhat consistent look across more browsers, I wonder if it would be better to use several CSS2 properties instead of one CSS3 property, since CSS3 is still in the process of being taken up... But that's just my 2 cents. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
