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

@@ -299,7 +299,7 @@ $(function() {
<fieldset id="fieldset_display_order">
<legend><?php echo __('Display order:'); ?></legend>
<select name="orderField" style="vertical-align: middle">
<select name="orderField">
<option value="--nil--"></option>
<?php
foreach ($fields_list as $each_field) {