add ljpost.css
This commit is contained in:
parent
201810df40
commit
c76f70605f
3 changed files with 16 additions and 5 deletions
16
ljpost/ljpost.css
Executable file
16
ljpost/ljpost.css
Executable file
|
@ -0,0 +1,16 @@
|
|||
|
||||
#ljpost-enable-label, #ljpost-username-label, #ljpost-password-label, #ljpost-blog-label, #ljpost-bydefault-label {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#ljpost-checkbox, #ljpost-username, #ljpost-password, #ljpost-blog, #ljpost-bydefault {
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#ljpost-submit {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
|
@ -23,11 +23,6 @@ function ljpost_uninstall() {
|
|||
unregister_hook('connector_settings', 'addon/ljpost/ljpost.php', 'ljpost_settings');
|
||||
unregister_hook('connector_settings_post', 'addon/ljpost/ljpost.php', 'ljpost_settings_post');
|
||||
|
||||
// obsolete - remove
|
||||
unregister_hook('post_local_end', 'addon/ljpost/ljpost.php', 'ljpost_send');
|
||||
unregister_hook('plugin_settings', 'addon/ljpost/ljpost.php', 'ljpost_settings');
|
||||
unregister_hook('plugin_settings_post', 'addon/ljpost/ljpost.php', 'ljpost_settings_post');
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
BIN
wppost.tgz
BIN
wppost.tgz
Binary file not shown.
Loading…
Reference in a new issue