mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01: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 */
|
||||
.themes-php div.updated {
|
||||
.themes-php div.updated,
|
||||
.themes-php div.error {
|
||||
margin: 0 0 20px 0;
|
||||
clear: both;
|
||||
}
|
||||
|
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 */
|
||||
.themes-php div.updated {
|
||||
.themes-php div.updated,
|
||||
.themes-php div.error {
|
||||
margin: 0 0 20px 0;
|
||||
clear: both;
|
||||
}
|
||||
|
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…
Reference in New Issue
Block a user