From 2edb392efca65a4ca002ce1371d5a62f65eb84b9 Mon Sep 17 00:00:00 2001 From: Brad Kent Date: Sat, 22 Aug 2015 21:45:22 -0500 Subject: [PATCH] fix for routine radio and checkbox width fixes execute enum/set options and the "is deterministic" checkbox on edit Signed-off-by: Brad Kent --- themes/pmahomme/css/rte.css.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/pmahomme/css/rte.css.php b/themes/pmahomme/css/rte.css.php index 0db21a805c..55d7832e9a 100644 --- a/themes/pmahomme/css/rte.css.php +++ b/themes/pmahomme/css/rte.css.php @@ -38,6 +38,12 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { -webkit-box-sizing: border-box; } +.rte_table input[type=checkbox], +.rte_table input[type=radio] { + width: auto; + margin-right: 6px; +} + .rte_table .routine_params_table { width: 100%; }