mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 15:22:53 +00:00
16 lines
232 B
CSS
16 lines
232 B
CSS
|
|
||
|
#appnetpost-enable-label, #appnetpost-bydefault-label {
|
||
|
float: left;
|
||
|
width: 200px;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#appnetpost-checkbox, #appnetpost-bydefault {
|
||
|
float: left;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#appnetpost-submit {
|
||
|
margin-top: 15px;
|
||
|
}
|