Closed
Bug 774174
Opened 13 years ago
Closed 13 years ago
Linux styling for Social toolbar UI
Categories
(Firefox Graveyard :: SocialAPI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: Gavin, Assigned: jaws)
References
Details
Attachments
(1 file)
3.03 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Bug 771826 implemented an (off by default) social toolbar button functionality. That UI needs to be styled for Linux - the initial patch only covered Windows+Mac.
Assignee | ||
Comment 2•13 years ago
|
||
This patch copies many of the styles from pinstripe and winstripe, but keeps the button looking native and fitting in with the other toolbarbuttons on Linux. (Tested with Ubuntu)
Attachment #647355 -
Flags: review?(gavin.sharp)
Attachment #647355 -
Flags: review?(dao)
Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 647355 [details] [diff] [review]
Patch
>diff --git a/browser/themes/gnomestripe/browser.css b/browser/themes/gnomestripe/browser.css
>+#social-toolbar-button {
>+ -moz-box-pack: center;
Why is this needed? Should we set pack="center" on the button itself? We don't currently set this on Windows/Mac.
Attachment #647355 -
Flags: review?(gavin.sharp)
Attachment #647355 -
Flags: review?(dao)
Attachment #647355 -
Flags: review+
Assignee | ||
Comment 4•13 years ago
|
||
The pack="center" centered the MoTown icon vertically, and it is probably something good to have in case other providers don't give us the exact size icon we're expecting.
https://hg.mozilla.org/integration/mozilla-inbound/rev/cb6de405463b
Flags: in-testsuite-
Whiteboard: [fx16]
Target Milestone: --- → Firefox 17
![]() |
||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•