fixup formatting on remotesubscribe link
darcs-hash:20080701155442-84dde-948a31801bc639a0e5d7d9c04bee1fc0b1df7667.gz
This commit is contained in:
parent
6d5ccdb0b7
commit
17284239fe
|
@ -172,7 +172,8 @@ class ShowstreamAction extends StreamAction {
|
||||||
function show_remote_subscribe_link($profile) {
|
function show_remote_subscribe_link($profile) {
|
||||||
$url = common_local_url('remotesubscribe',
|
$url = common_local_url('remotesubscribe',
|
||||||
array('nickname' => $profile->nickname));
|
array('nickname' => $profile->nickname));
|
||||||
common_element('a', array('href' => $url),
|
common_element('a', array('href' => $url,
|
||||||
|
'class' => 'remotesubscribe'),
|
||||||
_t('Subscribe'));
|
_t('Subscribe'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -547,6 +547,10 @@ input#profile_url {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
|
a#remotesubscribe {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/* ----- Login Form -----*/
|
/* ----- Login Form -----*/
|
||||||
input#license {
|
input#license {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -567,4 +571,3 @@ input#openid_url {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===== End Forms Styling ===== */
|
/* ===== End Forms Styling ===== */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user