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-21 07:52:57 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-21 07:52:57 +0300
commit75f255bc0f5543ab31f820710f7dc8d60fb2955f (patch)
tree80f40440717c24f0c8519ea0a6d0a3826ea46e0b /themes
parentfc9bc4a76bb1e4123677c1c3b913c6ed863ea85a (diff)
Fix direction for CodeMirror editors as ltr
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/codemirror.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/pmahomme/css/codemirror.css.php b/themes/pmahomme/css/codemirror.css.php
index dc3735cb87..e73510e142 100644
--- a/themes/pmahomme/css/codemirror.css.php
+++ b/themes/pmahomme/css/codemirror.css.php
@@ -16,6 +16,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
.CodeMirror {
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
+ direction: ltr;
}
#inline_editor_outer .CodeMirror {
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 0.4); ?>em;