Update WordPress to 5.2
This commit is contained in:
parent
489b5a5914
commit
e00f87f2f5
599 changed files with 119573 additions and 55990 deletions
|
@ -168,7 +168,7 @@ ul.add-menu-item-tabs li {
|
|||
}
|
||||
|
||||
.nav-menus-php #post-body {
|
||||
padding: 0 10px 10px;
|
||||
padding: 0 10px;
|
||||
border-top: 1px solid #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
background: #fff;
|
||||
|
@ -202,6 +202,10 @@ ul.add-menu-item-tabs li {
|
|||
float: none;
|
||||
}
|
||||
|
||||
.nav-menus-php #post-body-content .post-body-plain {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#menu-management .menu-add-new abbr {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -434,7 +438,7 @@ ul.add-menu-item-tabs li {
|
|||
|
||||
.menu-item-bar {
|
||||
clear: both;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.5;
|
||||
position: relative;
|
||||
margin: 9px 0 0;
|
||||
}
|
||||
|
@ -446,7 +450,7 @@ ul.add-menu-item-tabs li {
|
|||
height: auto;
|
||||
min-height: 20px;
|
||||
width: 382px;
|
||||
line-height: 30px;
|
||||
line-height: 2.4;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
@ -476,7 +480,7 @@ ul.add-menu-item-tabs li {
|
|||
.menu-item-handle .item-title {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
line-height: 20px;
|
||||
line-height: 1.6;
|
||||
display: block;
|
||||
/* @todo: responsive view. */
|
||||
margin-left: 13em;
|
||||
|
@ -552,7 +556,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
padding: 12px 16px;
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.item-controls {
|
||||
|
@ -594,7 +598,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
color: #0073aa;
|
||||
text-decoration: underline;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.no-js.nav-menus-php .item-edit .screen-reader-text {
|
||||
|
@ -629,7 +633,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
.nav-menus-php .item-edit:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
/* Menu editing */
|
||||
|
@ -645,7 +649,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
|
||||
border: 1px solid #e5e5e5;
|
||||
border-top: none;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.menu-item-settings .field-move {
|
||||
|
@ -733,7 +737,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
.nav-menus-php .major-publishing-actions {
|
||||
clear: both;
|
||||
padding: 10px 0;
|
||||
line-height: 28px;
|
||||
line-height: 2.1;
|
||||
}
|
||||
|
||||
.nav-menus-php .major-publishing-actions .publishing-action {
|
||||
|
@ -748,7 +752,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
/* Same as the Publish Meta Box #delete-action */
|
||||
.nav-menus-php .delete-action {
|
||||
float: right;
|
||||
line-height: 28px;
|
||||
line-height: 2.1;
|
||||
}
|
||||
|
||||
.nav-menus-php .major-publishing-actions .form-invalid {
|
||||
|
@ -837,7 +841,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
|
||||
.nav-menus-php .delete-action {
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
line-height: 2.1;
|
||||
}
|
||||
|
||||
.menu-item-bar .menu-item-handle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue