forked from GNUsocial/gnu-social
[CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
This commit is contained in:
9
public/plugins/ShareNotice/css/README
Normal file
9
public/plugins/ShareNotice/css/README
Normal file
@@ -0,0 +1,9 @@
|
||||
icon-sharing.png is from http://www.openshareicons.com/
|
||||
|
||||
Shareaholic has made the Open Share Icon freely available for use by others under the
|
||||
Creative Commons Attribution-Share Alike 3.0 Unported License.
|
||||
|
||||
|
||||
icon-twitter.png is from http://twitter.com/favicon.ico and distributed under fair use
|
||||
icon-facebook.png is from http://facebook.com/favicon.ico and distributed under fair use
|
||||
icon-statusnet.png is from http://status.net/favicon.ico and distributed under fair use
|
BIN
public/plugins/ShareNotice/css/icon-facebook.png
Normal file
BIN
public/plugins/ShareNotice/css/icon-facebook.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 312 B |
BIN
public/plugins/ShareNotice/css/icon-share.png
Normal file
BIN
public/plugins/ShareNotice/css/icon-share.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
public/plugins/ShareNotice/css/icon-statusnet.png
Normal file
BIN
public/plugins/ShareNotice/css/icon-statusnet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 488 B |
BIN
public/plugins/ShareNotice/css/icon-twitter.png
Normal file
BIN
public/plugins/ShareNotice/css/icon-twitter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 469 B |
23
public/plugins/ShareNotice/css/sharenotice.css
Normal file
23
public/plugins/ShareNotice/css/sharenotice.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.notice-share {
|
||||
width: 24px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.notice-share li a {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: url(icon-share.png) no-repeat;
|
||||
}
|
||||
.notice-share li.notice-share-twitter a {
|
||||
background-image: url(icon-twitter.png);
|
||||
}
|
||||
.notice-share li.notice-share-facebook a {
|
||||
background-image: url(icon-facebook.png);
|
||||
}
|
||||
.notice-share li.notice-share-statusnet a {
|
||||
background-image: url(icon-statusnet.png);
|
||||
}
|
||||
.notice-share li a span {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user