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;
|
||||
}
|
||||
|
|
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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue