Themes: Fix position of admin notice with .error class. fixes #26304.
git-svn-id: https://develop.svn.wordpress.org/trunk@26507 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e5304e8470
commit
cfaf5be6d8
@ -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;
|
||||
}
|
||||
@ -7520,7 +7521,7 @@ div#custom-background-image img {
|
||||
}
|
||||
|
||||
.scheme-list {
|
||||
|
||||
|
||||
}
|
||||
|
||||
.color-option {
|
||||
@ -13048,8 +13049,8 @@ li#wp-admin-bar-menu-toggle {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Color Picker Options */
|
||||
.color-option {
|
||||
width: 49%;
|
||||
}
|
||||
/* Color Picker Options */
|
||||
.color-option {
|
||||
width: 49%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user