diff options
author | Mario <mario@mariovavti.com> | 2021-06-04 10:26:17 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-04 10:26:17 +0200 |
commit | 74c0345009962efb4cf6e7e0d4d093ab49aee381 (patch) | |
tree | c3542e56c7c83c1fedc570bdcaa641f11c3cdad3 | |
parent | bd59fb0b4e0f0a3d041c9ce5c683b18b00431dc9 (diff) | |
parent | 628b03da29db206ef89026dd35b41ae1eb7d983d (diff) | |
download | volse-hubzilla-74c0345009962efb4cf6e7e0d4d093ab49aee381.tar.gz volse-hubzilla-74c0345009962efb4cf6e7e0d4d093ab49aee381.tar.bz2 volse-hubzilla-74c0345009962efb4cf6e7e0d4d093ab49aee381.zip |
Merge branch 'dev'
-rw-r--r-- | view/tpl/login.tpl | 4 |
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> |