Merge pull request #1932 from annando/1510-vier-2

Small optical changes in "vier"
This commit is contained in:
Tobias Diekershoff 2015-10-04 17:01:25 +02:00
commit 18e8d0de59
4 changed files with 33 additions and 32 deletions

View File

@ -874,7 +874,7 @@ ul.menu-popup .empty {
right_aside {
width: 0px;
top: 32px;
display: block;
display: none;
}
/* aside */

View File

@ -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'],
));

View File

@ -39,7 +39,7 @@ right_aside img.directory-photo-img {
}
right_aside #right_services img {
width: 32px;
width: 34px;
}
right_aside #lastusers-wrapper,