aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-05 07:48:44 +0000
committerMario <mario@mariovavti.com>2021-06-05 07:48:44 +0000
commit7b3eb09067e08bc017b71f5f05aef5a67eb5b05a (patch)
treefc0c961923868f93c7c48fe82922813aacc178bb /view/tpl
parent993d64801136aa4bde4f4422ae4f07d224a91a62 (diff)
parenta3f4ad9ea0bb3d4641eab5d3de862358d5caeecb (diff)
downloadvolse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.tar.gz
volse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.tar.bz2
volse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.zip
Merge branch 'dev' into six
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/login.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl
index 492149abb..1a47d122c 100644
--- a/view/tpl/login.tpl
+++ b/view/tpl/login.tpl
@@ -7,8 +7,8 @@
{{include file="field_checkbox.tpl" field=$remember_me}}
<button type="submit" name="submit" class="btn btn-block btn-primary">{{$login}}</button>
</div>
- <div id="login-extra-links">
- {{if $register}}<a href="{{$register.link}}" title="{{$register.title}}" id="register-link" class="pull-right">{{$register.desc}}</a>{{/if}}
+ <div id="login-extra-links" class="clearfix">
+ {{if $register}}<a href="{{$register.link}}" title="{{$register.title}}" id="register-link" class="float-right">{{$register.desc}}</a>{{/if}}
<a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
</div>
<hr>