style is already in theme CSS

This commit is contained in:
Marc Delisle
2010-05-23 08:44:58 -04:00
parent abc229d0b0
commit b4598190d0
4 changed files with 10 additions and 10 deletions

View File

@@ -546,7 +546,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
?>
<fieldset>
<label><?php echo __('Choose field to display') . ': '; ?></label>
<select name="display_field" style="vertical-align: middle">
<select name="display_field">
<option value="">---</option>
<?php
foreach ($save_row AS $row) {