aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 13:57:12 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-10-26 13:57:12 +0100
commite858ee811b62f46ffc2f2ab655b6f1bc796ecbc0 (patch)
tree7cd1056338279d951128551c330031653adb1ef1 /view/tpl
parenta498fc8e72bd22dd0850bf2e8e75752724df8046 (diff)
downloadvolse-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')
-rwxr-xr-xview/tpl/connection_template.tpl1
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>