wp core update 6.6
This commit is contained in:
@@ -341,7 +341,8 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.about__section.is-feature .column {
|
||||
.about__section.is-feature .column,
|
||||
.about__section .is-section-header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -379,7 +380,7 @@
|
||||
.about__container h2,
|
||||
.about__container h3.is-larger-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.16;
|
||||
@@ -389,6 +390,7 @@
|
||||
.about__container h1.is-smaller-heading,
|
||||
.about__container h2.is-smaller-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 1.625rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
@@ -448,6 +450,10 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.about__section a.button.button-hero {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.about__container ul {
|
||||
list-style: disc;
|
||||
margin-right: calc(var(--gap) / 2);
|
||||
@@ -489,7 +495,7 @@
|
||||
}
|
||||
|
||||
.about__container .about__image + h3 {
|
||||
margin-top: 1.5em;
|
||||
margin-top: calc(0.75 * var(--gap));
|
||||
}
|
||||
|
||||
.about__container hr {
|
||||
@@ -508,6 +514,10 @@
|
||||
margin: var(--gap) auto;
|
||||
}
|
||||
|
||||
.about__container hr.is-invisible {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.about__container div.updated,
|
||||
.about__container div.error,
|
||||
.about__container .notice {
|
||||
@@ -586,7 +596,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 960px - 1200px. */
|
||||
font-size: clamp(2rem, 10vw - 3rem, 4rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
@@ -656,7 +666,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 600px - 960px. */
|
||||
font-size: clamp(3rem, 6.67vw - 0.5rem, 4.5rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
@@ -1281,24 +1291,6 @@
|
||||
margin: 0.6em 0;
|
||||
}
|
||||
|
||||
.freedoms-php .column .freedoms-image {
|
||||
background-image: url('../images/freedoms.png');
|
||||
background-size: 100%;
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
.freedoms-php .column:nth-of-type(2) .freedoms-image {
|
||||
background-position: 100% 34%;
|
||||
}
|
||||
|
||||
.freedoms-php .column:nth-of-type(3) .freedoms-image {
|
||||
background-position: 100% 66%;
|
||||
}
|
||||
|
||||
.freedoms-php .column:nth-of-type(4) .freedoms-image {
|
||||
background-position: 100% 100%;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
x.5.0 - Legacy About Styles: Media Queries
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+15
-23
@@ -340,7 +340,8 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.about__section.is-feature .column {
|
||||
.about__section.is-feature .column,
|
||||
.about__section .is-section-header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -378,7 +379,7 @@
|
||||
.about__container h2,
|
||||
.about__container h3.is-larger-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.16;
|
||||
@@ -388,6 +389,7 @@
|
||||
.about__container h1.is-smaller-heading,
|
||||
.about__container h2.is-smaller-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 1.625rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
@@ -447,6 +449,10 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.about__section a.button.button-hero {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.about__container ul {
|
||||
list-style: disc;
|
||||
margin-left: calc(var(--gap) / 2);
|
||||
@@ -488,7 +494,7 @@
|
||||
}
|
||||
|
||||
.about__container .about__image + h3 {
|
||||
margin-top: 1.5em;
|
||||
margin-top: calc(0.75 * var(--gap));
|
||||
}
|
||||
|
||||
.about__container hr {
|
||||
@@ -507,6 +513,10 @@
|
||||
margin: var(--gap) auto;
|
||||
}
|
||||
|
||||
.about__container hr.is-invisible {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.about__container div.updated,
|
||||
.about__container div.error,
|
||||
.about__container .notice {
|
||||
@@ -585,7 +595,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 960px - 1200px. */
|
||||
font-size: clamp(2rem, 10vw - 3rem, 4rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
@@ -655,7 +665,7 @@
|
||||
.privacy-php .about__header-title h1,
|
||||
.contribute-php .about__header-title h1 {
|
||||
/* Fluid font size scales on browser size 600px - 960px. */
|
||||
font-size: clamp(3rem, 6.67vw - 0.5rem, 4.5rem);
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
@@ -1280,24 +1290,6 @@
|
||||
margin: 0.6em 0;
|
||||
}
|
||||
|
||||
.freedoms-php .column .freedoms-image {
|
||||
background-image: url('../images/freedoms.png');
|
||||
background-size: 100%;
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
.freedoms-php .column:nth-of-type(2) .freedoms-image {
|
||||
background-position: 0 34%;
|
||||
}
|
||||
|
||||
.freedoms-php .column:nth-of-type(3) .freedoms-image {
|
||||
background-position: 0 66%;
|
||||
}
|
||||
|
||||
.freedoms-php .column:nth-of-type(4) .freedoms-image {
|
||||
background-position: 0 100%;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
x.5.0 - Legacy About Styles: Media Queries
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -124,7 +124,6 @@
|
||||
.ui-helper-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path: inset(50%);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
@@ -1091,7 +1090,9 @@ th.action-links {
|
||||
|
||||
.wp-filter .search-form {
|
||||
float: left;
|
||||
margin: 10px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: .5rem;
|
||||
}
|
||||
|
||||
.wp-filter .search-form input[type="search"] {
|
||||
@@ -1120,7 +1121,6 @@ th.action-links {
|
||||
.wp-filter .search-form.search-plugins .wp-filter-search,
|
||||
.no-js .wp-filter .search-form.search-plugins .button {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -1361,6 +1361,11 @@ th.action-links {
|
||||
position: relative;
|
||||
max-width: 100%;
|
||||
}
|
||||
.wp-filter .search-form {
|
||||
margin: 11px 0;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 782px) {
|
||||
@@ -4133,7 +4138,6 @@ img {
|
||||
}
|
||||
|
||||
.wp-filter .search-form input[type="search"] {
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@@ -4187,6 +4191,10 @@ img {
|
||||
.nav-tab-active:focus:active {
|
||||
border-bottom: 1px solid #c3c4c7;
|
||||
}
|
||||
|
||||
.wp-filter .search-form.search-plugins label {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -123,7 +123,6 @@
|
||||
.ui-helper-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path: inset(50%);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
@@ -1090,7 +1089,9 @@ th.action-links {
|
||||
|
||||
.wp-filter .search-form {
|
||||
float: right;
|
||||
margin: 10px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: .5rem;
|
||||
}
|
||||
|
||||
.wp-filter .search-form input[type="search"] {
|
||||
@@ -1119,7 +1120,6 @@ th.action-links {
|
||||
.wp-filter .search-form.search-plugins .wp-filter-search,
|
||||
.no-js .wp-filter .search-form.search-plugins .button {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -1360,6 +1360,11 @@ th.action-links {
|
||||
position: relative;
|
||||
max-width: 100%;
|
||||
}
|
||||
.wp-filter .search-form {
|
||||
margin: 11px 0;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 782px) {
|
||||
@@ -4132,7 +4137,6 @@ img {
|
||||
}
|
||||
|
||||
.wp-filter .search-form input[type="search"] {
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@@ -4186,6 +4190,10 @@ img {
|
||||
.nav-tab-active:focus:active {
|
||||
border-bottom: 1px solid #c3c4c7;
|
||||
}
|
||||
|
||||
.wp-filter .search-form.search-plugins label {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -1083,14 +1083,24 @@ p.customize-section-description {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .new-content-item,
|
||||
.customize-control-dropdown-pages .new-content-item {
|
||||
#available-menu-items .accordion-section-content .new-content-item-wrapper,
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper {
|
||||
width: calc(100% - 30px);
|
||||
padding: 8px 15px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 10;
|
||||
background: #f0f0f1;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
position: static;
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .new-content-item,
|
||||
.customize-control-dropdown-pages .new-content-item {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -1100,6 +1110,14 @@ p.customize-section-description {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper .new-content-item {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper .new-content-item label {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
#available-menu-items .new-content-item .create-item-input,
|
||||
.customize-control-dropdown-pages .new-content-item .create-item-input {
|
||||
flex-grow: 10;
|
||||
@@ -1816,11 +1834,6 @@ p.customize-section-description {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle {
|
||||
float: left;
|
||||
margin: 3px 25px 3px 0;
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle:before {
|
||||
content: "\f111";
|
||||
margin: 0 0 0 5px;
|
||||
@@ -1881,12 +1894,6 @@ p.customize-section-description {
|
||||
animation: .6s themes-fade-in 1;
|
||||
}
|
||||
|
||||
.control-panel-themes .filter-themes-count {
|
||||
position: relative;
|
||||
float: left;
|
||||
line-height: 2.6;
|
||||
}
|
||||
|
||||
.control-panel-themes .filter-themes-count .themes-displayed {
|
||||
font-weight: 600;
|
||||
color: #50575e;
|
||||
@@ -2098,6 +2105,28 @@ p.customize-section-description {
|
||||
box-sizing: border-box;
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
}
|
||||
.customize-preview-header.themes-filter-bar,
|
||||
.customize-preview-header.themes-filter-bar .search-form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar .search-form-input {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.customize-preview-header .filter-themes-wrapper {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
grid-template-columns: auto 1fr;
|
||||
}
|
||||
|
||||
.customize-preview-header .filter-themes-wrapper .filter-themes-count {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1670px) {
|
||||
.customize-preview-header.themes-filter-bar {
|
||||
@@ -2110,6 +2139,9 @@ p.customize-section-description {
|
||||
.themes-filter-bar .themes-filter-container {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.themes-filter-bar .wp-filter-search {
|
||||
@@ -2118,11 +2150,10 @@ p.customize-section-description {
|
||||
max-width: 100%;
|
||||
width: 40%;
|
||||
min-width: 300px;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 25px;
|
||||
height: 32px;
|
||||
margin: 1px 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Unstick the filter bar on short windows/screens. This breakpoint is based on the
|
||||
@@ -2156,18 +2187,31 @@ p.customize-section-description {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
@media screen and (max-width: 960px) {
|
||||
.customize-preview-header.themes-filter-bar {
|
||||
height: 86px;
|
||||
padding-top: 46px;
|
||||
height: 96px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
.themes-filter-bar .wp-filter-search {
|
||||
width: calc(100% - 50px);
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar,
|
||||
.customize-preview-header.themes-filter-bar .search-form
|
||||
.themes-filter-bar .themes-filter-container {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar .search-form-input {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.filter-drawer {
|
||||
top: 86px;
|
||||
}
|
||||
@@ -2581,7 +2625,7 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-list {
|
||||
top: 60px;
|
||||
top: 82px;
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
bottom: 0;
|
||||
@@ -2625,7 +2669,7 @@ body.adding-widget .add-new-widget:before,
|
||||
#available-widgets-filter .search-icon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
bottom: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
right: 16px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -2635,9 +2679,9 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-filter .clear-results,
|
||||
#available-menu-items-search .clear-results {
|
||||
#available-menu-items-search .accordion-section-title .clear-results {
|
||||
position: absolute;
|
||||
top: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
top: 36px; /* 13 container padding +1 input margin +1 input border */
|
||||
left: 16px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -2696,8 +2740,8 @@ body.adding-widget .add-new-widget:before,
|
||||
|
||||
.themes-filter-bar .search-icon {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 26px;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
z-index: 1;
|
||||
color: #646970;
|
||||
height: 30px;
|
||||
@@ -2815,8 +2859,8 @@ body.adding-widget .add-new-widget:before,
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
|
||||
margin: 3px 25px 3px 0;
|
||||
.customize-preview-header.themes-filter-bar .search-icon {
|
||||
top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2953,22 +2997,18 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-list {
|
||||
top: 130px;
|
||||
top: 152px;
|
||||
}
|
||||
|
||||
#available-menu-items-search .clear-results,
|
||||
#available-menu-items-search .search-icon {
|
||||
top: 85px; /* 70 section title height + 13 container padding +1 input margin +1 input border */
|
||||
#available-menu-items-search .clear-results {
|
||||
top: 36px;
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
.reorder,
|
||||
.reordering .reorder-done {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1082,14 +1082,24 @@ p.customize-section-description {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .new-content-item,
|
||||
.customize-control-dropdown-pages .new-content-item {
|
||||
#available-menu-items .accordion-section-content .new-content-item-wrapper,
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper {
|
||||
width: calc(100% - 30px);
|
||||
padding: 8px 15px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 10;
|
||||
background: #f0f0f1;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
position: static;
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .new-content-item,
|
||||
.customize-control-dropdown-pages .new-content-item {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -1099,6 +1109,14 @@ p.customize-section-description {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper .new-content-item {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper .new-content-item label {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
#available-menu-items .new-content-item .create-item-input,
|
||||
.customize-control-dropdown-pages .new-content-item .create-item-input {
|
||||
flex-grow: 10;
|
||||
@@ -1815,11 +1833,6 @@ p.customize-section-description {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle {
|
||||
float: right;
|
||||
margin: 3px 0 3px 25px;
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle:before {
|
||||
content: "\f111";
|
||||
margin: 0 5px 0 0;
|
||||
@@ -1880,12 +1893,6 @@ p.customize-section-description {
|
||||
animation: .6s themes-fade-in 1;
|
||||
}
|
||||
|
||||
.control-panel-themes .filter-themes-count {
|
||||
position: relative;
|
||||
float: right;
|
||||
line-height: 2.6;
|
||||
}
|
||||
|
||||
.control-panel-themes .filter-themes-count .themes-displayed {
|
||||
font-weight: 600;
|
||||
color: #50575e;
|
||||
@@ -2097,6 +2104,28 @@ p.customize-section-description {
|
||||
box-sizing: border-box;
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
}
|
||||
.customize-preview-header.themes-filter-bar,
|
||||
.customize-preview-header.themes-filter-bar .search-form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar .search-form-input {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.customize-preview-header .filter-themes-wrapper {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
grid-template-columns: auto 1fr;
|
||||
}
|
||||
|
||||
.customize-preview-header .filter-themes-wrapper .filter-themes-count {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1670px) {
|
||||
.customize-preview-header.themes-filter-bar {
|
||||
@@ -2109,6 +2138,9 @@ p.customize-section-description {
|
||||
.themes-filter-bar .themes-filter-container {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.themes-filter-bar .wp-filter-search {
|
||||
@@ -2117,11 +2149,10 @@ p.customize-section-description {
|
||||
max-width: 100%;
|
||||
width: 40%;
|
||||
min-width: 300px;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: 25px;
|
||||
height: 32px;
|
||||
margin: 1px 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* Unstick the filter bar on short windows/screens. This breakpoint is based on the
|
||||
@@ -2155,18 +2186,31 @@ p.customize-section-description {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
@media screen and (max-width: 960px) {
|
||||
.customize-preview-header.themes-filter-bar {
|
||||
height: 86px;
|
||||
padding-top: 46px;
|
||||
height: 96px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
.themes-filter-bar .wp-filter-search {
|
||||
width: calc(100% - 50px);
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar,
|
||||
.customize-preview-header.themes-filter-bar .search-form
|
||||
.themes-filter-bar .themes-filter-container {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar .search-form-input {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.filter-drawer {
|
||||
top: 86px;
|
||||
}
|
||||
@@ -2580,7 +2624,7 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-list {
|
||||
top: 60px;
|
||||
top: 82px;
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
bottom: 0;
|
||||
@@ -2624,7 +2668,7 @@ body.adding-widget .add-new-widget:before,
|
||||
#available-widgets-filter .search-icon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
bottom: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
left: 16px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -2634,9 +2678,9 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-filter .clear-results,
|
||||
#available-menu-items-search .clear-results {
|
||||
#available-menu-items-search .accordion-section-title .clear-results {
|
||||
position: absolute;
|
||||
top: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
top: 36px; /* 13 container padding +1 input margin +1 input border */
|
||||
right: 16px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -2695,8 +2739,8 @@ body.adding-widget .add-new-widget:before,
|
||||
|
||||
.themes-filter-bar .search-icon {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: 26px;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
z-index: 1;
|
||||
color: #646970;
|
||||
height: 30px;
|
||||
@@ -2814,8 +2858,8 @@ body.adding-widget .add-new-widget:before,
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
|
||||
margin: 3px 0 3px 25px;
|
||||
.customize-preview-header.themes-filter-bar .search-icon {
|
||||
top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2952,22 +2996,18 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-list {
|
||||
top: 130px;
|
||||
top: 152px;
|
||||
}
|
||||
|
||||
#available-menu-items-search .clear-results,
|
||||
#available-menu-items-search .search-icon {
|
||||
top: 85px; /* 70 section title height + 13 container padding +1 input margin +1 input border */
|
||||
#available-menu-items-search .clear-results {
|
||||
top: 36px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.reorder,
|
||||
.reordering .reorder-done {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -558,7 +558,7 @@
|
||||
|
||||
#available-menu-items .accordion-section-title .no-items,
|
||||
#available-menu-items .cannot-expand .accordion-section-title .spinner,
|
||||
#available-menu-items .cannot-expand .accordion-section-title > button {
|
||||
#available-menu-items .cannot-expand .accordion-section-title > button:not(#available-menu-items-search button.is-visible) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -582,7 +582,7 @@
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .available-menu-items-list {
|
||||
margin: 0 0 45px;
|
||||
margin: 0 0 64px;
|
||||
padding: 1px 15px 15px;
|
||||
}
|
||||
|
||||
@@ -681,7 +681,7 @@
|
||||
|
||||
#available-menu-items-search .spinner {
|
||||
position: absolute;
|
||||
top: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */
|
||||
bottom: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */
|
||||
left: 21px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -690,7 +690,7 @@
|
||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 60px; /* below title div / search input */
|
||||
top: 75px; /* below title div / search input */
|
||||
bottom: 0; /* 100% height that still triggers lazy load */
|
||||
max-height: none;
|
||||
width: 100%;
|
||||
@@ -879,6 +879,6 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
||||
top: 130px;
|
||||
top: 146px;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -557,7 +557,7 @@
|
||||
|
||||
#available-menu-items .accordion-section-title .no-items,
|
||||
#available-menu-items .cannot-expand .accordion-section-title .spinner,
|
||||
#available-menu-items .cannot-expand .accordion-section-title > button {
|
||||
#available-menu-items .cannot-expand .accordion-section-title > button:not(#available-menu-items-search button.is-visible) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -581,7 +581,7 @@
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .available-menu-items-list {
|
||||
margin: 0 0 45px;
|
||||
margin: 0 0 64px;
|
||||
padding: 1px 15px 15px;
|
||||
}
|
||||
|
||||
@@ -680,7 +680,7 @@
|
||||
|
||||
#available-menu-items-search .spinner {
|
||||
position: absolute;
|
||||
top: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */
|
||||
bottom: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */
|
||||
right: 21px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -689,7 +689,7 @@
|
||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 60px; /* below title div / search input */
|
||||
top: 75px; /* below title div / search input */
|
||||
bottom: 0; /* 100% height that still triggers lazy load */
|
||||
max-height: none;
|
||||
width: 100%;
|
||||
@@ -878,6 +878,6 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
#available-menu-items #available-menu-items-search .accordion-section-content {
|
||||
top: 130px;
|
||||
top: 146px;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1272,13 +1272,23 @@ label.post-format-icon {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.categorydiv,
|
||||
.customlinkdiv,
|
||||
.posttypediv,
|
||||
.taxonomydiv {
|
||||
max-height: inherit;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wp-tab-panel,
|
||||
.categorydiv div.tabs-panel,
|
||||
.customlinkdiv div.tabs-panel,
|
||||
.posttypediv div.tabs-panel,
|
||||
.taxonomydiv div.tabs-panel {
|
||||
min-height: 42px;
|
||||
max-height: 200px;
|
||||
/* Allow space for content after tab panels in nav menu editor. */
|
||||
max-height: calc( 100% - 75px );
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
padding: 0 0.9em;
|
||||
border: solid 1px #dcdcde;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1271,13 +1271,23 @@ label.post-format-icon {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.categorydiv,
|
||||
.customlinkdiv,
|
||||
.posttypediv,
|
||||
.taxonomydiv {
|
||||
max-height: inherit;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wp-tab-panel,
|
||||
.categorydiv div.tabs-panel,
|
||||
.customlinkdiv div.tabs-panel,
|
||||
.posttypediv div.tabs-panel,
|
||||
.taxonomydiv div.tabs-panel {
|
||||
min-height: 42px;
|
||||
max-height: 200px;
|
||||
/* Allow space for content after tab panels in nav menu editor. */
|
||||
max-height: calc( 100% - 75px );
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
padding: 0 0.9em;
|
||||
border: solid 1px #dcdcde;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -721,8 +721,13 @@ fieldset label,
|
||||
}
|
||||
|
||||
p.search-box {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
column-gap: 0.5rem;
|
||||
position: relative;
|
||||
float: left;
|
||||
margin: 0;
|
||||
margin: 11px 0;
|
||||
}
|
||||
|
||||
.network-admin.themes-php p.search-box {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -720,8 +720,13 @@ fieldset label,
|
||||
}
|
||||
|
||||
p.search-box {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
column-gap: 0.5rem;
|
||||
position: relative;
|
||||
float: right;
|
||||
margin: 0;
|
||||
margin: 11px 0;
|
||||
}
|
||||
|
||||
.network-admin.themes-php p.search-box {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -351,7 +351,6 @@ body.language-chooser {
|
||||
.screen-reader-text {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path: inset(50%);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -350,7 +350,6 @@ body.language-chooser {
|
||||
.screen-reader-text {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path: inset(50%);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -67,6 +67,14 @@ body.locale-he-il .press-this a.wp-switch-editor {
|
||||
.locale-de-de-formal #customize-header-actions .spinner {
|
||||
margin: 16px 3px 0; /* default 16px 4px 0 5px */
|
||||
}
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset label span.title,
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset.inline-edit-date legend {
|
||||
width: 7em; /* default 6em */
|
||||
}
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap {
|
||||
margin-right: 7em; /* default 6em */
|
||||
}
|
||||
|
||||
/* ru_RU: Text needs more room to breathe. */
|
||||
.locale-ru-ru #adminmenu {
|
||||
@@ -111,7 +119,16 @@ body.locale-he-il .press-this a.wp-switch-editor {
|
||||
margin-right: 8em; /* default 6em */
|
||||
}
|
||||
|
||||
/* Fix overridden width for adjusted locales */
|
||||
body[class*="locale-de-"] .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
|
||||
.locale-ru-ru .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
|
||||
.locale-lt-lt .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap,
|
||||
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
|
||||
.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,
|
||||
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
/*! This file is auto-generated */
|
||||
body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:600}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-style:normal;font-weight:600}.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button{padding:0 5px 1px}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-right:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-left:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-right:0}}
|
||||
body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:600}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-style:normal;font-weight:600}.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button{padding:0 5px 1px}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}body[class*=locale-de-] .inline-edit-row fieldset label span.title,body[class*=locale-de-] .inline-edit-row fieldset.inline-edit-date legend{width:7em}body[class*=locale-de-] .inline-edit-row fieldset .timestamp-wrap,body[class*=locale-de-] .inline-edit-row fieldset label span.input-text-wrap{margin-right:7em}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-right:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-left:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-right:8em}.locale-lt-lt .quick-edit-row-post fieldset.inline-edit-col-right label span.title,.locale-ru-ru .quick-edit-row-post fieldset.inline-edit-col-right label span.title,body[class*=locale-de-] .quick-edit-row-post fieldset.inline-edit-col-right label span.title{width:auto}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,body[class*=locale-de-] .inline-edit-row fieldset .timestamp-wrap,body[class*=locale-de-] .inline-edit-row fieldset label span.input-text-wrap{margin-right:0}}
|
||||
@@ -66,6 +66,14 @@ body.locale-he-il .press-this a.wp-switch-editor {
|
||||
.locale-de-de-formal #customize-header-actions .spinner {
|
||||
margin: 16px 3px 0; /* default 16px 4px 0 5px */
|
||||
}
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset label span.title,
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset.inline-edit-date legend {
|
||||
width: 7em; /* default 6em */
|
||||
}
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap {
|
||||
margin-left: 7em; /* default 6em */
|
||||
}
|
||||
|
||||
/* ru_RU: Text needs more room to breathe. */
|
||||
.locale-ru-ru #adminmenu {
|
||||
@@ -110,7 +118,16 @@ body.locale-he-il .press-this a.wp-switch-editor {
|
||||
margin-left: 8em; /* default 6em */
|
||||
}
|
||||
|
||||
/* Fix overridden width for adjusted locales */
|
||||
body[class*="locale-de-"] .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
|
||||
.locale-ru-ru .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
|
||||
.locale-lt-lt .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
|
||||
body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap,
|
||||
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
|
||||
.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,
|
||||
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
/*! This file is auto-generated */
|
||||
body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:600}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-style:normal;font-weight:600}.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button{padding:0 5px 1px}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-left:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-right:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-left:0}}
|
||||
body.rtl,body.rtl .press-this a.wp-switch-editor{font-family:Tahoma,Arial,sans-serif}.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6{font-family:Arial,sans-serif;font-weight:600}body.locale-he-il,body.locale-he-il .press-this a.wp-switch-editor{font-family:Arial,sans-serif}.locale-he-il em{font-style:normal;font-weight:600}.locale-zh-cn #local-time,.locale-zh-cn #utc-time,.locale-zh-cn .form-wrap p,.locale-zh-cn .howto,.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,.locale-zh-cn .inline-edit-row fieldset span.title,.locale-zh-cn .js .input-with-default-title,.locale-zh-cn .link-to-original,.locale-zh-cn .tablenav .displaying-num,.locale-zh-cn p.description,.locale-zh-cn p.help,.locale-zh-cn p.install-help,.locale-zh-cn span.description{font-style:normal}.locale-zh-cn .hdnle a{font-size:12px}.locale-zh-cn form.upgrade .hint{font-style:normal;font-size:100%}.locale-zh-cn #sort-buttons{font-size:1em!important}.locale-de-de #customize-header-actions .button,.locale-de-de-formal #customize-header-actions .button{padding:0 5px 1px}.locale-de-de #customize-header-actions .spinner,.locale-de-de-formal #customize-header-actions .spinner{margin:16px 3px 0}body[class*=locale-de-] .inline-edit-row fieldset label span.title,body[class*=locale-de-] .inline-edit-row fieldset.inline-edit-date legend{width:7em}body[class*=locale-de-] .inline-edit-row fieldset .timestamp-wrap,body[class*=locale-de-] .inline-edit-row fieldset label span.input-text-wrap{margin-left:7em}.locale-ru-ru #adminmenu{width:inherit}.locale-ru-ru #adminmenu,.locale-ru-ru #wpbody{margin-left:0}.locale-ru-ru .inline-edit-row fieldset label span.title,.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}.locale-ru-ru.post-new-php .tagsdiv .newtag,.locale-ru-ru.post-php .tagsdiv .newtag{width:165px}.locale-ru-ru.press-this .posting{margin-right:277px}.locale-ru-ru .press-this-sidebar{width:265px}.locale-ru-ru #customize-header-actions .button{padding:0 5px 1px}.locale-ru-ru #customize-header-actions .spinner{margin:16px 3px 0}.locale-lt-lt .inline-edit-row fieldset label span.title,.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend{width:8em}.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap{margin-left:8em}.locale-lt-lt .quick-edit-row-post fieldset.inline-edit-col-right label span.title,.locale-ru-ru .quick-edit-row-post fieldset.inline-edit-col-right label span.title,body[class*=locale-de-] .quick-edit-row-post fieldset.inline-edit-col-right label span.title{width:auto}@media screen and (max-width:782px){.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap,.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,body[class*=locale-de-] .inline-edit-row fieldset .timestamp-wrap,body[class*=locale-de-] .inline-edit-row fieldset label span.input-text-wrap{margin-left:0}}
|
||||
@@ -905,7 +905,7 @@ tr:hover .row-actions,
|
||||
|
||||
tr.inline-edit-row td {
|
||||
padding: 0;
|
||||
/* Prevents the focus style on .inline-edit-wrapper from being cutted-off */
|
||||
/* Prevents the focus style on .inline-edit-wrapper from being cut-off */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -2004,7 +2004,6 @@ div.action-links,
|
||||
/* Show comment bubble as text instead */
|
||||
.post-com-count .screen-reader-text {
|
||||
position: static;
|
||||
-webkit-clip-path: none;
|
||||
clip-path: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -904,7 +904,7 @@ tr:hover .row-actions,
|
||||
|
||||
tr.inline-edit-row td {
|
||||
padding: 0;
|
||||
/* Prevents the focus style on .inline-edit-wrapper from being cutted-off */
|
||||
/* Prevents the focus style on .inline-edit-wrapper from being cut-off */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -2003,7 +2003,6 @@ div.action-links,
|
||||
/* Show comment bubble as text instead */
|
||||
.post-com-count .screen-reader-text {
|
||||
position: static;
|
||||
-webkit-clip-path: none;
|
||||
clip-path: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -142,7 +142,7 @@ p {
|
||||
.login form {
|
||||
margin-top: 20px;
|
||||
margin-right: 0;
|
||||
padding: 26px 24px 34px;
|
||||
padding: 26px 24px;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
@@ -409,7 +409,6 @@ body.interim-login {
|
||||
.screen-reader-text span {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path: inset(50%);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -141,7 +141,7 @@ p {
|
||||
.login form {
|
||||
margin-top: 20px;
|
||||
margin-left: 0;
|
||||
padding: 26px 24px 34px;
|
||||
padding: 26px 24px;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
@@ -408,7 +408,6 @@ body.interim-login {
|
||||
.screen-reader-text span {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
-webkit-clip-path: inset(50%);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -113,14 +113,8 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.media-item-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.media-item .attachment-tools {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@@ -191,15 +185,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.media-item .original {
|
||||
position: relative;
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.media-item .progress {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
height: 22px;
|
||||
margin: 7px 6px;
|
||||
margin: 0 6px 7px;
|
||||
width: 200px;
|
||||
line-height: 2em;
|
||||
padding: 0;
|
||||
@@ -586,15 +575,9 @@ border color while dragging a file over the uploader drop area */
|
||||
}
|
||||
|
||||
.media-frame-content .media-search-input-label {
|
||||
margin: 0 0 0 .2em;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .media-search-input-label {
|
||||
position: static;
|
||||
margin: 0 0 0 .5em;
|
||||
}
|
||||
|
||||
.attachments-browser .media-toolbar-secondary > .media-button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
@@ -908,7 +891,7 @@ border color while dragging a file over the uploader drop area */
|
||||
}
|
||||
|
||||
.imgedit-settings {
|
||||
max-width: 400px; /* Prevent reflow when help info is expanded. */
|
||||
max-width: 240px; /* Prevent reflow when help info is expanded. */
|
||||
}
|
||||
|
||||
.imgedit-group-controls > * {
|
||||
@@ -1374,6 +1357,12 @@ audio, video {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
column-gap: 0;
|
||||
}
|
||||
|
||||
.wp-filter p.search-box #media-search-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1437,3 +1426,17 @@ audio, video {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 375px) {
|
||||
.media-item .attachment-tools {
|
||||
align-items: baseline;
|
||||
}
|
||||
.media-item .edit-attachment.copy-to-clipboard-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.copy-to-clipboard-container .success {
|
||||
line-height: normal;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+23
-20
@@ -112,14 +112,8 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.media-item-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.media-item .attachment-tools {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@@ -190,15 +184,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.media-item .original {
|
||||
position: relative;
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.media-item .progress {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
height: 22px;
|
||||
margin: 7px 6px;
|
||||
margin: 0 6px 7px;
|
||||
width: 200px;
|
||||
line-height: 2em;
|
||||
padding: 0;
|
||||
@@ -585,15 +574,9 @@ border color while dragging a file over the uploader drop area */
|
||||
}
|
||||
|
||||
.media-frame-content .media-search-input-label {
|
||||
margin: 0 .2em 0 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.media-frame.mode-grid .media-search-input-label {
|
||||
position: static;
|
||||
margin: 0 .5em 0 0;
|
||||
}
|
||||
|
||||
.attachments-browser .media-toolbar-secondary > .media-button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
@@ -907,7 +890,7 @@ border color while dragging a file over the uploader drop area */
|
||||
}
|
||||
|
||||
.imgedit-settings {
|
||||
max-width: 400px; /* Prevent reflow when help info is expanded. */
|
||||
max-width: 240px; /* Prevent reflow when help info is expanded. */
|
||||
}
|
||||
|
||||
.imgedit-group-controls > * {
|
||||
@@ -1373,6 +1356,12 @@ audio, video {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
column-gap: 0;
|
||||
}
|
||||
|
||||
.wp-filter p.search-box #media-search-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1436,3 +1425,17 @@ audio, video {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 375px) {
|
||||
.media-item .attachment-tools {
|
||||
align-items: baseline;
|
||||
}
|
||||
.media-item .edit-attachment.copy-to-clipboard-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.copy-to-clipboard-container .success {
|
||||
line-height: normal;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -22,6 +22,7 @@ ul.add-menu-item-tabs li {
|
||||
|
||||
#nav-menu-meta .accordion-section-content {
|
||||
padding: 18px 13px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#nav-menu-meta .button-controls {
|
||||
@@ -49,6 +50,8 @@ ul.add-menu-item-tabs li {
|
||||
#menu-settings-column .inside {
|
||||
clear: both;
|
||||
margin: 10px 0 0;
|
||||
height: 100%;
|
||||
max-height: inherit;
|
||||
}
|
||||
|
||||
.metabox-holder-disabled .postbox,
|
||||
@@ -175,7 +178,6 @@ input.bulk-select-switcher:focus + .bulk-select-button-label {
|
||||
}
|
||||
|
||||
.bulk-actions input.menu-items-delete {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
@@ -705,7 +707,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
|
||||
.no-js.nav-menus-php .item-edit .screen-reader-text {
|
||||
position: static;
|
||||
-webkit-clip-path: none;
|
||||
clip-path: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -21,6 +21,7 @@ ul.add-menu-item-tabs li {
|
||||
|
||||
#nav-menu-meta .accordion-section-content {
|
||||
padding: 18px 13px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#nav-menu-meta .button-controls {
|
||||
@@ -48,6 +49,8 @@ ul.add-menu-item-tabs li {
|
||||
#menu-settings-column .inside {
|
||||
clear: both;
|
||||
margin: 10px 0 0;
|
||||
height: 100%;
|
||||
max-height: inherit;
|
||||
}
|
||||
|
||||
.metabox-holder-disabled .postbox,
|
||||
@@ -174,7 +177,6 @@ input.bulk-select-switcher:focus + .bulk-select-button-label {
|
||||
}
|
||||
|
||||
.bulk-actions input.menu-items-delete {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
font-size: inherit;
|
||||
border: 0;
|
||||
@@ -704,7 +706,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
|
||||
.no-js.nav-menus-php .item-edit .screen-reader-text {
|
||||
position: static;
|
||||
-webkit-clip-path: none;
|
||||
clip-path: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -20,23 +20,23 @@ body.js .theme-browser.search-loading {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.themes-php:not(.network-admin) .wrap h1 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h1 .button {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
/* Search form */
|
||||
.themes-php .search-form {
|
||||
display: inline;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
top: 0;
|
||||
gap: .5rem;
|
||||
width: 100%;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.themes-php .wp-filter-search {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
right: 20px;
|
||||
margin: 0;
|
||||
width: 280px;
|
||||
}
|
||||
@@ -956,11 +956,15 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
clear: both;
|
||||
right: 0;
|
||||
left: 0;
|
||||
margin: -5px 0 20px;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter p.search-box {
|
||||
display: grid;
|
||||
row-gap: .5rem;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme span:after {
|
||||
font: normal 60px/90px dashicons;
|
||||
width: 80px;
|
||||
@@ -1030,6 +1034,13 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
/* Override column gap adjustment in media library. */
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.theme-install-php .wp-filter p.search-box {
|
||||
column-gap: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.theme-install-php a.upload,
|
||||
.theme-install-php a.browse-themes {
|
||||
cursor: pointer;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -19,23 +19,23 @@ body.js .theme-browser.search-loading {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.themes-php:not(.network-admin) .wrap h1 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h1 .button {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* Search form */
|
||||
.themes-php .search-form {
|
||||
display: inline;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
top: 0;
|
||||
gap: .5rem;
|
||||
width: 100%;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.themes-php .wp-filter-search {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
left: 20px;
|
||||
margin: 0;
|
||||
width: 280px;
|
||||
}
|
||||
@@ -955,11 +955,15 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
clear: both;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: -5px 0 20px;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter p.search-box {
|
||||
display: grid;
|
||||
row-gap: .5rem;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme span:after {
|
||||
font: normal 60px/90px dashicons;
|
||||
width: 80px;
|
||||
@@ -1029,6 +1033,13 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
/* Override column gap adjustment in media library. */
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.theme-install-php .wp-filter p.search-box {
|
||||
column-gap: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.theme-install-php a.upload,
|
||||
.theme-install-php a.browse-themes {
|
||||
cursor: pointer;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user