From 0eec4ede8ac905f80e9cc34369b991cdd9574004 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Mon, 20 Jun 2011 14:07:54 -0600 Subject: [PATCH] attempt to reduce redundant information now that we have a branded header in the dialog (issue #25) --- authority/static/dialog/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/authority/static/dialog/index.html b/authority/static/dialog/index.html index a159cf38c..91e0202e2 100644 --- a/authority/static/dialog/index.html +++ b/authority/static/dialog/index.html @@ -9,7 +9,7 @@ </div> <div id="authenticate_dialog" class="dialog"> <div class="content"> - <div class="summary">Enter your email and BrowserID password to log into <span class="sitename bad"></span>:</div> + <p class="prompt">Logging into <span class="sitename bad"></span>:</p> <div class="input"> <div class="label"> Email </div> <div class="input"> <input type="text"></input></div> @@ -28,9 +28,8 @@ </div> </div> <div id="create_dialog" class="dialog"> - <div class="title"> Create Your BrowserID </div> <div class="content"> - <div class="summary">BrowserID makes logging in safer and easier. To begin, please provide an email address and pick a password:</div> + <div class="summary">BrowserID makes logging in <b>safer and easier</b>. To begin, please provide an email address and pick a password:</div> <div class="input"> <div class="label"> Email </div> <div class="input"> <input type="text"></input></div> @@ -83,9 +82,8 @@ </div> </div> <div id="sign_in_dialog" class="dialog"> - <div class="title"> Sign in with BrowserID </div> <div class="content"> - <p>How would you like to identify yourself to <span class="sitename"></span>:</p> + <p class="prompt">What email address would you like to use to log into <span class="sitename bad"></span>?</p> <form id="identities" name="identities"> </form> </div> -- GitLab