mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
first commit - Wordpress post plugin
This commit is contained in:
parent
5a68b2423a
commit
40a8b4d13f
3 changed files with 182 additions and 0 deletions
16
wppost/wppost.css
Normal file
16
wppost/wppost.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
#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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue