From 13e2d2f65486da2c02fbf9848bbfd0b0c1cabd44 Mon Sep 17 00:00:00 2001 From: Mario <mario@mariovavti.com> Date: Fri, 7 Mar 2025 09:02:29 +0000 Subject: css fix (cherry picked from commit 8d45fd36a15408ff3d640adabe40ffbee66f0189) Co-authored-by: Mario <mario@mariovavti.com> --- view/tpl/login.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 778a48cc0..46264ca92 100644 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -5,7 +5,7 @@ {{include file="field_password.tpl" field=$lpassword}} {{include file="field_checkbox.tpl" field=$remember_me}} <button type="submit" name="submit" class="btn btn-primary">{{$login}}</button> - {{if $lostlink}}<a href="lostpass" title="{{$lostpass}}" class="lost-pass-link">{{$lostlink}}</a>{{/if}} + {{if $lostlink}}<a href="lostpass" title="{{$lostpass}}" class="lost-pass-link float-end">{{$lostlink}}</a>{{/if}} <hr> <a href="rmagic" class="btn btn-outline-success">{{$remote_login}}</a> {{if $register}}<a href="{{$register.link}}" title="{{$register.title}}" class="register-link float-end">{{$register.desc}}</a>{{/if}} -- cgit v1.2.3