Fixed wonko IE display bug for categories
git-svn-id: http://svn.automattic.com/wordpress/trunk@608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
57da20afcf
commit
f83920e9fd
|
@ -142,7 +142,8 @@ window.onload = focusit;
|
||||||
<?php
|
<?php
|
||||||
if ($action != 'editcomment') {
|
if ($action != 'editcomment') {
|
||||||
?>
|
?>
|
||||||
<fieldset style="clear: both">
|
<br />
|
||||||
|
<fieldset style="clear:both">
|
||||||
<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="Help with excerpts">Excerpt</a></legend>
|
<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="Help with excerpts">Excerpt</a></legend>
|
||||||
<div><textarea rows="2" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div>
|
<div><textarea rows="2" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
|
@ -250,6 +250,10 @@ textarea, input, select {
|
||||||
width: 6.5em;
|
width: 6.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#postpassworddiv {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
#poststuff {
|
#poststuff {
|
||||||
margin-right: 11em;
|
margin-right: 11em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue