Closed
Bug 313449
Opened 19 years ago
Closed 18 years ago
Version number is cut off at the bottom
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: mozilla-06, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
When using Firefox 1.0.7 (Ubuntu) with a 16px font on a 100dpi display, Bugzilla's version number is cut off (see screenshot). This probably is an issue in skins/standard/global.css .
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
bmo-specific problem
Assignee: myk → justdave
Component: User Interface → Bugzilla: Other b.m.o Issues
Product: Bugzilla → mozilla.org
QA Contact: default-qa → myk
Version: 2.20 → other
Comment 3•19 years ago
|
||
gotta love fonts. :|
Comment 4•19 years ago
|
||
It becomes cut off if I use Ctrl+- (decrease font size) on Windows, too.
Comment 5•19 years ago
|
||
The height of #banner in skins/standard/global.css is 5em with a min-height of only 39px, less than the height of images/header_logo.gif. #banner-name pushes #banner-version below images/header_logo.gif. With small default font sizes or zoom- #banner at 5em gets too short to hold both the 53px high images/header_logo.gif and #banner-version, which then pushes out the bottom of #banner, leaving the white #banner-version text at least partially pushed down into the white below. #banner's min-height needs to be more than the 53px height of images/header_logo.gif.
One fix I tested locally only in FF would be to add position: relative; to #banner, and remove float:right from #banner-version, to be replaced with position: absolute, right: 5px, and bottom: 5px.
OS: Linux → All
Comment 6•19 years ago
|
||
Those were in there originally (because I copied the styles from mozilla.org) and got removed because they broke other things.
We're goomg to hack on it some more this week, we'll figure something out.
(It looks like hell in IE right now, too)
If you're using a smaller font size, the text is completely gone and the bottom of the lizard-head is outside the purple box--I have a 12pt default; otherwise everything on the web is huge, and as of yet my eyes don't need huge :-)
Comment 8•19 years ago
|
||
*** Bug 316011 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Updated•18 years ago
|
Assignee: justdave → justdave
Comment 9•18 years ago
|
||
I don't plan to work on these at this point because the broader focus is now on trying to upgrade to Bugzilla 2.22, and it'll all have to be redone anyway to fit the 2.22 templates. But if someone else wants to show me what to patch on any of these I'll be happy to patch the current install between now and then.
Assignee: justdave → nobody
Comment 10•18 years ago
|
||
*** Bug 355791 has been marked as a duplicate of this bug. ***
Comment 11•18 years ago
|
||
Fixed as a result of the upgrade.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
QA Contact: myk → reed
Assignee | ||
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•