diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 13:57:12 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 13:57:12 +0100 |
commit | e858ee811b62f46ffc2f2ab655b6f1bc796ecbc0 (patch) | |
tree | 7cd1056338279d951128551c330031653adb1ef1 /view/tpl/connection_template.tpl | |
parent | a498fc8e72bd22dd0850bf2e8e75752724df8046 (diff) | |
download | volse-hubzilla-e858ee811b62f46ffc2f2ab655b6f1bc796ecbc0.tar.gz volse-hubzilla-e858ee811b62f46ffc2f2ab655b6f1bc796ecbc0.tar.bz2 volse-hubzilla-e858ee811b62f46ffc2f2ab655b6f1bc796ecbc0.zip |
Fixed connection page. Page was overcrowded on systems with larger fonts.
Diffstat (limited to 'view/tpl/connection_template.tpl')
-rwxr-xr-x | view/tpl/connection_template.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 47f01ef5d..35e97f3e9 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -4,6 +4,7 @@ </div> <div class="contact-entry-photo-end" ></div> <a href="{{$contact.url}}" title="{{$contact.img_hover}}" ><div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div></a> + <div class="contact-entry-name-end" ></div> <div class="contact-entry-edit btn btn-default"><a href="{{$contact.link}}"><i class="icon-pencil connection-edit-icons"></i> {{$contact.edit}}</a></div> <div class="contact-entry-end" ></div> </div> |