fix for routine radio and checkbox width

fixes execute enum/set options and the "is deterministic" checkbox on edit

Signed-off-by: Brad Kent <bkfake-github@yahoo.com>
This commit is contained in:
Brad Kent 2015-08-22 21:45:22 -05:00 committed by Marc Delisle
parent 68767c0ce6
commit 2edb392efc

View File

@ -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%;
}