]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1681009 Merge the RTL style with the LTR style
authorDan Scott <dan@coffeecode.net>
Thu, 27 Apr 2017 15:41:00 +0000 (11:41 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 28 Apr 2017 14:18:19 +0000 (10:18 -0400)
commit777a4b0ca32ebc0fa8aa10d81d5c4eb32510d543
tree8823a1d2b707296ae1169610a9623340f85a2755
parent3de90c3372f180481b0cff9a68cc7b4b8766dfd7
LP#1681009 Merge the RTL style with the LTR style

Rather than adding the right-to-left stylesheet
Open-ILS/src/templates/opac/css/style-rtl.css.tt2 as something that
gets included in addition to the LTR style.css.tt2 when a RTL language is in
play, merge the logic directly into the stylesheet so that we save bytes over
the network, browser rendering time, and reduce the possibility that RTL will
be forgotten about when new features are added or styles are optimized.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/css/style-rtl.css.tt2
Open-ILS/src/templates/opac/css/style.css.tt2