Fixed form header
This commit is contained in:
parent
491b9109f3
commit
9ef7c0f737
@ -23,6 +23,8 @@ h1 {
|
||||
margin-top:40px;
|
||||
}
|
||||
|
||||
28px
|
||||
|
||||
a {
|
||||
color: #86D4B1;
|
||||
}
|
||||
@ -92,11 +94,15 @@ label {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
background-color:#393939;
|
||||
padding:50px 83px 83px;
|
||||
padding:0px 83px 83px;
|
||||
border-top:5px solid #d49086;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.form_box h1 {
|
||||
font-size:28px;
|
||||
}
|
||||
|
||||
.form_field_input input {
|
||||
width:300px;
|
||||
font-size:18px;
|
||||
|
@ -20,11 +20,11 @@
|
||||
{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
|
||||
|
||||
{% block mediagoblin_content %}
|
||||
<h1>Create an account!</h1>
|
||||
|
||||
<form action="{{ request.urlgen('mediagoblin.auth.register') }}"
|
||||
method="POST" enctype="multipart/form-data">
|
||||
<div class="register_box form_box">
|
||||
<h1>Create an account!</h1>
|
||||
{{ wtforms_util.render_divs(register_form) }}
|
||||
<div class="form_submit_buttons">
|
||||
<input type="submit" value="submit" class="button" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user