diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 1c9d5f5da..5eb1a357c 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1808,3 +1808,12 @@ fieldset .disabled-field td { #prefs_autoload { margin-bottom: 0.5em; } + +#table_columns input, select { + width: 14em; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; +} + diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 652b441b0..3b57fea99 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2110,3 +2110,16 @@ fieldset .disabled-field td { #prefs_autoload { margin-bottom: 0.5em; } + +#table_columns input, select { + width: 14em; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; +} + +#table_columns select { + margin: 0 6px; +} +