fbsync: First commit for syncing the facebook newsfeed

This commit is contained in:
Michael Vogel 2013-10-25 00:48:56 +02:00
parent eab2ae92bc
commit a2f42c681b
3 changed files with 792 additions and 11 deletions

15
fbsync/fbsync.css Executable file
View file

@ -0,0 +1,15 @@
#fbsync-enable-label, #fbsync-create_user-label {
float: left;
width: 200px;
margin-top: 10px;
}
#fbsync-checkbox, #fbsync-create_user {
float: left;
margin-top: 10px;
}
#fbsync-submit {
margin-top: 15px;
}