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-20 10:11:56 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-20 10:11:56 +0300
commit805679626a0028fc1b567c48f7b114d24272f15b (patch)
tree28d263b0b437bc410151fd1b51778655aaf36c25 /themes
parentde8da9da5fc072a4dd6068f4cf79769564eda9b8 (diff)
rfe #685 Editor for HTML content
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
-rw-r--r--themes/pmahomme/css/common.css.php4
2 files changed, 8 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 617e5f60a8..f4994f64f2 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -2098,6 +2098,10 @@ fieldset .disabled-field td {
overflow: hidden;
}
+.pma_table tbody td span code span {
+ display: inline;
+}
+
.modal-copy input {
display: block;
width: 100%;
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 97defb4f37..65c0f8d8df 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2639,6 +2639,10 @@ fieldset .disabled-field td {
overflow: hidden;
}
+.pma_table tbody td span code span {
+ display: inline;
+}
+
.pma_table th.draggable span {
margin-<?php echo $right; ?>: 10px;
}