use same alignment

This commit is contained in:
Michal Čihař
2004-06-15 17:28:42 +00:00
parent 367d508d21
commit 6c9a0ecfe0

View File

@@ -118,7 +118,7 @@ if (PMA_MYSQL_INT_VERSION >= 32334) {
unset($columns);
?>
</select>&nbsp;<?php echo $strSingly . "\n"; ?>
<select name="order_order">
<select name="order_order" style="vertical-align: middle">
<option value="asc"><?php echo $strAscending; ?></option>
<option value="desc"><?php echo $strDescending; ?></option>
</select>