add ljpost.css

This commit is contained in:
friendica 2012-02-28 00:12:18 -08:00
parent 201810df40
commit c76f70605f
3 changed files with 16 additions and 5 deletions

16
ljpost/ljpost.css Executable file
View 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;
}

View File

@ -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');
}

Binary file not shown.