mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 20:49:59 +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;
|
||||||
}
|
}
|
||||||
|
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;
|
||||||
}
|
}
|
||||||
|
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