The branch, master has been updated via 8b392c661e2ec74372139cab49232ff131747730 (commit) from 1c64284afb4e234f6697b6016a2fe2be9594d16b (commit)
- Log ----------------------------------------------------------------- commit 8b392c661e2ec74372139cab49232ff131747730 Author: Rouslan Placella rouslan@placella.com Date: Tue Apr 12 18:10:04 2011 +0100
Corrected CSS selector. Related to bug #3271928 and patch#3271930.
-----------------------------------------------------------------------
Summary of changes: 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 5eb1a35..de935a4 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 3b57fea..ed1e93a 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;
hooks/post-receive