Fixed form header
authorJef van Schendel <jefvanschendel@gmail.com>
Sat, 28 May 2011 18:43:57 +0000 (20:43 +0200)
committerJef van Schendel <jefvanschendel@gmail.com>
Sat, 28 May 2011 18:43:57 +0000 (20:43 +0200)
mediagoblin/static/css/base.css
mediagoblin/templates/mediagoblin/auth/register.html

index 4833155494123816c9ddfeada1637453eef398c6..26bf8bd9c7b4b99b5f841ee9a67b74101e3a5e82 100644 (file)
@@ -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;
index 2ebe99ec8f7f61086ecce3841bd892df2a169855..730d684d970e76ee49955b006f1df85d2c9e10ef 100644 (file)
 {% 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" />