Styled forms
This commit is contained in:
parent
ead3ebd6b7
commit
491b9109f3
@ -84,3 +84,28 @@ label {
|
||||
left:0px;
|
||||
margin-top:-20px;
|
||||
}
|
||||
|
||||
/* forms */
|
||||
|
||||
.form_box {
|
||||
width:300px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
background-color:#393939;
|
||||
padding:50px 83px 83px;
|
||||
border-top:5px solid #d49086;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.form_field_input input {
|
||||
width:300px;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.form_field_box {
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
.form_field_label {
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
|
||||
|
||||
{% block mediagoblin_content %}
|
||||
<h2>Create an account!</h2>
|
||||
<h1>Create an account!</h1>
|
||||
|
||||
<form action="{{ request.urlgen('mediagoblin.auth.register') }}"
|
||||
method="POST" enctype="multipart/form-data">
|
||||
|
Loading…
x
Reference in New Issue
Block a user