mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@23808 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2202,12 +2202,23 @@ body.login {
|
||||
.menu-item-handle .item-title {
|
||||
margin-left:13em;
|
||||
margin-right:0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.menu-item-handle .item-edit {
|
||||
right: auto;
|
||||
left: -20px;
|
||||
}
|
||||
|
||||
.menu-item-handle .menu-item-title {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.menu-item-settings .field-move a,
|
||||
.menu-item-settings .field-move span {
|
||||
float: right;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
|
||||
.menu-item-depth-0 { margin-right: 0px; margin-left:0;}
|
||||
.menu-item-depth-1 { margin-right: 30px; margin-left:0;}
|
||||
@@ -2590,6 +2601,11 @@ div.sidebar-name h3 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.is-submenu {
|
||||
float: right;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
29.0 - HiDPI
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user