From 07de383439344163cbc59368039b540f127c17bb Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 27 Feb 2014 21:11:45 +0800 Subject: [PATCH] Add space after table columns name, to prevent misuse when you want to mark it. Sometimes there's not any space for user to click. Signed-off-by: Edward Cheng --- themes/pmahomme/css/common.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index d87ebbe396..4c5e0158d5 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2615,6 +2615,10 @@ fieldset .disabled-field td { overflow: hidden; } +.pma_table th.draggable span { + margin-: 10px; +} + .modal-copy input { display: block; width: 100%;