first commit - Wordpress post plugin

This commit is contained in:
Friendika 2011-09-07 21:10:56 -07:00
parent 5a68b2423a
commit 40a8b4d13f
3 changed files with 182 additions and 0 deletions

16
wppost/wppost.css Normal file
View 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;
}