summaryrefslogtreecommitdiff
path: root/template/reset.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/reset.st')
-rwxr-xr-xtemplate/reset.st11
1 files changed, 6 insertions, 5 deletions
diff --git a/template/reset.st b/template/reset.st
index 5fbfe65..4402239 100755
--- a/template/reset.st
+++ b/template/reset.st
@@ -3,6 +3,8 @@
<title>dump.fm Password Reset</title>
<script type="text/javascript" src="/static/js/sha1.js"></script>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/index.css?v=20260131">
+ <link rel="stylesheet" type="text/css" href="/static/css/password_reset.css?v=20260131">
<script>
jQuery(function() {
@@ -26,11 +28,10 @@
});
</script>
</head>
- <link rel="stylesheet" type="text/css" href="static/css/index.css">
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="reset-content">
<div id="main" align="center">
@@ -39,13 +40,13 @@
<a href="/"><img src="/static/img/dumpclearlogo2.png"></a>
<div align="center">
$if(valid_request)$
- <div id="feedback" style="display: none; color: red; margin-bottom: 2em;"></div>
+ <div id="feedback" class="is-hidden"></div>
<h1>Reset Your Password</h1>
<br>
- <label style="text-align:left;margin-bottom:-8px;">New Password:</label>
+ <label>New Password:</label>
<input type="password" id="p1">
<br>
- <label style="text-align:left;margin-bottom:-8px;">Repeat Password:</label>
+ <label>Repeat Password:</label>
<input type="password" id="p2">
<br>
<form action="$link$" method="POST">