Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-20 12:57:06 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-20 12:57:06 +0300
commitf2426204fe913caa6d01529728b670ed043f5c62 (patch)
tree8b577490b89324c425656c4b8fbb7f4c798556bd /themes
parent8d6a505b86f661a5c6b30c6e5e6fd9df35647c26 (diff)
Set direction as ltr for sql
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php1
-rw-r--r--themes/pmahomme/css/common.css.php1
2 files changed, 2 insertions, 0 deletions
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 {