Closed
Bug 923844
Opened 11 years ago
Closed 11 years ago
Mozilla Logo Misaligned in footer
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P1)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: anushbmx, Unassigned)
References
()
Details
Attachments
(1 file)
98.35 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36
Steps to reproduce:
The Firefox logo in footer is overlapping the text in the footer.
Its on every page in the domain https://builder.addons.mozilla.org/
It is fixable with small edit in the CSS (https://builder.addons.mozilla.org/media/jetpack/css/UI.Layout.css)
Just remove the margin that is applied for the background image "#footer div.UI_middleWrapper"
[code]
#footer div.UI_middleWrapper{
background: url(../img/mozilla/logo-mozilla.gif);
}
[/code]
Actual results:
This looks awkward.
Expected results:
Some one with edit access Fix it ASAP
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Comment 1•11 years ago
|
||
Fixed it Myself
The pull request is merged https://github.com/mozilla/FlightDeck/pull/190
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•11 years ago
|
||
Even after merging the PR the logo is still miss aligned the codes is not active still.....?
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Reporter | ||
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•