forked from GNUsocial/gnu-social
		
	Moved the remote subscription button to subscription mini list
This commit is contained in:
		| @@ -711,7 +711,7 @@ class OStatusPlugin extends Plugin | ||||
|         return true; | ||||
|     } | ||||
|  | ||||
|     function onStartShowAllContent($action) | ||||
|     function onEndShowSubscriptionsMiniList($action) | ||||
|     { | ||||
|         $this->showEntityRemoteSubscribe($action); | ||||
|  | ||||
|   | ||||
| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user