mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
Themes: Fix position of admin notice with .error class. fixes #26304.
Built from https://develop.svn.wordpress.org/trunk@26507 git-svn-id: http://core.svn.wordpress.org/trunk@26401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a6ac0bea23
commit
f43440871f
@ -6329,7 +6329,8 @@ span.imgedit-scale-warn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Position admin messages */
|
/* Position admin messages */
|
||||||
.themes-php div.updated {
|
.themes-php div.updated,
|
||||||
|
.themes-php div.error {
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
@ -7520,7 +7521,7 @@ div#custom-background-image img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scheme-list {
|
.scheme-list {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-option {
|
.color-option {
|
||||||
@ -13048,8 +13049,8 @@ li#wp-admin-bar-menu-toggle {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Color Picker Options */
|
/* Color Picker Options */
|
||||||
.color-option {
|
.color-option {
|
||||||
width: 49%;
|
width: 49%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -6329,7 +6329,8 @@ span.imgedit-scale-warn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Position admin messages */
|
/* Position admin messages */
|
||||||
.themes-php div.updated {
|
.themes-php div.updated,
|
||||||
|
.themes-php div.error {
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
@ -7520,7 +7521,7 @@ div#custom-background-image img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scheme-list {
|
.scheme-list {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-option {
|
.color-option {
|
||||||
@ -13048,8 +13049,8 @@ li#wp-admin-bar-menu-toggle {
|
|||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Color Picker Options */
|
/* Color Picker Options */
|
||||||
.color-option {
|
.color-option {
|
||||||
width: 49%;
|
width: 49%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user