diff options
author | friendica <info@friendica.com> | 2014-04-13 16:07:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-13 16:07:47 -0700 |
commit | 08435e5b1a4970d703d0096bf6b97839abf452d0 (patch) | |
tree | f6cbf49d9ec2294d8d1c5268d7f3cf41bb92bfa9 /view/tpl | |
parent | dc1a529b63be56ed3cf4b29f98ff661647a459eb (diff) | |
download | volse-hubzilla-08435e5b1a4970d703d0096bf6b97839abf452d0.tar.gz volse-hubzilla-08435e5b1a4970d703d0096bf6b97839abf452d0.tar.bz2 volse-hubzilla-08435e5b1a4970d703d0096bf6b97839abf452d0.zip |
minor alignment issues
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/login.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 3ca118590..a1952d408 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -11,12 +11,14 @@ <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a> </div> + <div class="clear"></div> + {{include file="field_checkbox.tpl" field=$remember}} <div id="login-standard-end"></div> <div id="login-submit-wrapper" > - <input type="submit" name="submit" id="login-submit-button" value="{{$login}}" /> + <input type="submit" name="submit" id="login-submit-button" class="btn btn-default" value="{{$login}}" /> </div> {{foreach $hiddens as $k=>$v}} |