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:
Dominik Schilling 2013-12-01 20:23:09 +00:00
parent a6ac0bea23
commit f43440871f
4 changed files with 16 additions and 14 deletions

View File

@ -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;
} }
@ -7520,7 +7521,7 @@ div#custom-background-image img {
} }
.scheme-list { .scheme-list {
} }
.color-option { .color-option {
@ -13048,8 +13049,8 @@ li#wp-admin-bar-menu-toggle {
overflow-x: hidden; overflow-x: hidden;
} }
/* Color Picker Options */ /* Color Picker Options */
.color-option { .color-option {
width: 49%; width: 49%;
} }
} }

File diff suppressed because one or more lines are too long

View File

@ -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;
} }
@ -7520,7 +7521,7 @@ div#custom-background-image img {
} }
.scheme-list { .scheme-list {
} }
.color-option { .color-option {
@ -13048,8 +13049,8 @@ li#wp-admin-bar-menu-toggle {
overflow-x: hidden; overflow-x: hidden;
} }
/* Color Picker Options */ /* Color Picker Options */
.color-option { .color-option {
width: 49%; width: 49%;
} }
} }

File diff suppressed because one or more lines are too long