Do this by setting the max width of the lefthand column in the table, so
it doesn't change when the checkbox for community events is clicked.
A better solution would of course be to make the forms properly
responsive, but that's part of a "next generation website", rather than
a quick fix...
font-style: italic;
}
+TABLE.pgGenericFormTable TR TH.formfieldnamecontainer {
+ max-width: 300px;
+}
+
/* Misc Classes */
.pgClearBoth {
</tr>
{%endif%}
<tr {%if field.errors%}class="errorinfo"{%endif%}>
- <th>{{field.label_tag}}{%if field.help_text%}{%if field.field.widget|class_name == "Textarea"%}<br/>
+ <th class="formfieldnamecontainer">{{field.label_tag}}{%if field.help_text%}{%if field.field.widget|class_name == "Textarea"%}<br/>
<span class="formfieldhelp">{{field.help_text|safe}}</span>{%endif%}{%endif%}
</th>
<td>{{field}}</td>