mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 18:11:09 +00:00
16 lines
289 B
CSS
16 lines
289 B
CSS
|
|
#tumblr-enable-label, #tumblr-username-label, #tumblr-page-label, #tumblr-bydefault-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#tumblr-checkbox, #tumblr-username, #tumblr-page, #tumblr-bydefault {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#tumblr-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|