mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
Massive reworking of the export connectors using the plaintext function, improving of the tumblr export, option to prevent too short wordpress postings
This commit is contained in:
parent
8ce597cb4d
commit
021d6265cd
11 changed files with 191 additions and 880 deletions
|
@ -1,13 +1,15 @@
|
|||
|
||||
#wppost-enable-label, #wppost-username-label, #wppost-password-label,
|
||||
#wppost-blog-label, #wppost-bydefault-label, #wppost-backlink-label {
|
||||
#wppost-blog-label, #wppost-bydefault-label,
|
||||
#wppost-backlink-label, #wppost-shortcheck-label {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#wppost-checkbox, #wppost-username, #wppost-password,
|
||||
#wppost-blog, #wppost-bydefault, #wppost-backlink {
|
||||
#wppost-blog, #wppost-bydefault,
|
||||
#wppost-shortcheck, #wppost-backlink {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue