forked from friendica/friendica-addons
17 lines
331 B
CSS
Executable file
17 lines
331 B
CSS
Executable file
|
|
#wppost-enable-label, #wppost-username-label, #wppost-password-label, #wppost-blog-label, #wppost-bydefault-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#wppost-checkbox, #wppost-username, #wppost-password, #wppost-blog, #wppost-bydefault {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#wppost-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|