Themes: Fix position of admin notice with .notice class.

fixes #30895.

git-svn-id: https://develop.svn.wordpress.org/trunk@31054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-05 20:05:19 +00:00
parent 7d7b33ff49
commit d33e517bb9

View File

@ -39,7 +39,8 @@
/* Position admin messages */
.themes-php div.updated,
.themes-php div.error {
.themes-php div.error,
.themes-php div.notice {
margin: 0 0 20px 0;
clear: both;
}