Closed
Bug 820653
Opened 13 years ago
Closed 12 years ago
a social provider image may make the toolbar larger
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 20
People
(Reporter: markh, Assigned: markh)
Details
Attachments
(1 file)
2.63 KB,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
The test yammer provider appears to be using an icon larger than we expect. When you enable yammer the toolbar grows in height to fit the image. When you switch back to facebook the toolbar shrinks back to its correct size.
Note we should not consider this a bug with the yammer provider - we should arrange for the image to be resized (or possibly cropped) regardless of the original size supplied by the provider.
Assignee | ||
Comment 1•12 years ago
|
||
It looks like list-style-image should be used for the provider image too, along with -moz-image-region. I'm not sure about the gnomestripe change - I suspect this change will make the nearby rule:
#social-provider-button > image {
margin: 5px 3px;
}
not work as intended with this change.
Assignee: nobody → mhammond
Attachment #693249 -
Flags: feedback?(jaws)
Comment 2•12 years ago
|
||
Comment on attachment 693249 [details] [diff] [review]
Use list-style-image for the provider image
Review of attachment 693249 [details] [diff] [review]:
-----------------------------------------------------------------
Yeah, this should work. I'm not worried about that other rule.
Attachment #693249 -
Flags: feedback?(jaws) → review+
Assignee | ||
Comment 3•12 years ago
|
||
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
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
•