]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/login.tpl
[frio] Fix spacing in field_input.tpl
[friendica.git] / view / theme / frio / templates / login.tpl
index 1f818f5245b64d0903a9d9b9ccb3abe69fca4d6e..aaa42d24b4e00214e5d7b45501d4a3ae8992af1a 100644 (file)
 
                {{include file="field_checkbox.tpl" field=$lremember}}
 
-               <div id="login-extra-links" class="list-unstyled">
-                       {{if $register}}<a href="register" title="{{$register.title|escape:'html'}}" id="register-link">{{$register.desc}}</a>{{/if}}
+               <div id="login-submit-wrapper">
                        <a href="lostpass" title="{{$lostpass|escape:'html'}}" id="lost-password-link">{{$lostlink}}</a>
-               </div>
 
-               <div id="login-submit-wrapper" class="pull-right" >
-                       <button type="submit" name="submit" id="login-submit-button" class="btn btn-primary" value="{{$login|escape:'html'}}">{{$login|escape:'html'}}</button>
+                       <div class="pull-right" >
+                               {{if $register}}<a href="register" title="{{$register.title|escape:'html'}}" id="register-link" class="btn btn-default">{{$register.desc}}</a>{{/if}}
+                               <button type="submit" name="submit" id="login-submit-button" class="btn btn-primary" value="{{$login|escape:'html'}}">{{$login|escape:'html'}}</button>
+                       </div>
                </div>
-               <div class="clear"></div>
+
 
                {{foreach $hiddens as $k=>$v}}
                        <input type="hidden" name="{{$k}}" value="{{$v|escape:'html'}}" />