From f16521bcba982c9afc3adaf5fcfe46e5f60aad86 Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Tue, 29 Dec 2015 23:50:25 +0200 Subject: [PATCH] More RTL fixes --- CHANGES.md | 1 + styles.css | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8e6c4d3..a46e2d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ Changes in version 3.36.31.1 (2015123101) - CONTRIB-5605: Quotation marks breaks the js-code in game Cryptex. - Prevent Style Override of Crossword - Add missing language string game:addinstance +- More RTL fixes Changes in version 3.36.29.1 (2015122901) ------------------------------------------------------------------ diff --git a/styles.css b/styles.css index 50d51f5..6f5cc87 100644 --- a/styles.css +++ b/styles.css @@ -1 +1,8 @@ -#page-mod-game-view.dir-rtl .region-content {direction: ltr;} +#page-mod-game-view.dir-rtl .region-content { + direction: ltr; + text-align: left; +} +#page-mod-game-view.dir-rtl #responseform { + direction: rtl; + text-align: right; +}