Skip to content

Commit

Permalink
The captcha input field looks better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightcat committed Jun 25, 2018
1 parent 283cb78 commit fdb3676
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ a:visited {
right: 0;
}

/* Notifications */

#success-notif {
background-color: #2ecc71;
padding: 15px;
Expand Down
4 changes: 3 additions & 1 deletion public/register/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ <h1>Blobs<span class="green">.</span><span class="blue">io</span></h1>
<canvas width="250" height="100">
Please use another browser than IE &gt;8
</canvas><br/>
<input type="text" placeholder="Captcha ..." id="captcha-input" />
<input type="text" maxlength="6" placeholder="Captcha answer" id="captcha-input" style="
text-align: center;
">
</div>
<input type="submit" value="Register" id="register-btn" />
</div>
Expand Down

0 comments on commit fdb3676

Please sign in to comment.