From cfaf5be6d86795b19d599841334e84f9ab9b61c9 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Sun, 1 Dec 2013 20:22:06 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/wp-admin.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 67d9e54c00..dffd0d42e0 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -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%; + } }