diff --git a/browserid/static/dialog/views/authenticate.ejs b/browserid/static/dialog/views/authenticate.ejs index d274a8cb689c1025681f59e2b7b8c51d1f815995..6675f15a5bb3caf696b1e3d09fd6a092b01da7aa 100644 --- a/browserid/static/dialog/views/authenticate.ejs +++ b/browserid/static/dialog/views/authenticate.ejs @@ -33,24 +33,23 @@ </div> </li> - <li> + <li id="hint_section" class="start"> + <p>Enter your email address to sign in to <strong><%= sitename %></strong></p> + </li> - <div id="password_section" class="returning"> - <label for="password" class="half serif">Password</label> - <div class="half right"> - <a id="forgotPassword" href="#">forgot your password?</a> - </div> - <input id="password" class="sans" type="password" maxlength="80"> - </div> + <li id="create_text_section" class="newuser"> + <p><strong>Welcome to BrowserID!</strong></p> + <p>This email looks new, so let's get you set up.</p> + </li> - <div id="hint_section" class="start"> - <p>Enter your email address to sign in to <strong><%= sitename %></strong></p> - </div> + <li id="password_section" class="returning"> - <div id="create_text_section" class="newuser"> - <p><strong>Welcome to BrowserID!</strong></p> - <p>This email looks new, so let's get you set up.</p> + <label for="password" class="half serif">Password</label> + <div class="half right"> + <a id="forgotPassword" href="#">forgot your password?</a> </div> + <input id="password" class="sans" type="password" maxlength="80"> + <div id="password_required" class="tooltip" for="password"> The password field is required.