mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@14761 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -103,6 +103,7 @@ ul#adminmenu {
|
||||
}
|
||||
|
||||
#adminmenu,
|
||||
.major-publishing-actions,
|
||||
.wp-submenu,
|
||||
.wp-submenu li,
|
||||
.wp-menu-toggle {
|
||||
@@ -442,3 +443,27 @@ table.ie-fixed {
|
||||
* html input {
|
||||
border: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
#nav-menu-header,
|
||||
#nav-menus-frame,
|
||||
#wpbody,
|
||||
.menu li {
|
||||
zoom:100%;
|
||||
}
|
||||
|
||||
#update-nav-menu {
|
||||
border:1px solid #ccc;
|
||||
overflow:hidden;
|
||||
}
|
||||
#nav-menu-header,
|
||||
#update-nav-menu #post-body {
|
||||
border:none;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
min-width:100%;
|
||||
}
|
||||
|
||||
.menu li.sortable-placeholder {
|
||||
min-width:400px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user