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