forked from friendica/friendica-addons
17 lines
316 B
CSS
Executable file
17 lines
316 B
CSS
Executable file
|
|
#libertree-enable-label, #libertree-api_token-label, #libertree-url-label, #libertree-bydefault-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#libertree-checkbox, #libertree-api_token, #libertree-url, #libertree-bydefault {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#libertree-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|