diff options
Diffstat (limited to 'template/reset.st')
| -rw-r--r-- | template/reset.st | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/template/reset.st b/template/reset.st index f166d88..5fbfe65 100644 --- a/template/reset.st +++ b/template/reset.st @@ -3,15 +3,7 @@ <title>dump.fm Password Reset</title> <script type="text/javascript" src="/static/js/sha1.js"></script> $head()$ - <style> - #main { - padding: 100px 2em 0px 2em; - } - label { - float: left; - width: 150px; - } - </style> + <script> jQuery(function() { jQuery("#submit").click(function() { @@ -34,17 +26,26 @@ }); </script> </head> + <link rel="stylesheet" type="text/css" href="static/css/index.css"> <body> - $banner()$ - <div id="main"> - $if(valid_request)$ + +<div id="rapper"></div> +<div id="content" style="z-index:77;"> + +<div id="main" align="center"> + + <div id="passwordreset"> + <div id="logo-and-text"> + <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> <h1>Reset Your Password</h1> <br> - <label>New Password:</label> + <label style="text-align:left;margin-bottom:-8px;">New Password:</label> <input type="password" id="p1"> <br> - <label>Repeat Password:</label> + <label style="text-align:left;margin-bottom:-8px;">Repeat Password:</label> <input type="password" id="p2"> <br> <form action="$link$" method="POST"> @@ -56,6 +57,6 @@ <span>Your password reset link is invalid or has expired. Please try resetting again.</span> $endif$ - </div> + </div></div></div></div> </body> </html> |
