From 288ae8dc8c25c9262af6b241433b69ca10d3608b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 24 Apr 2011 09:10:32 -0400 Subject: [PATCH] New classes for table/db operations --- darkblue_orange/css/theme_right.css.php | 17 +++-------------- graphite/css/theme_right.css.php | 21 +++------------------ toba/css/theme_right.css.php | 21 +++------------------ 3 files changed, 9 insertions(+), 50 deletions(-) diff --git a/darkblue_orange/css/theme_right.css.php b/darkblue_orange/css/theme_right.css.php index f0a2d920a..637b063a5 100644 --- a/darkblue_orange/css/theme_right.css.php +++ b/darkblue_orange/css/theme_right.css.php @@ -1296,25 +1296,14 @@ li#li_user_preferences { float: ; } -#div_table_order { +.operations_half_width { min-width: 48%; float: ; } -#div_table_rename { - min-width: 48%; - float: ; -} - -#div_table_copy, #div_partition_maintenance, #div_referential_integrity, #div_table_removal, #div_table_maintenance { - min-width: 48%; - float: ; -} - -#div_table_options { +.operations_full_width { + width: 100%; clear: both; - min-width: 48%; - float: ; } #qbe_div_table_list { diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 126aa851e..80bb6a7b7 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -1050,29 +1050,14 @@ li#li_select_fontsize { float: ; } -#div_table_order, -#div_table_rename { +.operations_half_width { min-width: 48%; float: ; } -#div_table_order { - clear: left; -} - -#div_table_copy, -#div_partition_maintenance, -#div_referential_integrity, -#div_table_removal, -#div_table_maintenance { - min-width: 48%; - float: ; -} - -#div_table_options { +.operations_full_width { + width: 100%; clear: both; - min-width: 48%; - float: ; } #qbe_div_table_list { diff --git a/toba/css/theme_right.css.php b/toba/css/theme_right.css.php index 41ead389a..b929b82cf 100644 --- a/toba/css/theme_right.css.php +++ b/toba/css/theme_right.css.php @@ -1255,29 +1255,14 @@ li#li_user_preferences { float: ; } -#div_table_order { +.operations_half_width { min-width: 48%; float: ; } -#div_table_rename { - min-width: 48%; - float: ; -} - -#div_table_copy, -#div_partition_maintenance, -#div_referential_integrity, -#div_table_removal, -#div_table_maintenance { - min-width: 48%; - float: ; -} - -#div_table_options { +.operations_full_width { + width: 100%; clear: both; - min-width: 48%; - float: ; } #qbe_div_table_list { -- 2.11.4.GIT