Closed
Bug 989681
Opened 11 years ago
Closed 11 years ago
Browser bottombox stays on the bottom in Customizing Mode
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 973855
People
(Reporter: henry.fai.hang.chan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140329030204
Steps to reproduce:
Browser bottombox stays on the bottom (doesn't shrink) in Customizing Mode
Expected results:
chrome://browser/skin/browser.css
> #main-window:-moz-any([customize-entering],[customize-entered]) #content-deck {
> margin: 0 2em 2em;
> }
>
> #main-window:-moz-any([customize-entering],[customize-entered]) #navigator-toolbox {
> margin-left: 2em;
> margin-right: 2em;
> }
should be
> #main-window:-moz-any([customize-entering],[customize-entered]) #browser-bottombox {
> margin: 0 2em 2em;
> }
> #main-window:-moz-any([customize-entering],[customize-entered]) #content-deck,
> #main-window:-moz-any([customize-entering],[customize-entered]) #navigator-toolbox {
> margin-left: 2em;
> margin-right: 2em;
> }
Comment 1•11 years ago
|
||
What effect does this have on users?
Blocks: australis-cust
Component: Untriaged → Theme
Updated•11 years ago
|
Flags: needinfo?(henry.fai.hang.chan)
Reporter | ||
Comment 2•11 years ago
|
||
When customizing Australis, the bottom border of the content area stays at the bottom. It should go upward
Flags: needinfo?(henry.fai.hang.chan)
Reporter | ||
Comment 3•11 years ago
|
||
screenshot showing the issue
Reporter | ||
Comment 4•11 years ago
|
||
What it should look
Comment 5•11 years ago
|
||
OK, this is bug 973855. Can you submit a patch there?
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 6•11 years ago
|
||
Sorry, I haven't written a patch before, and seems like I don't have enough disk space to install the related tools...
You need to log in
before you can comment on or make changes to this bug.
Description
•