From 8b392c661e2ec74372139cab49232ff131747730 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Tue, 12 Apr 2011 18:10:04 +0100 Subject: [PATCH] Corrected CSS selector. Related to bug #3271928 and patch#3271930. --- themes/original/css/theme_right.css.php | 2 +- themes/pmahomme/css/theme_right.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 5eb1a357c..de935a4b6 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1809,7 +1809,7 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } -#table_columns input, select { +#table_columns input, #table_columns select { width: 14em; box-sizing: border-box; -ms-box-sizing: border-box; diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 3b57fea99..ed1e93af0 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2111,7 +2111,7 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } -#table_columns input, select { +#table_columns input, #table_columns select { width: 14em; box-sizing: border-box; -ms-box-sizing: border-box;