Add elements for blog system.
authorAditi <aditi.iitr@gmail.com>
Wed, 31 Jul 2013 09:07:00 +0000 (14:37 +0530)
committerAditi <aditi.iitr@gmail.com>
Wed, 31 Jul 2013 09:07:00 +0000 (14:37 +0530)
mediagoblin/static/css/base.css

index 84d274d1afc520bc6b80622662bfecaab1952fcf..85027d779b992b110c8135137905e16375efc0b7 100644 (file)
@@ -288,6 +288,20 @@ text-align: center;
   max-width: 460px;
 }
 
+.blog_form_box_xl  {
+  background-color: #222;
+  border-top: 6px solid #D49086;
+  padding: 3% 5%;
+  display: block;
+  float: none;
+  width: 90%;
+  max-width: 700px;
+  min-height: 500px;
+  margin-left: auto;
+  margin-right: auto;
+}
+
+
 .edit_box {
   border-top: 6px dashed #D49086
 }
@@ -296,6 +310,10 @@ text-align: center;
   width: 100%;
 }
 
+.blog_form_field_input input, .blog_form_field_input textarea {
+  width: 100%;
+}
+
 .form_field_input {
   margin-bottom: 10px;
 }