aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-08-29 19:33:00 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-08-29 19:33:00 +0200
commitfeb3c4c347b99394023cf13c843ff758af3c41ad (patch)
treec6ec00236c216654cadab8a6035d7a71f9e4df59
parent04a7b06d613dd3ab90cde4eb268087e28d92017c (diff)
downloadmediagoblin-feb3c4c347b99394023cf13c843ff758af3c41ad.tar.lz
mediagoblin-feb3c4c347b99394023cf13c843ff758af3c41ad.tar.xz
mediagoblin-feb3c4c347b99394023cf13c843ff758af3c41ad.zip
Style changes for form labels and descriptions
-rw-r--r--mediagoblin/static/css/base.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 1852b70c..3d9f90f6 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -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;