Skip to content
Snippets Groups Projects
Commit 6412629c authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Using an h2 instead of strong for the forgot password text. Starting to clean up wait screen.

parent d074ac74
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@
},
function onComplete(authenticated) {
if (authenticated) {
self.close("authenticate:authenticated");
// self.close("authenticate:authenticated");
} else {
//self.find("#cannot_authenticate").hide().fadeIn(400);
}
......
......@@ -65,6 +65,10 @@ h1 {
text-shadow: 1px 1px 0 rgba(255, 255, 255,0.5);
}
h2 {
font-size: 1em;
}
.right {
text-align: right;
}
......@@ -87,20 +91,20 @@ h1 {
}
#formWrap {
background-color: rgba(255,255,255,1);
background-color: rgba(0, 0, 0, 0.035);
background-image: url('/i/bg.png');
position: relative;
width: 100%;
height: 250px;
overflow: hidden;
}
.setpassword #formWrap {
background-color: rgba(0, 0, 0, 0.035);
.authenticate #formWrap, .authenticated #formWrap {
background-color: #fff;
background-image: none;
}
.forgotpassword #formWrap, .setpassword #formWrap {
background-color: rgba(0, 0, 0, 0.035);
background-image: url('/i/bg.png');
.forgotpassword #formWrap {
width: 325px;
margin: 0 auto;
}
......
<strong>Reset Password</strong>
<h2>Reset Password</h2>
<ul id="inputs">
<li>
......
<h2><%= title %></h2>
<div class="content"><%= message %></div>
<p><%= message %></p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment