mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 06:02:58 +00:00
16 lines
216 B
CSS
16 lines
216 B
CSS
|
|
||
|
#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;
|
||
|
}
|