# HG changeset patch # User Sverre Rabbelier # Date 1234888644 0 # Node ID a9b7f64d4813355c4fb2fd78280b92db5f3e9503 # Parent 2d97dbbb4d99e2fef5c93a72dc233b8d5e0aa777 Fixed twoline style broken by recent 'form prettification' commit Patch by: Sverre Rabbelier diff -r 2d97dbbb4d99 -r a9b7f64d4813 app/soc/content/css/soc-090120.css --- a/app/soc/content/css/soc-090120.css Tue Feb 17 16:36:49 2009 +0000 +++ b/app/soc/content/css/soc-090120.css Tue Feb 17 16:37:24 2009 +0000 @@ -166,6 +166,11 @@ text-align: right; } +td.twolineformfieldlabel { + font-weight: bold; + font-size: small; +} + td.formfieldvalue { text-align: left; } diff -r 2d97dbbb4d99 -r a9b7f64d4813 app/soc/templates/soc/templatetags/_as_twoline_table_row.html --- a/app/soc/templates/soc/templatetags/_as_twoline_table_row.html Tue Feb 17 16:36:49 2009 +0000 +++ b/app/soc/templates/soc/templatetags/_as_twoline_table_row.html Tue Feb 17 16:37:24 2009 +0000 @@ -16,7 +16,7 @@ {% block label_row %} - + {{ label }}