From f2426204fe913caa6d01529728b670ed043f5c62 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 20 Jul 2015 15:27:06 +0530 Subject: Set direction as ltr for sql Signed-off-by: Madhura Jayaratne --- themes/original/css/common.css.php | 1 + themes/pmahomme/css/common.css.php | 1 + 2 files changed, 2 insertions(+) (limited to 'themes') diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index b1d33a7710..c2762430bc 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -1348,6 +1348,7 @@ div.sqlvalidate { margin-bottom: 0; max-height: 10em; overflow: auto; + direction: ltr; } .result_query div.sqlOuter, diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 815ffbfb40..a0eb27c06f 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1807,6 +1807,7 @@ div.sqlvalidate { margin-bottom: 0; max-height: 10em; overflow: auto; + direction: ltr; } .result_query div.sqlOuter { -- cgit v1.2.3