]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Moved the remote subscription button to subscription mini list
authorSarven Capadisli <csarven@status.net>
Wed, 3 Mar 2010 16:22:21 +0000 (11:22 -0500)
committerSarven Capadisli <csarven@status.net>
Wed, 3 Mar 2010 16:22:21 +0000 (11:22 -0500)
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/theme/base/css/ostatus.css

index b5e6867c87132ccce7ea934ecb841999ea184f0f..eb777c6b2fb674448f092bfbc5b550c76d7ac37c 100644 (file)
@@ -711,7 +711,7 @@ class OStatusPlugin extends Plugin
         return true;
     }
 
-    function onStartShowAllContent($action)
+    function onEndShowSubscriptionsMiniList($action)
     {
         $this->showEntityRemoteSubscribe($action);
 
index 13e30ef5df01df55a4d96c44a10ab1069ca9da96..40cdfcef13320fdd1934209944224a2c180bf657 100644 (file)
@@ -41,8 +41,22 @@ min-width:96px;
 #entity_remote_subscribe {
 padding:0;
 float:right;
+position:relative;
 }
 
-#all #entity_remote_subscribe {
-margin-top:-52px;
+.section .entity_actions {
+margin-bottom:0;
+}
+
+.section #entity_remote_subscribe .entity_remote_subscribe {
+border-color:#AAAAAA;
+}
+
+.section #entity_remote_subscribe .dialogbox {
+width:405px;
+}
+
+
+.aside #entity_subscriptions .more {
+float:left;
 }