aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-05-10 17:39:15 +0200
committerMario Vavti <mario@mariovavti.com>2017-05-10 17:39:15 +0200
commitb60f1085db68c27b0388ec3705c4dc44a6ca03b6 (patch)
tree65b0f14137f66d6bef9db740b7cc2d7fecde18ab /view
parenta3bdfc1580f331d70d5d9a5b0bceef6f5db0c042 (diff)
downloadvolse-hubzilla-b60f1085db68c27b0388ec3705c4dc44a6ca03b6.tar.gz
volse-hubzilla-b60f1085db68c27b0388ec3705c4dc44a6ca03b6.tar.bz2
volse-hubzilla-b60f1085db68c27b0388ec3705c4dc44a6ca03b6.zip
missing clearfix
Diffstat (limited to 'view')
-rw-r--r--view/tpl/chatrooms.tpl2
-rwxr-xr-xview/tpl/myapps.tpl2
-rw-r--r--view/tpl/wikilist.tpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl
index 71a2acada..d3eeed24f 100644
--- a/view/tpl/chatrooms.tpl
+++ b/view/tpl/chatrooms.tpl
@@ -1,5 +1,5 @@
<div class="generic-content-wrapper">
- <div class="section-title-wrapper">
+ <div class="section-title-wrapper clearfix">
{{if $is_owner}}
<button type="button" class="btn btn-success btn-sm pull-right acl-form-trigger" onclick="openClose('chatroom-new');" data-form_id="chatroom-new-form"><i class="fa fa-plus-circle"></i>&nbsp;{{$newroom}}</button>
{{/if}}
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl
index ccefa4a49..dd2a67a63 100755
--- a/view/tpl/myapps.tpl
+++ b/view/tpl/myapps.tpl
@@ -1,5 +1,5 @@
<div class="generic-content-wrapper">
- <div class="section-title-wrapper">
+ <div class="section-title-wrapper clearfix">
{{if $authed}}
{{if $create}}
<a href="appman" class="pull-right btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</a>
diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl
index 760cf41b9..2deec76c0 100644
--- a/view/tpl/wikilist.tpl
+++ b/view/tpl/wikilist.tpl
@@ -1,5 +1,5 @@
<div class="generic-content-wrapper">
- <div class="section-title-wrapper">
+ <div class="section-title-wrapper clearfix">
{{if $owner}}
<button type="button" class="btn btn-success btn-sm pull-right acl-form-trigger" onclick="openClose('new-wiki-form-wrapper');" data-form_id="new-wiki-form"><i class="fa fa-plus-circle"></i>&nbsp;{{$create}}</button>
{{/if}}