Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2010-05-23 16:44:58 +0400
committerMarc Delisle <marc@infomarc.info>2010-05-23 16:44:58 +0400
commitb4598190d0c189f74043f6b3f58fd2bcee3bd181 (patch)
tree1375c2b24aadc232f49d695dac594faa79aad112 /db_qbe.php
parentabc229d0b055d7328bedfc1d2eed916335b2310a (diff)
style is already in theme CSS
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 984180ab56..dce1c67707 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -582,7 +582,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
<tr>
<td nowrap="nowrap">
<?php echo __('Add/Delete Criteria Row'); ?>:
- <select size="1" name="add_row" style="vertical-align: middle">
+ <select size="1" name="add_row">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>
@@ -594,7 +594,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
</td>
<td width="10">&nbsp;</td>
<td nowrap="nowrap"><?php echo __('Add/Delete Field Columns'); ?>:
- <select size="1" name="add_col" style="vertical-align: middle">
+ <select size="1" name="add_col">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>