Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -37,8 +37,8 @@ ul.add-menu-item-tabs li {
|
|||
}
|
||||
|
||||
#wpbody-content #menu-settings-column {
|
||||
display:inline;
|
||||
width:281px;
|
||||
display: inline;
|
||||
width: 281px;
|
||||
margin-left: -300px;
|
||||
clear: both;
|
||||
float: left;
|
||||
|
@ -161,7 +161,6 @@ ul.add-menu-item-tabs li {
|
|||
margin-right: 20px;
|
||||
margin-top: -3px;
|
||||
width: 100%;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
#menu-management .menu-edit {
|
||||
|
@ -178,6 +177,7 @@ ul.add-menu-item-tabs li {
|
|||
#nav-menu-header,
|
||||
#nav-menu-footer {
|
||||
padding: 0 10px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
#nav-menu-header {
|
||||
|
@ -203,7 +203,7 @@ ul.add-menu-item-tabs li {
|
|||
}
|
||||
|
||||
#menu-management .menu-add-new abbr {
|
||||
font-weight:600;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#select-nav-menu-container {
|
||||
|
@ -318,7 +318,7 @@ ul.add-menu-item-tabs li {
|
|||
}
|
||||
|
||||
.button-controls {
|
||||
clear:both;
|
||||
clear: both;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
|
@ -415,7 +415,7 @@ ul.add-menu-item-tabs li {
|
|||
}
|
||||
|
||||
.menu {
|
||||
padding-top:1em;
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
#menu-to-edit {
|
||||
|
@ -429,13 +429,13 @@ ul.add-menu-item-tabs li {
|
|||
|
||||
.menu li {
|
||||
margin-bottom: 0;
|
||||
position:relative;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.menu-item-bar {
|
||||
clear:both;
|
||||
line-height:1.5em;
|
||||
position:relative;
|
||||
clear: both;
|
||||
line-height: 1.5em;
|
||||
position: relative;
|
||||
margin: 9px 0 0;
|
||||
}
|
||||
|
||||
|
@ -492,13 +492,13 @@ li.menu-item.ui-sortable-helper .menu-item-bar {
|
|||
}
|
||||
|
||||
li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
|
||||
margin-top: 13px;
|
||||
margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */
|
||||
}
|
||||
|
||||
.menu .sortable-placeholder {
|
||||
height: 35px;
|
||||
width: 410px;
|
||||
margin-top: 13px;
|
||||
margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */
|
||||
}
|
||||
|
||||
/* Hide the transport list when it's empty */
|
||||
|
@ -784,7 +784,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
body.nav-menus-php,
|
||||
body.wp-customizer {
|
||||
min-width: 0 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue