1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addon/wppost/wppost.css
2016-04-17 22:42:29 +05:30

19 lines
403 B
CSS
Executable file

#wppost-enable-label, #wppost-username-label, #wppost-password-label,
#wppost-blog-label, #wppost-bydefault-label, #wppost-forward-label {
float: left;
width: 350px;
margin-top: 10px;
}
#wppost-checkbox, #wppost-username, #wppost-password,
#wppost-blog, #wppost-bydefault, #wppost-forward {
float: left;
margin-top: 10px;
}
#wppost-submit, #settings-wordpress-wrapper {
margin-top: 15px;
}