forked from friendica/friendica-addons
734d400b2f
required for LJ to know to which blog to post (since users have posting permission to their own AND to community blogs). It is now hardwired to their own, personal blog. Eventually this should be more configurable. Also, the plugin shouldn't be hardwired for livejournal, but also allow dreamwidth, insanejournal, deadjournal, etc. I'll work on that.
15 lines
289 B
CSS
15 lines
289 B
CSS
|
|
#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;
|
|
} |