- fixed tags input position in edit form in IE7

This commit is contained in:
Max Pozdeev 2009-11-26 17:45:56 +03:00
parent 698e27cdd1
commit 1c934e0798

View file

@ -154,7 +154,7 @@ $().ajaxStop( function(r,s) {$("#loading").fadeOut();} );
<div class="form-row"><div class="h"><?php _e('tags');?></div>
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td><input type="text" name="tags" id="edittags" value="" class="in500" maxlength="250"></td>
<td width="1" style="white-space:nowrap; padding-left:5px; text-align:right;">
<td width="1%" style="white-space:nowrap; padding-left:5px; text-align:right;">
<a href="#" id="alltags_show" onClick="toggleEditAllTags(1);return false;"><?php _e('alltags_show');?></a>
<a href="#" id="alltags_hide" onClick="toggleEditAllTags(0);return false;" style="display:none"><?php _e('alltags_hide');?></a></td>
</tr></table>