Opened 7 years ago
Closed 7 years ago
#42275 closed defect (bug) (fixed)
Customize, Activate and Live Preview button are not aligned properly on themes page under apperance
Reported by: | sayedwp | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Themes | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Attachments (2)
Change History (14)
#1
@
7 years ago
- Component changed from General to Themes
- Focuses administration added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.9
#5
@
7 years ago
This will break the customizer theme's panel buttons because they both share the common css, I think this is regression from #42215 @mahvash-fatima can you take a look
#8
@
7 years ago
About the changes.
1- Moved my CSS added in #42215 in customize-controls.css
to themes.css
so it can be used at both the places.
2 - Added some css for button for bigger screen.
3- Add wrapper div
around the theme action elements so its properly structured, and easy to align. ( No other changes in the markup ) just the way it was done in #42215
#9
@
7 years ago
Looks like that fixed it, thanks @Mahvash Fatima 👍
@westonruter would you mind giving it a quick review?
This ticket was mentioned in Slack in #core-customize by sayedwp. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
This is a recent regression. Can we track down where it was introduced?