mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Themes: Fix position of admin notice with .notice class.
merges [31054] to the 4.1 branch props SergeyBiryukov fixes #30895. Built from https://develop.svn.wordpress.org/branches/4.1@31080 git-svn-id: http://core.svn.wordpress.org/branches/4.1@31061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9c1e85d376
commit
fa81716df2
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
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
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