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)

x86
All
defect
Not set
trivial

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: mozilla-06, Unassigned)

References

()

Details

Attachments

(1 file)

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 .
Attached image Screenshot of the problem. (deleted) —
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
gotta love fonts. :|
It becomes cut off if I use Ctrl+- (decrease font size) on Windows, too.
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
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 :-)
*** Bug 316011 has been marked as a duplicate of this bug. ***
Blocks: bmo-skin-cleanup
No longer blocks: bmo-regress-20051022
Assignee: justdave → justdave
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
*** Bug 355791 has been marked as a duplicate of this bug. ***
Fixed as a result of the upgrade.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → VERIFIED
QA Contact: myk → reed
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.

Attachment

General

Creator:
Created:
Updated:
Size: