mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-08 22:17:34 +01:00
Improve sign in form
This commit is contained in:
parent
be20146f25
commit
b6652547fa
@ -25,7 +25,7 @@ a:hover {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.box h2, .box h3 {
|
||||
.box > h2, .box > h3 {
|
||||
margin: 0;
|
||||
padding: 0.5em 0.5em 0.5em 15px;
|
||||
border-bottom: 1px solid #444;
|
||||
|
@ -11,9 +11,11 @@ Sign in
|
||||
<h2>{%trans%}Sign in{%endtrans%}</h2>
|
||||
|
||||
<form action="" method="POST" class="form box-body" role="form">
|
||||
<a href="{{ url_for('github_signin_page') }}">GitHub</a>
|
||||
<h3>Sign in with Github</h3>
|
||||
<p><a class="button" href="{{ url_for('github_signin_page') }}">GitHub</a></p>
|
||||
|
||||
|
||||
<h3>Sign in with username/password</h3>
|
||||
{{ form.hidden_tag() }}
|
||||
|
||||
{# Username or Email field #}
|
||||
|
Loading…
Reference in New Issue
Block a user