Fix console styles

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne
2015-09-21 20:27:24 +10:00
parent 874384e537
commit 833e9629d1
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
border: 1px solid #ccc;
direction: ltr;
}
#pma_console .CodeMirror {
border: none;
}
.CodeMirror * {
font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
}
-1
View File
@@ -3707,7 +3707,6 @@ html.ie7 #pma_console .query_input {
font-size: 120%;
}
.cm-s-pma .CodeMirror-scroll {
padding-bottom: 2em;
cursor: text;
}