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-05-21 07:46:41 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-05-21 07:46:41 +0300
commit45afaba1d06d8a7e9efedaa158ceec9f1f7d75c2 (patch)
tree5ab6d88c1105b9a9900a22f5cd51bb511f667307 /themes
parent7a442e5d7f9269f577090e5d970c00bb292690be (diff)
Fix editor height in console
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, 0 insertions, 2 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 75cab2c225..884d114410 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2961,7 +2961,6 @@ html.ie7 #pma_console .query_input {
font-size: 120%;
}
.cm-s-pma .CodeMirror-scroll {
- padding-bottom: 2em;
cursor: text;
}
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 3ed6a5c847..847f998628 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -3278,7 +3278,6 @@ html.ie7 #pma_console .query_input {
font-size: 120%;
}
.cm-s-pma .CodeMirror-scroll {
- padding-bottom: 2em;
cursor: text;
}