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-02-23 16:23:32 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-23 16:23:32 +0300
commitcf70ed404f8966b7b9bf4273054025fe533f300b (patch)
treec7ddf1a962d20ac787921ce6c9844458cd68d1c7 /themes
parent839c3e943315d628b7a8c458220eddd70d95df05 (diff)
parentbf428dc0ca945e4359ff28c7c2e48054901a5d3f (diff)
Merge branch 'QA_4_3'
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 61c3bb77dc..6adf166ab9 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -324,10 +324,12 @@ input.button:disabled {
textarea {
overflow: visible;
+ margin: 6px;
height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
}
textarea.char {
+ margin: 6px;
height: <?php echo ceil($GLOBALS['cfg']['CharTextareaRows'] * 1.2); ?>em;
}