[Bps-public-commit] rt-extension-resetpassword branch, update-rt5-styling, updated. 1.04-35-gbf345d4

Craig Kaiser craig at bestpractical.com
Fri Nov 20 15:09:40 EST 2020


The branch, update-rt5-styling has been updated
       via  bf345d464583d2dc242e5b387d12fe05a1987ff8 (commit)
      from  215aea2dfd690524262ce01dc0f7996ade2a01b4 (commit)

Summary of changes:
 html/NoAuth/ResetPassword/Request.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit bf345d464583d2dc242e5b387d12fe05a1987ff8
Author: craig kaiser <craig at bestpractical.com>
Date:   Fri Nov 20 15:08:08 2020 -0500

    Move 'Cancel' button to the right of submit button

diff --git a/html/NoAuth/ResetPassword/Request.html b/html/NoAuth/ResetPassword/Request.html
index 96f73e2..d9d5904 100644
--- a/html/NoAuth/ResetPassword/Request.html
+++ b/html/NoAuth/ResetPassword/Request.html
@@ -75,9 +75,9 @@
   </div>
 
   <div class="form-row">
-    <div class="col-12">
-      <a class="btn btn-primary float-left" href="<%$RT::WebURL|n%>"><&|/l&>Cancel</&></a>
-      <input class="button btn btn-primary form-control float-right" type="submit" value="<%loc('Send it!')%>" />
+    <div class="col-12 text-right">
+      <input class="button btn btn-primary form-control" type="submit" value="<%loc('Send it!')%>" />
+      <a class="btn btn-primary" href="<%$RT::WebURL|n%>"><&|/l&>Cancel</&></a>
     </div>
   </div>
 </&>

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list