summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.css8
-rw-r--r--templates/auth/index.html8
2 files changed, 11 insertions, 5 deletions
diff --git a/main.css b/main.css
index c45a96b..76994ac 100644
--- a/main.css
+++ b/main.css
@@ -358,14 +358,18 @@ a.lcolonq-button-link :active {
display: none;
}
+#lcolonq-auth-beneath {
+ grid-row: 3;
+ grid-column: 2;
+}
+
#lcolonq-auth-register {
font-size: 0.7rem;
color: CanvasText;
+ text-align: center;
}
#lcolonq-auth-error {
- grid-row: 3;
- grid-column: 2;
text-align: center;
color: red;
}
diff --git a/templates/auth/index.html b/templates/auth/index.html
index 3cc6f08..67e1460 100644
--- a/templates/auth/index.html
+++ b/templates/auth/index.html
@@ -28,9 +28,11 @@ CONFIG_SUBST
<input id="lcolonq-auth-submit" type="submit" value="log in now!!">
</form>
</div>
- <a id="lcolonq-auth-register" href="https://api.colonq.computer/register">click here to register or reset password</a>
- <div id="lcolonq-auth-error" class="lcolonq-invisible">
- login failed. either you used the wrong credentials or something is messed up on my end :3
+ <div id="lcolonq-auth-beneath">
+ <a id="lcolonq-auth-register" href="https://api.colonq.computer/register">click here to register or reset password</a>
+ <div id="lcolonq-auth-error" class="lcolonq-invisible">
+ login failed. either you used the wrong credentials or something is messed up on my end :3
+ </div>
</div>
</div>
</body>