# HG changeset patch # User Tim Ansell # Date 1234853526 0 # Node ID 0be1f471413c320ddc863b6816c5630d31116332 # Parent bd710a3ee7e73c9ca87be28c6013736427d97fc3 Make the web forms look a little nicer. diff -r bd710a3ee7e7 -r 0be1f471413c app/soc/content/css/soc-090120.css --- a/app/soc/content/css/soc-090120.css Mon Feb 16 22:41:52 2009 +0000 +++ b/app/soc/content/css/soc-090120.css Tue Feb 17 06:52:06 2009 +0000 @@ -141,11 +141,13 @@ td.formfieldrequired { font-style: italic; font-size: small; + text-align: center; } td.formfieldhelptext { font-style: italic; font-size: small; + padding: 5px; } td.formfielderror { @@ -161,6 +163,23 @@ td.formfieldlabel { font-weight: bold; font-size: small; + text-align: right; +} + +td.formfieldvalue { + text-align: left; +} + +td.formfieldvalue input { + width: 100%; +} + +td.formfieldvalue textarea { + width: 100%; +} + +td.formfieldvalue select { + width: 100%; } td.formfielderrorlabel, td.warning, span.formfielderrorlabel { @@ -461,7 +480,7 @@ width: 450px; background:#fad163; font-size: small; - font-weight: bold; + border: 1px solid black; } .rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; } diff -r bd710a3ee7e7 -r 0be1f471413c app/soc/templates/soc/templatetags/_as_table_row.html --- a/app/soc/templates/soc/templatetags/_as_table_row.html Mon Feb 16 22:41:52 2009 +0000 +++ b/app/soc/templates/soc/templatetags/_as_table_row.html Tue Feb 17 06:52:06 2009 +0000 @@ -30,7 +30,7 @@ {{ label }} {% endblock %} - + {% if select_url %}