[Koha-bugs] [Bug 10017] Opac CCSR template do not cope well with right-to-left languages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 16 10:13:04 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10017

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list