more mobile support and misc changes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="WindowBody" style="padding: 0; margin: 0;">
|
||||
<div class="FormBoxWrapper">
|
||||
<form action="AccountActions/SignUp.php" method="post">
|
||||
<p class="whiteText" style="text-align: center; font-size: 5vh; padding: 0; margin: 1vh; font-weight: bolder;">Create New Account</p>
|
||||
<p class="whiteText FormTitle" style="text-align: center; padding: 0; margin: 1vh; font-weight: bolder;">Create New Account</p>
|
||||
<div class="LoginField" >
|
||||
<input class="whiteText" type="text" id="username" name="username" required maxlength="25">
|
||||
<label for="username" class="whiteText">Username*</label>
|
||||
@@ -29,7 +29,7 @@
|
||||
<label for="password" class="whiteText">Password*</label>
|
||||
</div>
|
||||
<div class="LoginField showpassword">
|
||||
<input id="showloginpasswordcheckbox" type="checkbox" onclick="showpass()" style="cursor:pointer" ><a class="whiteText" onclick="showpasstext()" style="cursor:pointer; user-select: none;">Show Password</a>
|
||||
<input id="showloginpasswordcheckbox" class="Formcheckbox" type="checkbox" onclick="showpass()" style="cursor:pointer" ><a class="whiteText" onclick="showpasstext()" style="cursor:pointer; user-select: none;">Show Password</a>
|
||||
</div>
|
||||
<div class="LoginField">
|
||||
<input class="whiteText" style="max-width: 25vh;" type="text" id="captcha" name="captcha" maxlength="25" >
|
||||
|
||||
Reference in New Issue
Block a user