Skip to content

Commit

Permalink
Merge pull request #784 from bruno-noir/master
Browse files Browse the repository at this point in the history
Improve signup page user experience and consistency
  • Loading branch information
birm authored Mar 29, 2024
2 parents 12cce06 + 981b778 commit 909f656
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions apps/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ <h2 style="margin-top: -.5em;">User Signup</h2>
</select>

<br> <br>
<div class="form-group">
<div class="col">
<button type="submit" id="sub" class="btn btn-primary btn-lg sub-btn w-100" onclick="addUser()" disabled>
Please wait ...
</button>
</div>

<div class="form-group text-center">
<button type="submit" id="sub" class="btn btn-primary btn-block btn-lg sub-btn" onclick="addUser()" disabled>
Please wait ...
</button>
<div class="text-center" onclick="loginPage()" style="margin-top: 0.5em;">Already have an account? </div>
</div>
<!-- <p class="small text-center">This form is only useful to Admin users. If you reach this page, it's likely that you tried to log into this instance but lack
access. Email the administrator if you want to be added.</p> -->
Expand All @@ -113,6 +113,7 @@ <h2 style="margin-top: -.5em;">User Signup</h2>
</p>
</form>
<div class="text-center text-primary" onclick="loginPage()">Already have an account? </div>

</div>

<footer id="footer-layout"></footer>
Expand Down

0 comments on commit 909f656

Please sign in to comment.