| Index: skin/popup.css |
| =================================================================== |
| --- a/skin/popup.css |
| +++ b/skin/popup.css |
| @@ -265,58 +265,12 @@ |
| visibility: hidden; |
| } |
| - |
| #stats strong |
| { |
| font-size: 15px; |
| line-height: 140%; |
| } |
| -#share |
| -{ |
| - margin-top: 5px; |
| - font-size: 12px; |
| - color: #949494; |
| -} |
| - |
| -#share-box |
| -{ |
| - margin-top: 5px; |
| - margin-left: -3px; |
| -} |
| - |
| -#share-box div[data-social] |
| -{ |
| - cursor: pointer; |
| - display: inline-block; |
| - width: 32px; |
| - height: 32px; |
| - margin: 3px 10px 3px 3px; |
| - border-radius: 3px; |
| - background-image: url(popup.png); |
|
saroyanm
2018/02/14 17:19:47
Detail/Nit: We still have the images in the popup.
a.giammarchi
2018/02/15 09:43:10
Apologies I don't understand this comment or what
saroyanm
2018/02/15 14:28:24
I was suggesting to remove unused icons (FB, Twitt
a.giammarchi
2018/02/15 16:02:43
Done.
|
| -} |
| - |
| -#share-box div[data-social]:hover |
| -{ |
| - margin: 0px 7px 0px 0px; |
| - border: 3px solid #cdc6bd |
| -} |
| - |
| -#share-box div[data-social="facebook"] |
| -{ |
| - background-position: -1px -1px; |
| -} |
| - |
| -#share-box div[data-social="twitter"] |
| -{ |
| - background-position: -1px -34px; |
| -} |
| - |
| -#share-box div[data-social="gplus"] |
| -{ |
| - background-position: -1px -67px; |
| -} |
| - |
| .collapse |
| { |
| position: relative; |