Moved the remote subscription button to subscription mini list

This commit is contained in:
Sarven Capadisli 2010-03-03 11:22:21 -05:00
parent 06fb1124f5
commit ea10805e3f
2 changed files with 17 additions and 3 deletions

View File

@ -711,7 +711,7 @@ class OStatusPlugin extends Plugin
return true; return true;
} }
function onStartShowAllContent($action) function onEndShowSubscriptionsMiniList($action)
{ {
$this->showEntityRemoteSubscribe($action); $this->showEntityRemoteSubscribe($action);

View File

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