Closed
Bug 610769
Opened 15 years ago
Closed 15 years ago
Align the Firefox menu with the Firefox button
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b8
People
(Reporter: faaborg, Assigned: KWierso)
Details
Attachments
(2 files, 5 obsolete files)
56.58 KB,
image/png
|
Details | |
854 bytes,
patch
|
dao
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
Slight alignment change for the Firefox menu: goal is to have it left aligned with the dark edge of the button, and flush with the bottom.
Assignee | ||
Comment 1•15 years ago
|
||
Not sure if these are the desired margins or not. It just moves the menu 1px to the right and 1px up.
Assignee | ||
Comment 2•15 years ago
|
||
And what it looks like, zoomed in 800%. (Applied via Stylish against beta7, if that matters. Didn't feel like building from trunk with the change, and 7-zip still won't let me in to omni.jar to make the change manually...)
Attachment #489676 -
Flags: ui-review?(faaborg)
Assignee | ||
Comment 3•15 years ago
|
||
Oops, apparently I just zoomed in 800%, and didn't enlarge the picture itself...
Let's try this again?
Attachment #489676 -
Attachment is obsolete: true
Attachment #489677 -
Flags: ui-review?(faaborg)
Attachment #489676 -
Flags: ui-review?(faaborg)
Reporter | ||
Updated•15 years ago
|
Attachment #489677 -
Flags: ui-review?(faaborg) → ui-review+
Assignee | ||
Updated•15 years ago
|
Attachment #489674 -
Flags: review?(dao)
Comment 4•15 years ago
|
||
Comment on attachment 489674 [details] [diff] [review]
v1
Use margin-top and -moz-margin-start instead of the margin shorthand.
Also test this with Classic -- the margin should only be needed with Aero.
Attachment #489674 -
Flags: review?(dao) → review-
Assignee | ||
Comment 5•15 years ago
|
||
Changes CSS to remove shorthand
> Also test this with Classic -- the margin should only be needed with Aero.
You sure? Looks like there was a 1px gap between the menu and the button (and a 1px offset from the left edge) on the Win7 Classic theme without this patch applying to it as well. I don't have a copy of XP handy to see how it looks.
Do any of the other OS themes have the app button accessible?
Attachment #489674 -
Attachment is obsolete: true
Attachment #489888 -
Flags: review?(dao)
Comment 6•15 years ago
|
||
(In reply to comment #5)
> You sure? Looks like there was a 1px gap between the menu and the button (and a
> 1px offset from the left edge) on the Win7 Classic theme without this patch
> applying to it as well.
That's not what I see and not what browser-aero.css says. It adds the white outer border (which your compensating here) only for -moz-windows-default-theme.
Updated•15 years ago
|
Component: General → Theme
QA Contact: general → theme
Assignee | ||
Comment 7•15 years ago
|
||
Now in browser-aero.css.
Attachment #489677 -
Attachment is obsolete: true
Attachment #489893 -
Flags: review?(dao)
Updated•15 years ago
|
Attachment #489888 -
Attachment is obsolete: true
Attachment #489888 -
Flags: review?(dao)
Comment 8•15 years ago
|
||
Comment on attachment 489893 [details] [diff] [review]
v3
Yes, this should do it, thanks.
>+ #appmenu-popup {
>+ margin-top: -1px;
>+ -moz-margin-start: 1px;
>+ }
nit: add another space before -moz-margin-start
Attachment #489893 -
Flags: review?(dao) → review+
Updated•15 years ago
|
Assignee: nobody → kwierso
Assignee | ||
Comment 9•15 years ago
|
||
Adds the space.
Carrying forward r+
Attachment #489893 -
Attachment is obsolete: true
Attachment #489898 -
Flags: review+
Assignee | ||
Updated•15 years ago
|
Attachment #489898 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #489898 -
Flags: approval2.0? → approval2.0+
Updated•15 years ago
|
Keywords: checkin-needed
Comment 10•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
OS: Windows 7 → Windows XP
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•