mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-29 10:13:16 +00:00
b6985e0e66
libertree snuck in...not yet functional
16 lines
324 B
CSS
Executable file
16 lines
324 B
CSS
Executable file
|
|
#libertree-enable-label, #libertree-username-label, #libertree-password-label, #libertree-bydefault-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#libertree-checkbox, #libertree-username, #libertree-password, #libertree-bydefault {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#libertree-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|