]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ShareNotice/css/sharenotice.css
ShareNotice plugin -- basic buttons per-notice to share the text & a link to the...
[quix0rs-gnu-social.git] / plugins / ShareNotice / css / sharenotice.css
1 .notice-share {
2     width: 24px;
3     float: right;
4 }
5
6 .notice-share li a {
7     display: block;
8     width: 16px;
9     height: 16px;
10     background: url(icon-share.png) no-repeat;
11 }
12 .notice-share li.notice-share-twitter a {
13     background-image: url(icon-twitter.png);
14 }
15 .notice-share li.notice-share-facebook a {
16     background-image: url(icon-facebook.png);
17 }
18 .notice-share li.notice-share-statusnet a {
19     background-image: url(icon-statusnet.png);
20 }
21 .notice-share li a span {
22     display: none;
23 }