Opened 13 years ago
Closed 13 years ago
#23984 closed defect (bug) (fixed)
Thickbox top margin
| Reported by: | tillkruess | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Themes | Version: | 2.8 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The "theme update details" popup looks funky, the thickbox titlebar is hidden behind WP's adminbar: http://cl.ly/image/2m27131t3508
Attachments (2)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Introduced in [10592]. In 2.7, the thickbox resizing for "View version %s Details" link was properly handled by
theme-preview.jstoo.There's no need to patch minified files, a post-commit bot takes care of that.
The approach in 23984.patch appears to be correct. We do the same for plugins:
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-admin/js/plugin-install.js
23984.2.patch keeps the fixed width and fixes the same issue on Themes screen in network admin.