#49914 closed defect (bug) (fixed)
Plugin and Theme upload form input button alignment
Reported by: | seedsca | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Themes | Keywords: | |
Focuses: | ui, css, administration | Cc: |
Description
When installing new plugin/theme from file, the file upload form has it's input button misaligned. Seems it should be aligned with the install now button.
Verified with multiple browsers.
Attachments (13)
Change History (17)
#1
@
4 years ago
- Component changed from General to Themes
- Milestone changed from Awaiting Review to 5.5
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#2
@
4 years ago
Good point @piyushmca, both Chrome and Safari seem to add some padding to their buttons on the bottom. I see no way to make this work universally. But my patch gets most of the browsers nearly there.Since if you look, the only browser currently having it's button aligned is Safari. All of the rest are off.
Note: See
TracTickets for help on using
tickets.
Looks like editing
/wp-admin/css/themes.css
to addjustify-content: space-between;
and removing some padding did the trick.