Opened 15 years ago
Closed 15 years ago
#18689 closed defect (bug) (duplicate)
Borked styling on database upgrade message
| Reported by: | solarissmoke | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Upgrade/Install | Version: | 3.3 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
... and
wp-admin.cssis overriding the body styling ininstall.css.