Bug 804068 followup - Set -moz-image-region on the share-button to restrict the image to max 16x16. r=fryn

This commit is contained in:
Jared Wein 2012-10-23 22:16:21 -07:00
parent 0c5cb61512
commit 12c0628366
3 changed files with 12 additions and 0 deletions

View File

@ -1378,6 +1378,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
/* social recommending panel */
#share-button {
-moz-image-region: rect(0, 16px, 16px 0);
}
#socialUserPortrait {
width: 48px;
height: 48px;

View File

@ -1636,6 +1636,10 @@ window[tabsontop="false"] richlistitem[type~="action"][actiontype="switchtab"][s
/* social recommending panel */
#share-button {
-moz-image-region: rect(0, 16px, 16px 0);
}
#socialUserPortrait {
width: 48px;
height: 48px;

View File

@ -1640,6 +1640,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
/* social recommending panel */
#share-button {
-moz-image-region: rect(0, 16px, 16px 0);
}
#socialUserPortrait {
width: 48px;
height: 48px;