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:
authorMarc Delisle <marc@infomarc.info>2015-03-03 23:37:42 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-03 23:37:42 +0300
commit17932ae84bbf2dbe3ce94b1e2eb6e29b6b960ef6 (patch)
treedcc71ddae371c26eab867a2d77944cf52ed2cccc /themes
parente1031e505df3953e78cbf2e49b3759c5c2a7f89e (diff)
parentb661cd7c9b31f8bc564d2f9a1b8527e0eb966de8 (diff)
Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 2610bc8303..22e6b13827 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2649,6 +2649,10 @@ fieldset .disabled-field td {
display: inline;
}
+.pma_table th.draggable.right span {
+ margin-<?php echo $right; ?>: 0px;
+}
+
.pma_table th.draggable span {
margin-<?php echo $right; ?>: 10px;
}