#26147 closed defect (bug) (fixed)
Media progress bar needs to be restyled to match new admin design
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
The current media progress bar has a 2px gap at the top, along with gradients and border radii: https://cloudup.com/cvsuAfM9iSo
Attachments (3)
Change History (11)
#3
@
12 years ago
- Owner set to iammattthomas
- Resolution set to fixed
- Status changed from new to closed
In 26309:
#6
@
12 years ago
I took Mel's patch and expanded it a little bit by matching the fill color of the bar to $highlight-color in our color schemes, to inject a little bit more of the scheme customization into the UI. I've also carried the same style over to the progress bars in the modal media uploader, which previously used an entirely different style. Screenshots of the new bars are attached.
Note: See
TracTickets for help on using
tickets.
26147.diff removes the border radii, gradients, and extra spacing on the top of the bar. However, I was unable to center the progress text.