Tidy up the tags interface. Props andy. fixes #4140

git-svn-id: https://develop.svn.wordpress.org/trunk@5254 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-12 16:13:37 +00:00
parent be028957b0
commit a1e8f976c3
2 changed files with 6 additions and 5 deletions

View File

@ -159,9 +159,10 @@ endforeach;
<?php echo $form_pingback ?>
<?php echo $form_prevstatus ?>
<div class="tagdiv"><p><?php _e('Enter tags (keywords) that you feel describe this post separated by commas: (ex: dogs, san francisco, cats.)'); ?><br />
<input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" />
</p></div>
<fieldset id="tagdiv">
<legend><?php _e('Tags (separate multiple tags with commas: cats, pet food, dogs)'); ?></legend>
<div><input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div>
</fieldset>
<p class="submit">
<span id="autosave"></span>

View File

@ -538,7 +538,7 @@ input.disabled, textarea.disabled {
border: none;
}
#postdiv, #titlediv, #guiddiv {
#postdiv, #titlediv, #guiddiv, #tagdiv {
margin: 0 8px 0 0;
padding: 0;
}
@ -558,7 +558,7 @@ input.disabled, textarea.disabled {
line-height: 140%;
}
#titlediv input, #guiddiv input, #tags_input {
#titlediv input, #guiddiv input, #tagdiv input {
margin: 0;
width: 100%;
}