diff --git a/resources/static/css/common.css b/resources/static/css/common.css index bff5e5410f6bc4079e35f61ad76eac09d8def4d2..d59e35063ca4e92dd9d62321dfd2467a4862be41 100644 --- a/resources/static/css/common.css +++ b/resources/static/css/common.css @@ -249,4 +249,6 @@ footer .help { cursor: help; } - +.cancelVerify { + font-weight: bold; +} diff --git a/resources/static/css/style.css b/resources/static/css/style.css index 7bfd94681a80f90361b628c859a34a440dd8d735..b3b2c815c0e86f3a64537a7a6cca6a6bfdb43456 100644 --- a/resources/static/css/style.css +++ b/resources/static/css/style.css @@ -65,7 +65,6 @@ noscript { #content { padding: 84px 0; - /* display: none;*/ } #about { diff --git a/resources/static/dialog/views/confirmemail.ejs b/resources/static/dialog/views/confirmemail.ejs index 51488eda9f1f717bbe2082535e9406980e661865..2afe16937f47240e258d207bbc25b5666d879475 100644 --- a/resources/static/dialog/views/confirmemail.ejs +++ b/resources/static/dialog/views/confirmemail.ejs @@ -1,5 +1,5 @@ <h2>Check your email!</h2> <p>We sent a confirmation email to <strong><%= email %></strong></p> <p>To finish signing in just click the verify link we sent to your email address.</p><br /> - <p>If this is a mistake, just ignore the sent email and <a href="#" id="back">use another</a>.</p> + <p>If this is a mistake, just ignore the sent email and <a href="#" class="cancelVerify" id="back">use another email address</a>.</p> diff --git a/resources/views/forgot.ejs b/resources/views/forgot.ejs index ab47040c22bad4ee770f85c8de6391f1b7a8ae04..240e2dc4624a816d6adb797d2811ac3171404dac 100644 --- a/resources/views/forgot.ejs +++ b/resources/views/forgot.ejs @@ -15,7 +15,7 @@ <br /> <p> - If this is a mistake, just ignore the sent email and <a href="/signup" id="back">use another</a>. + If this is a mistake, just ignore the sent email and <a href="/signup" class="cancelVerify" id="back">use another email address</a>. </p> </div> </div> diff --git a/resources/views/signup.ejs b/resources/views/signup.ejs index 0ded97bf007aab4a1afe670cc49f0aeff47d4ec5..1b2600c136a05ef2c3be2608144434dc9c9b4ceb 100644 --- a/resources/views/signup.ejs +++ b/resources/views/signup.ejs @@ -23,7 +23,7 @@ <br /> <p> - If this is a mistake, just ignore the sent email and <a href="/signup" id="back">use another</a>. + If this is a mistake, just ignore the sent email and <a href="/signup" class="cancelVerify" id="back">use another email address</a>. </p> </li>