]> git.mxchange.org Git - friendica-addons.git/commitdiff
add ljpost.css
authorfriendica <info@friendica.com>
Tue, 28 Feb 2012 08:12:18 +0000 (00:12 -0800)
committerfriendica <info@friendica.com>
Tue, 28 Feb 2012 08:12:18 +0000 (00:12 -0800)
ljpost/ljpost.css [new file with mode: 0755]
ljpost/ljpost.php
wppost.tgz

diff --git a/ljpost/ljpost.css b/ljpost/ljpost.css
new file mode 100755 (executable)
index 0000000..50a3d4a
--- /dev/null
@@ -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;
+}
+
index de7567adb88680b9144c9f159eb88db58a86cc89..a55a7bf47f34bbc50c4970895b843cc6e57aa06b 100644 (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');
-
 }
 
 
index b5758f6e6c99366a5a5973d15c866826b072b12d..50e9234c628c5420149913152f874806d1fbb167 100755 (executable)
Binary files a/wppost.tgz and b/wppost.tgz differ