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:
authortapanhalani <tapanhalani231@gmail.com>2015-02-27 00:38:55 +0300
committertapanhalani <tapanhalani231@gmail.com>2015-03-03 22:08:20 +0300
commitb661cd7c9b31f8bc564d2f9a1b8527e0eb966de8 (patch)
treeb4fa40546bfd50c6470163e65a4cc075f7127c60 /themes
parent3b05fd5b3cd6a30de2f1296b3e396b5f57159791 (diff)
Fix bug#4746:- Right-aligned columns have left-aligned header
Signed-off-by: tapanhalani <tapanhalani231@gmail.com> Fix bug#4746: Right-aligned columns have left-aligned header Signed-off-by: tapanhalani <tapanhalani231@gmail.com> Fix bug#4746:- Right-aligned columns have left-aligned header. Fix bug#4746- Right-aligned columns have left-aligned header Signed-off-by: tapanhalani <tapanhalani231@gmail.com> Fix bug#4746:- Right-aligned columns have left-aligned header. Signed-off-by: tapanhalani <tapanhalani231@gmail.com> Fix bug#4746- Right-aligned columns have left-aligned header. Signed-off-by: tapanhalani <tapanhalani231@gmail.com> Fix bug#4746:- Right-aligned columns have left-aligned headers. Signed-off-by: Tapan Halani <tapanhalani231@gmail.com>
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 37923990c0..f0796b0f48 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2638,6 +2638,10 @@ fieldset .disabled-field td {
overflow: hidden;
}
+.pma_table th.draggable.right span {
+ margin-<?php echo $right; ?>: 0px;
+}
+
.pma_table th.draggable span {
margin-<?php echo $right; ?>: 10px;
}