Fixed twoline style broken by recent 'form prettification' commit
Patch by: Sverre Rabbelier
--- 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;
}
--- 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 %}
<tr>
-<td class="{{ field_class_type }}" colspan=4>
+<td class="twoline{{ field_class_type }}" colspan=4>
{{ label }}
</td>
</tr>