Opened 12 years ago
Closed 12 years ago
#22093 closed defect (bug) (worksforme)
#wpfooter gets double margins
Reported by: | Clorith | Owned by: | nacin |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 3.5 |
Component: | UI | Keywords: | |
Focuses: | Cc: |
Description
After the update to use #wpfooter on the admin footer it now receives a double margin, leading to a large "gap" between the menu and the actual footer.
Removing #wpfooter from wp-admin.css:62 (wp-admin.min.css:1:100) resolves this.
Attachments (3)
Change History (15)
#1
@
12 years ago
- Milestone changed from Awaiting Review to 3.5
- Owner set to nacin
- Status changed from new to assigned
#4
@
12 years ago
Hmm, this is what I see in current trunk (3.5-beta1-22104) with Twenty Eleven or Twenty Twelve: 22093.footer.png.
Tried turning SCRIPT_DEBUG
off and on, still could not reproduce.
#6
@
12 years ago
I see this is only an issue on the Dashboard, seems something is preventing #wpcontent from closing properly before the footer is displayed.
By hiding every element on the Dashboard I completely lose the footer and it appears under
#wpbody > #wpcontent > .wrap > #wpfooter
#7
@
12 years ago
- Cc mdhansen@… added
Clorith, can you provide us with what browser and version you are using as well as OS?
#9
@
12 years ago
I can't seem to be able to replicate this. I tried WIN (FF, IE7, Chrome) and MAC (FF, and chrome).
#10
@
12 years ago
I was unable to reproduce this as well on Win 7 w/ chrome 22. Are we missing something?
Not sure I understand the issue. A screenshot would be helpful.
Removing
#wpfooter
from line 62 ofwp-admin.css
(so thatmargin-left: 165px;
is not applied) leads to overlapping with the admin menu: 22093.overlapping.png.