Moved the remote subscription button to subscription mini list
This commit is contained in:
parent
06fb1124f5
commit
ea10805e3f
|
@ -711,7 +711,7 @@ class OStatusPlugin extends Plugin
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function onStartShowAllContent($action)
|
function onEndShowSubscriptionsMiniList($action)
|
||||||
{
|
{
|
||||||
$this->showEntityRemoteSubscribe($action);
|
$this->showEntityRemoteSubscribe($action);
|
||||||
|
|
||||||
|
|
|
@ -41,8 +41,22 @@ min-width:96px;
|
||||||
#entity_remote_subscribe {
|
#entity_remote_subscribe {
|
||||||
padding:0;
|
padding:0;
|
||||||
float:right;
|
float:right;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#all #entity_remote_subscribe {
|
.section .entity_actions {
|
||||||
margin-top:-52px;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user