aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/static/css/base.css25
-rw-r--r--mediagoblin/templates/mediagoblin/auth/register.html2
2 files changed, 26 insertions, 1 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index c7d3d4ad..48331554 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -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;
+}
diff --git a/mediagoblin/templates/mediagoblin/auth/register.html b/mediagoblin/templates/mediagoblin/auth/register.html
index 31c3d23e..2ebe99ec 100644
--- a/mediagoblin/templates/mediagoblin/auth/register.html
+++ b/mediagoblin/templates/mediagoblin/auth/register.html
@@ -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">