[wp-trac] [WordPress Trac] #30895: Fix recenty added .notice admin notice position on theme pages
WordPress Trac
noreply at wordpress.org
Sun Jan 4 04:00:14 UTC 2015
#30895: Fix recenty added .notice admin notice position on theme pages
----------------------------+-----------------------------
Reporter: sippis | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 4.1
Severity: normal | Keywords:
Focuses: ui |
----------------------------+-----------------------------
New admin notices with class .notice overlaps with header on themes page.
In wp-admin/css/common.css after line 42, there should be line `.themes-
php div.notice`, right now the style rules are targeting only to old
notices (`.error` and `.updated`).
{{{
/* Position admin messages */
.themes-php div.updated,
.themes-php div.error {
margin: 0 0 20px 0;
clear: both;
}
}}}
Relevant ticket from the past; #26304
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30895>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list