Styled forms

This commit is contained in:
Jef van Schendel 2011-05-28 18:32:43 +02:00
parent ead3ebd6b7
commit 491b9109f3
2 changed files with 26 additions and 1 deletions

View File

@ -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;
}

View File

@ -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">