Nav menu tweaks. Props ptahdunbar. see #13220
git-svn-id: https://develop.svn.wordpress.org/trunk@14352 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3f36d28e3b
commit
37804526a0
File diff suppressed because one or more lines are too long
@ -147,7 +147,7 @@
|
|||||||
#cancel-save:hover { background-color: #FF0000; color: #fff; }
|
#cancel-save:hover { background-color: #FF0000; color: #fff; }
|
||||||
|
|
||||||
/* Button Secondary Actions */
|
/* Button Secondary Actions */
|
||||||
.list-controls { float: left; }
|
.list-controls { float: left; margin-top: 5px; }
|
||||||
.add-to-menu {
|
.add-to-menu {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -443,7 +443,7 @@ function wp_nav_menu_item_link_meta_box() {
|
|||||||
|
|
||||||
<p id="menu-item-name-wrap">
|
<p id="menu-item-name-wrap">
|
||||||
<label class="howto" for="custom-menu-item-name">
|
<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'); ?>" />
|
<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>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
@ -626,7 +626,7 @@ function wp_nav_menu_item_post_type_meta_box( $object, $post_type ) {
|
|||||||
|
|
||||||
|
|
||||||
<p class="button-controls">
|
<p class="button-controls">
|
||||||
<span class="lists-controls">
|
<span class="list-controls">
|
||||||
<a href="<?php
|
<a href="<?php
|
||||||
echo add_query_arg(
|
echo add_query_arg(
|
||||||
array(
|
array(
|
||||||
@ -794,7 +794,7 @@ function wp_nav_menu_item_taxonomy_meta_box( $object, $taxonomy ) {
|
|||||||
</div><!-- /.tabs-panel -->
|
</div><!-- /.tabs-panel -->
|
||||||
|
|
||||||
<p class="button-controls">
|
<p class="button-controls">
|
||||||
<span class="lists-controls">
|
<span class="list-controls">
|
||||||
<a href="<?php
|
<a href="<?php
|
||||||
echo add_query_arg(
|
echo add_query_arg(
|
||||||
array(
|
array(
|
||||||
|
Loading…
Reference in New Issue
Block a user