Nav menu tweaks. Props ptahdunbar. see #13220

git-svn-id: http://svn.automattic.com/wordpress/trunk@14352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-05-02 23:40:34 +00:00
parent 6ed0c429d1
commit 6e0ddc4abc
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -147,7 +147,7 @@
#cancel-save:hover { background-color: #FF0000; color: #fff; }
/* Button Secondary Actions */
.list-controls { float: left; }
.list-controls { float: left; margin-top: 5px; }
.add-to-menu {
float: right;
}

View File

@ -443,7 +443,7 @@ function wp_nav_menu_item_link_meta_box() {
<p id="menu-item-name-wrap">
<label class="howto" for="custom-menu-item-name">
<span><?php _e('Text'); ?></span>
<span><?php _e('Label'); ?></span>
<input id="custom-menu-item-name" name="menu-item[<?php echo $_nav_menu_placeholder; ?>][menu-item-title]" type="text" class="regular-text menu-item-textbox input-with-default-title" title="<?php esc_attr_e('Menu Item'); ?>" />
</label>
</p>
@ -626,7 +626,7 @@ function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) {
<p class="button-controls">
<span class="lists-controls">
<span class="list-controls">
<a href="<?php
echo add_query_arg(
array(
@ -794,7 +794,7 @@ function wp_nav_menu_item_taxonomy_meta_box( $object, $taxonomy ) {
</div><!-- /.tabs-panel -->
<p class="button-controls">
<span class="lists-controls">
<span class="list-controls">
<a href="<?php
echo add_query_arg(
array(