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

fixes #30895.
Built from https://develop.svn.wordpress.org/trunk@31054


git-svn-id: http://core.svn.wordpress.org/trunk@31035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-05 20:06:23 +00:00
parent 1541bc1537
commit 291de9cac1
5 changed files with 7 additions and 5 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-alpha-31053'; $wp_version = '4.2-alpha-31054';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.