mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 13:43:00 +00:00
16 lines
342 B
CSS
Executable file
16 lines
342 B
CSS
Executable file
|
|
#blogger-enable-label, #blogger-username-label, #blogger-password-label, #blogger-bydefault-label, #blogger-blog-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#blogger-checkbox, #blogger-username, #blogger-password, #blogger-bydefault, #blogger-blog {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#blogger-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|