Styled forms
authorJef van Schendel <jefvanschendel@gmail.com>
Sat, 28 May 2011 16:32:43 +0000 (18:32 +0200)
committerJef van Schendel <jefvanschendel@gmail.com>
Sat, 28 May 2011 16:32:43 +0000 (18:32 +0200)
mediagoblin/static/css/base.css
mediagoblin/templates/mediagoblin/auth/register.html

index c7d3d4adbe603e61f97f4ad5ff9ecaa6c0229123..4833155494123816c9ddfeada1637453eef398c6 100644 (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;
+}
index 31c3d23e4ab1a8cd68244f0d275ebca7d21a00cd..2ebe99ec8f7f61086ecce3841bd892df2a169855 100644 (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">