Opened 14 years ago
Closed 14 years ago
#15679 closed defect (bug) (fixed)
Footer in plugin install/update screen needs clearing
Reported by: | scribu | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Upgrade/Install | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Whenever I do a plugin install or update, there's some space between the admin footer and the bottom of the screen.
This is probably caused by a missing <br class="clear">.
Attachments (1)
Change History (9)
#4
@
14 years ago
It seems all the <div class="clear"></div>
are in place. There's another CSS issue I can't seem to put my finger on.
#6
@
14 years ago
I thinks issue is with class
body.update-php { height: 98%; }
if you disable this height parameter everything goes well
Version 0, edited 14 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
(In [16735]) remove redundant require()s in wp-admin/update.php. See #15679