diff options
author | friendica <info@friendica.com> | 2013-12-23 20:18:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-23 20:18:04 -0800 |
commit | 80879369e7f11a5ffd69e34e9797db47f76bfc24 (patch) | |
tree | e0096d67d8d17bb21d1423555cbaaf6fa07b4100 /view | |
parent | 1c5fe5a1ac252058c81d44409841441711f2c6b1 (diff) | |
download | volse-hubzilla-80879369e7f11a5ffd69e34e9797db47f76bfc24.tar.gz volse-hubzilla-80879369e7f11a5ffd69e34e9797db47f76bfc24.tar.bz2 volse-hubzilla-80879369e7f11a5ffd69e34e9797db47f76bfc24.zip |
get around size limit
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/direntry_large.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index 58c9d5404..c71dd0eb9 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -1,9 +1,9 @@ -<div class="directory-item lframe" id="directory-item-{{$id}}" > +<div class="directory-popup-item lframe" id="directory-item-{{$id}}" > <div class="generic-content-wrapper"> <div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$id}}" > <div class="contact-photo" id="directory-photo-{{$id}}" > -<a href="{{$profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$id}}" ><img class="directory-photo-img" height="175" width="175" src="{{$photo}}" alt="{{$alttext}}" title="{{$alttext}}" /></a> +<a href="{{$profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$id}}" ><img class="directory-photo-img" style="height:175px; width:175px;" src="{{$photo}}" alt="{{$alttext}}" title="{{$alttext}}" /></a> </div> </div> @@ -12,7 +12,6 @@ <div class="directory-connect"><a href="{{$connect}}">{{$conn_label}}</a></div> {{/if}} <div class="contact-details">{{$details}}</div> -</div> {{if $marital}} <div class="directory-marital">{{$marital}} </div> {{/if}} @@ -23,3 +22,4 @@ <div class="directory-keywords">{{$kw}} {{$keywords}}</div> {{/if}} </div> +</div> |