Closed
Bug 575451
Opened 14 years ago
Closed 14 years ago
Firefox Button: UI Nits (Margins/CSS/Background etc.)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 574681
People
(Reporter: ronin.achilles, Unassigned)
References
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0(Windows; U; Windows NT 5.2; rv:1.9.2) Gecko/20100101 Firefox/3.6
Build Identifier: Mozilla/5.0(Windows; U; Windows NT 5.2; rv:1.9.2) Gecko/20100101 Firefox/3.6
Some nits.. in comparison with the Windows Control Buttons and their placement. Primarily dealing with CSS and Background Image of the new Firefox Button
Reproducible: Always
Reporter | ||
Comment 1•14 years ago
|
||
This one is easily solved by:
#appmenu-button-container
{
margin-top: 1px !important;
}
#main-window[sizemode=maximized] #appmenu-button-container
{
margin-top: 0px !important;
}
Reporter | ||
Comment 2•14 years ago
|
||
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•14 years ago
|
||
This bug is duplicate of bug 574681.
Updated•14 years ago
|
Blocks: FirefoxButton
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•