avoid a thick line on top of fieldset tblFooters

This commit is contained in:
Marc Delisle
2007-07-24 13:34:40 +00:00
parent a380a6c774
commit f2c01eed63
3 changed files with 6 additions and 1 deletions

View File

@@ -175,7 +175,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
} }
?> ?>
<fieldset>
<form action="db_qbe.php" method="post"> <form action="db_qbe.php" method="post">
<table class="data" style="width: 100%;"> <table class="data" style="width: 100%;">
<tr class="odd noclick"> <tr class="odd noclick">
@@ -586,6 +586,7 @@ $url_params['col_cnt'] = $z;
$url_params['rows'] = $w; $url_params['rows'] = $w;
echo PMA_generate_common_hidden_inputs($url_params); echo PMA_generate_common_hidden_inputs($url_params);
?> ?>
</fieldset>
<fieldset class="tblFooters"> <fieldset class="tblFooters">
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">
<tr> <tr>

View File

@@ -155,6 +155,8 @@ button {
fieldset.tblFooters { fieldset.tblFooters {
margin-top: 0; margin-top: 0;
margin-bottom: 0.5em; margin-bottom: 0.5em;
/* avoid a thick line since this should be used under another fieldset */
border-top: 0;
text-align: <?php echo $right; ?>; text-align: <?php echo $right; ?>;
float: none; float: none;
clear: both; clear: both;

View File

@@ -138,6 +138,8 @@ button {
fieldset.tblFooters { fieldset.tblFooters {
margin-top: 0; margin-top: 0;
margin-bottom: 0.5em; margin-bottom: 0.5em;
/* avoid a thick line since this should be used under another fieldset */
border-top: 0;
text-align: <?php echo $right; ?>; text-align: <?php echo $right; ?>;
float: none; float: none;
clear: both; clear: both;