From f2c01eed63d37d30cda81f323c3bf0126e569824 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 24 Jul 2007 13:34:40 +0000 Subject: [PATCH] avoid a thick line on top of fieldset tblFooters --- db_qbe.php | 3 ++- themes/darkblue_orange/css/theme_right.css.php | 2 ++ themes/original/css/theme_right.css.php | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/db_qbe.php b/db_qbe.php index 2c80f6103..c72602e2c 100644 --- a/db_qbe.php +++ b/db_qbe.php @@ -175,7 +175,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '') } ?> - +
@@ -586,6 +586,7 @@ $url_params['col_cnt'] = $z; $url_params['rows'] = $w; echo PMA_generate_common_hidden_inputs($url_params); ?> +
diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 8a7a8135b..5ca7f91ee 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -155,6 +155,8 @@ button { fieldset.tblFooters { margin-top: 0; margin-bottom: 0.5em; + /* avoid a thick line since this should be used under another fieldset */ + border-top: 0; text-align: ; float: none; clear: both; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 6eaf05622..bac71b84b 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -138,6 +138,8 @@ button { fieldset.tblFooters { margin-top: 0; margin-bottom: 0.5em; + /* avoid a thick line since this should be used under another fieldset */ + border-top: 0; text-align: ; float: none; clear: both;