Opened 14 years ago
Closed 14 years ago
#18689 closed defect (bug) (duplicate)
Borked styling on database upgrade message
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 3.3 |
| Component: | Upgrade/Install | Keywords: | |
| Focuses: | Cc: |
Description
In trunk, the Database Update Required message is left aligned when it should be centered (see screenshot). There should also be some margins on the body.
This is caused by the line wp_admin_css( 'ie', true ); in wp-admin/upgrade.php, which for some reason causes wp-admin.css to be loaded (dependencies?) but not ie.css.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
... and
wp-admin.cssis overriding the body styling ininstall.css.