avoid a thick line on top of fieldset tblFooters
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user