mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Various bug fixes and improvements to menu management. props ptahdunbar, see #11817.
git-svn-id: https://develop.svn.wordpress.org/trunk@13802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -20,28 +20,26 @@
|
||||
#cancel-save:hover { background-color: #FF0000; color: #fff; }
|
||||
|
||||
/* Button Secondary Actions */
|
||||
.button-controls { float: left; }
|
||||
.list-controls { float: left; }
|
||||
.add-to-menu { float: right; }
|
||||
|
||||
#manage-menu .inside { padding: 0px 0px; }
|
||||
.button-controls { margin: 10px 0; }
|
||||
.show-all, .hide-all { cursor: pointer; }
|
||||
.hide-all { display: none; }
|
||||
|
||||
/* Create Menu */
|
||||
#create-menu-name { width: 159px; }
|
||||
#manage-menu .inside { padding: 0px 0px; }
|
||||
|
||||
/* Custom Links */
|
||||
#available-links { margin: 15px 0px 0px; }
|
||||
#available-links dt { display: block; }
|
||||
#add-custom-link .howto { font-size: 11px; }
|
||||
#add-custom-link label span { display: block; float: left; margin-top: 5px; padding-right: 5px; }
|
||||
.menu-item-textbox { float: right; width: 220px; }
|
||||
.howto span { margin-top: 4px; display: block; float: left; }
|
||||
|
||||
/* Pages/Categories */
|
||||
.show-all, .hide-all { cursor: pointer; }
|
||||
.hide-all { display: none; }
|
||||
|
||||
/* Menu item types */
|
||||
.quick-search { width: 190px; }
|
||||
.list-wrap { display: none; clear: both; }
|
||||
.list-wrap { display: none; clear: both; margin-bottom: 10px; }
|
||||
.list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; border: 1px solid #DFDFDF; -moz-border-radius: 4px; }
|
||||
.postbox p.submit { margin-bottom: 0; }
|
||||
|
||||
@@ -60,12 +58,12 @@
|
||||
.list li ul li ul li ul li ul li ul li ul li ul li .menu-item-title { margin-left: 98px; }
|
||||
.list li ul li ul li ul li ul li ul li ul li ul li ul li .menu-item-title { margin-left: 112px; }
|
||||
|
||||
/* Menu */
|
||||
/* Nav Menu */
|
||||
#menu-container .inside { padding-bottom: 10px; }
|
||||
|
||||
.menu ul { width: 100%; }
|
||||
.menu li { margin: 0; }
|
||||
.menu li dl dt { -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border: 1px solid #E6E6E6;position: relative; padding-left:10px; background-color: #f1f1f1; height: 35px; line-height: 35px; }
|
||||
.menu li dl dt { -webkit-border-radius: 6px; border-radius: 6px; -moz-border-radius: 6px; border: 1px solid #E6E6E6; position: relative; padding-left: 10px; background-color: #f1f1f1; height: 35px; line-height: 35px; }
|
||||
.menu li dl dt:hover { cursor: move; }
|
||||
|
||||
.menu li .item-title { }
|
||||
@@ -78,7 +76,7 @@
|
||||
.dropzone { height: 7px; margin: 3px 0 3px 0; }
|
||||
.ui-draggable-dragging { width: 600px; }
|
||||
|
||||
/* Menu Controls */
|
||||
/* Menu item controls */
|
||||
.item-type { text-transform: uppercase; font-size: 11px; color: #999999; padding-right: 10px; }
|
||||
.item-controls { font-size: 11px; position: absolute; right: 15px; top: -1px; }
|
||||
.item-controls a { text-decoration: none; }
|
||||
@@ -92,4 +90,8 @@
|
||||
#update-menu-item { color: #fff !important; }
|
||||
#update-menu-item:hover,
|
||||
#update-menu-item:active,
|
||||
#update-menu-item:focus { color: #eaf2fa !important; border-color: #13455b !important; }
|
||||
#update-menu-item:focus { color: #eaf2fa !important; border-color: #13455b !important; }
|
||||
|
||||
/* Clearfix */
|
||||
.button-controls:after, #menu-item-url-wrap:after, #menu-item-name-wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
||||
.button-controls, #menu-item-url-wrap, #menu-item-name-wrap { display: block; }
|
||||
Reference in New Issue
Block a user