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)
committerKathy Lussier <klussier@masslnc.org>
Tue, 2 May 2017 15:28:29 +0000 (11:28 -0400)
commitca935283509fb11ed0b021e0179fdc0b42f404e0
tree0b283b74bcc370ba817072c3ed736777ec23b31c
parente1cda10bdd842988700b021182c3b5379d595c2e
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: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/css/style-rtl.css.tt2
Open-ILS/src/templates/opac/css/style.css.tt2