#30895 closed defect (bug) (fixed)
Fix recenty added .notice admin notice position on theme pages
Reported by: | sippis | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.1.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Themes | Keywords: | fixed-major |
Focuses: | ui, administration | Cc: |
Description
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
Attachments (1)
Change History (10)
#1
@
10 years ago
- Component changed from Administration to Themes
- Milestone changed from Awaiting Review to 4.2
This ticket was mentioned in Slack in #core by sippis. View the logs.
10 years ago
#5
@
10 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 31054:
#6
@
10 years ago
- Keywords fixed-major added
- Milestone changed from 4.2 to 4.1.1
- Resolution fixed deleted
- Status changed from closed to reopened
Moving for 4.1.1 consideration.
This ticket was mentioned in Slack in #core by sippis. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Related: [30505].