From 7e4c5d5ef75f0736ed3962f20eb4624aee9fffe9 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Sat, 4 Jun 2011 20:22:57 +0100 Subject: [PATCH] Add CSS used by Routines, Triggers and Events to 'original' theme. --- themes/original/css/theme_right.css.php | 13 +++++++++++++ themes/pmahomme/css/theme_right.css.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 855d611e5a..f4a23c9029 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1754,6 +1754,19 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } +.rte_table td { + vertical-align: middle; +} + +.rte_table input, .rte_table select, .rte_table textarea { + width: 100%; + margin: 0; + box-sizing: border-box; + -ms-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; +} + #table_columns input, #table_columns select { width: 14em; box-sizing: border-box; diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 6fb0f62ee8..1bfb64864b 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2094,7 +2094,7 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } -#rte_table td { +.rte_table td { vertical-align: middle; }