fixup formatting on remotesubscribe link

darcs-hash:20080701155442-84dde-948a31801bc639a0e5d7d9c04bee1fc0b1df7667.gz
This commit is contained in:
Evan Prodromou 2008-07-01 11:54:42 -04:00
parent 6d5ccdb0b7
commit 17284239fe
2 changed files with 50 additions and 46 deletions

View File

@ -172,7 +172,8 @@ class ShowstreamAction extends StreamAction {
function show_remote_subscribe_link($profile) {
$url = common_local_url('remotesubscribe',
array('nickname' => $profile->nickname));
common_element('a', array('href' => $url),
common_element('a', array('href' => $url,
'class' => 'remotesubscribe'),
_t('Subscribe'));
}

View File

@ -547,6 +547,10 @@ input#profile_url {
padding: 3px;
margin: 0 0 10px 0;
}
a#remotesubscribe {
display: block;
}
/* ----- Login Form -----*/
input#license {
width: auto;
@ -567,4 +571,3 @@ input#openid_url {
}
/* ===== End Forms Styling ===== */