Closed
Bug 375143
Opened 18 years ago
Closed 18 years ago
footer should have clear:both in css
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: after.fallout, Assigned: after.fallout)
References
Details
Attachments
(1 file, 2 obsolete files)
503 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Being that the image is float:right, the footer and image very quickly collide the moment anyone modifies index.html.tmpl
It would be a good thing to set clear:both on the #footer statement in global.css.
Assignee | ||
Comment 1•18 years ago
|
||
fixed comment from LpSolit on irc
Attachment #259454 -
Attachment is obsolete: true
Attachment #259456 -
Flags: review?(LpSolit)
Comment 2•18 years ago
|
||
Bill: For CSS and just UI stuff, probably best to ask myk for review, I think.
Comment 3•18 years ago
|
||
That's not an insult to LpSolit, by the way--I just am not sure if he wants to review a CSS patch (he can speak for himself, though).
Assignee: ui → after.fallout
Severity: normal → minor
OS: Windows XP → All
Hardware: PC → All
Assignee | ||
Updated•18 years ago
|
Attachment #259456 -
Flags: review?(LpSolit) → review?(myk)
![]() |
||
Comment 5•18 years ago
|
||
(In reply to comment #3)
> That's not an insult to LpSolit
No worry. :) But I admit that this patch is low priority compared to other reviews waiting for me.
Comment 6•18 years ago
|
||
I've added a patch that fixes this, too. I also fixed the float:right'd div#page-index .intro which was an example of the reason why there should be a clear:both on the footer.
https://bugzilla.mozilla.org/attachment.cgi?id=259531&action=diff
Comment 7•18 years ago
|
||
I've attached that diff to this bug as well, since the other was closed but had some other code that will help to avoid footer overlap.
![]() |
||
Comment 8•18 years ago
|
||
Comment on attachment 259693 [details] [diff] [review]
patch to fix div#page-index .intro's clear CSS property
>Index: skins/standard/index.css
>- div.contribute {
This block no longer exists. You have to update your installation. Also, do not forget to request review (set the flag to "review?") when attaching a patch so that we get it in our radar.
Attachment #259693 -
Flags: review-
![]() |
||
Comment 9•18 years ago
|
||
Comment on attachment 259456 [details] [diff] [review]
with space after colon
r=LpSolit
Attachment #259456 -
Flags: review?(myk) → review+
![]() |
||
Updated•18 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: approval+
Target Milestone: --- → Bugzilla 3.2
![]() |
||
Comment 10•18 years ago
|
||
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.33; previous revision: 1.32
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
![]() |
||
Updated•18 years ago
|
Attachment #259693 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•