Merge pull request #1932 from annando/1510-vier-2
Small optical changes in "vier"
This commit is contained in:
commit
18e8d0de59
|
@ -874,7 +874,7 @@ ul.menu-popup .empty {
|
|||
right_aside {
|
||||
width: 0px;
|
||||
top: 32px;
|
||||
display: block;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* aside */
|
||||
|
|
|
@ -130,7 +130,8 @@ function vier_community_info() {
|
|||
foreach($r as $rr) {
|
||||
$entry = replace_macros($tpl,array(
|
||||
'$id' => $rr['id'],
|
||||
'$profile_link' => zrl($rr['url']),
|
||||
//'$profile_link' => zrl($rr['url']),
|
||||
'$profile_link' => $a->get_baseurl().'/follow/?url='.urlencode($rr['url']),
|
||||
'$photo' => proxy_url($rr['photo']),
|
||||
'$alt_text' => $rr['name'],
|
||||
));
|
||||
|
|
|
@ -39,7 +39,7 @@ right_aside img.directory-photo-img {
|
|||
}
|
||||
|
||||
right_aside #right_services img {
|
||||
width: 32px;
|
||||
width: 34px;
|
||||
}
|
||||
|
||||
right_aside #lastusers-wrapper,
|
||||
|
|
Loading…
Reference in a new issue