Fixed twoline style broken by recent 'form prettification' commit
authorSverre Rabbelier <srabbelier@gmail.com>
Tue, 17 Feb 2009 16:37:24 +0000
changeset 1372 a9b7f64d4813
parent 1371 2d97dbbb4d99
child 1373 178bd19966fe
Fixed twoline style broken by recent 'form prettification' commit Patch by: Sverre Rabbelier
app/soc/content/css/soc-090120.css
app/soc/templates/soc/templatetags/_as_twoline_table_row.html
--- 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>