mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 23:23:40 +00:00
15 lines
353 B
CSS
Executable file
15 lines
353 B
CSS
Executable file
|
|
#gpluspost-enable-label, #gpluspost-bydefault-label, #gpluspost-noloopprevention-label, #gpluspost-skipwithoutlink-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#gpluspost-checkbox, #gpluspost-bydefault, #gpluspost-noloopprevention, #gpluspost-skipwithoutlink {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#gpluspost-submit {
|
|
margin-top: 15px;
|
|
}
|