diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-12-06 16:37:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-12-06 16:37:57 +0100 |
commit | 78a70fed2f7cf9a53e6e4fab516b00cece12fbf0 (patch) | |
tree | 44b844d4c82804de30ed19de50292c109b012414 /view/tpl | |
parent | 61aa33af1d30f047af709d7f513357e62c8307c3 (diff) | |
download | volse-hubzilla-78a70fed2f7cf9a53e6e4fab516b00cece12fbf0.tar.gz volse-hubzilla-78a70fed2f7cf9a53e6e4fab516b00cece12fbf0.tar.bz2 volse-hubzilla-78a70fed2f7cf9a53e6e4fab516b00cece12fbf0.zip |
fix css issue in directory
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 6407f1edd..ecc38beb9 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -14,7 +14,7 @@ </div> <h3>{{if $entry.public_forum}}<i class="icon-comments-alt" title="{{$entry.forum_label}} @{{$entry.nickname}}+"></i> {{/if}}<a href='{{$entry.profile_link}}' >{{$entry.name}}</a>{{if $entry.online}} <i class="icon-asterisk online-now" title="{{$entry.online}}"></i>{{/if}}</h3> </div> - <div class="section-content-wrapper directory-collapse"> + <div class="section-content-tools-wrapper directory-collapse"> <div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.hash}}" > <div class="contact-photo" id="directory-photo-{{$entry.hash}}" > <a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.hash}}" > |