[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:
Diogo Cordeiro
2018-03-11 21:23:55 -06:00
parent 0b58465fb9
commit 2a06261f75
2697 changed files with 205282 additions and 42340 deletions

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

View 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;
}