Widen those buttons. fixes #2091

git-svn-id: http://svn.automattic.com/wordpress/trunk@3325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-12-18 15:54:02 +00:00
parent df7a837535
commit f7feb0f213
2 changed files with 2 additions and 3 deletions

View File

@ -817,8 +817,8 @@ function list_meta($meta) {
<tr class='$style'>
<td valign='top'><input name='meta[{$entry['meta_id']}][key]' tabindex='6' type='text' size='20' value='{$entry['meta_key']}' /></td>
<td><textarea name='meta[{$entry['meta_id']}][value]' tabindex='6' rows='2' cols='30'>{$entry['meta_value']}</textarea></td>
<td align='center' width='10%'><input name='updatemeta' type='submit' class='updatemeta' tabindex='6' value='".__('Update')."' /></td>
<td align='center' width='10%'><input name='deletemeta[{$entry['meta_id']}]' type='submit' class='deletemeta' tabindex='6' value='".__('Delete')."' /></td>
<td align='center'><input name='updatemeta' type='submit' class='updatemeta' tabindex='6' value='".__('Update')."' /><br />
<input name='deletemeta[{$entry['meta_id']}]' type='submit' class='deletemeta' tabindex='6' value='".__('Delete')."' /></td>
</tr>
";
}

View File

@ -555,7 +555,6 @@ table .vers, table .name {
#postcustom .updatemeta, #postcustom .deletemeta {
margin: auto;
width: 5em;
}
#postcustom table {