wp core update 6.6
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user