mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Tidy up the tags interface. Props andy. fixes #4140
git-svn-id: http://svn.automattic.com/wordpress/trunk@5254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aaab9dd1f4
commit
570b2a4600
@ -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>
|
||||
|
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user