wppost: add optional backlink to Friendica permalink

This commit is contained in:
friendica 2012-05-14 16:30:18 -07:00
parent d6fd0c9717
commit 4618f2d23d
3 changed files with 17 additions and 2 deletions

View file

@ -1,11 +1,13 @@
#wppost-enable-label, #wppost-username-label, #wppost-password-label, #wppost-blog-label, #wppost-bydefault-label {
#wppost-enable-label, #wppost-username-label, #wppost-password-label,
#wppost-blog-label, #wppost-bydefault-label, #wppost-backlink-label {
float: left;
width: 200px;
margin-top: 10px;
}
#wppost-checkbox, #wppost-username, #wppost-password, #wppost-blog, #wppost-bydefault {
#wppost-checkbox, #wppost-username, #wppost-password,
#wppost-blog, #wppost-bydefault, #wppost-backlink {
float: left;
margin-top: 10px;
}