Fix html structure in the signup dialog

This commit is contained in:
Pēteris Caune 2021-07-16 16:45:26 +03:00
parent 02cdbb9222
commit 79dc4d2e7a
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with 10 additions and 3 deletions

View File

@ -161,11 +161,16 @@
padding: 0 50px 50px 50px;
}
#signup-modal h1 {
#signup-modal div.title {
font-size: 30px;
text-align: center;
margin: 0 0 50px 0;
}
#signup-modal label {
font-weight: normal;
}
#signup-modal #link-instruction {
text-align: center;
}

View File

@ -5,9 +5,11 @@
<button type="button" class="close" data-dismiss="modal">&times;</button>
</div>
<div class="modal-body">
<h1>Create Your Account</h1>
<p>Enter your <strong>email address</strong>.</p>
<div class="title">Create Your Account</div>
<label for="signup-email">
Enter your <strong>email address</strong>.
</label>
<input
type="email"
class="form-control input-lg"