summaryrefslogtreecommitdiff
path: root/static/register-on1.html
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-01 17:15:10 +0000
committeryo momma <shutup@oops.wtf>2026-02-01 17:15:10 +0000
commit267172e6246f39eb6ead3f947076d6c97948cd06 (patch)
tree5ad94fbfd1d2f489a7a7ee1130084a21daddbaa4 /static/register-on1.html
parent155e9aaa76aad66185c6a20c18a3b8586561f9fb (diff)
Refactor: clean static register inline styles
Diffstat (limited to 'static/register-on1.html')
-rwxr-xr-xstatic/register-on1.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/register-on1.html b/static/register-on1.html
index d803646..9bfa9ee 100755
--- a/static/register-on1.html
+++ b/static/register-on1.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="nickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="passwordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="emailInput" />
</h1>