Style changes for form labels and descriptions
authorJef van Schendel <jefvanschendel@gmail.com>
Mon, 29 Aug 2011 17:33:00 +0000 (19:33 +0200)
committerJef van Schendel <jefvanschendel@gmail.com>
Mon, 29 Aug 2011 17:33:00 +0000 (19:33 +0200)
mediagoblin/static/css/base.css

index 1852b70c1f193f2067e50b93df07345b58da9622..3d9f90f67f46376620d1ad0558326f9e94b2aa0b 100644 (file)
@@ -208,6 +208,14 @@ text-align: center;
   margin-bottom: 4px;
 }
 
+.form_field_label {
+  font-size:1.125em;
+}
+
+.form_field_description {
+  font-style: italic;
+}
+
 .form_field_error {
   background-color: #87453b;
   color: #fff;