added dreamwidth connector

This commit is contained in:
Tony Baldwin 2012-03-01 22:33:55 -05:00
parent 76b284de03
commit 1b8ad8864d
2 changed files with 235 additions and 0 deletions

15
dwpost/dwpost.css Normal file
View file

@ -0,0 +1,15 @@
#ljpost-enable-label, #ljpost-username-label, #ljpost-password-label, #ljpost-bydefault-label {
float: left;
width: 200px;
margin-top: 10px;
}
#ljpost-checkbox, #ljpost-username, #ljpost-password, #ljpost-bydefault {
float: left;
margin-top: 10px;
}
#ljpost-submit {
margin-top: 15px;
}