# HG changeset patch # User Sverre Rabbelier # Date 1236899008 0 # Node ID 08de2fa5c156645a87c6f1bc79c166d64701ad9c # Parent 07743b5295d340d892fc9a00c317d46dac680546 Add a style class for td.twolineformfielderrorlabel. Also right-aligned td.formfielderrorlabel etc. Patch by: Sverre Rabbelier diff -r 07743b5295d3 -r 08de2fa5c156 app/soc/content/css/soc-090120.css --- a/app/soc/content/css/soc-090120.css Thu Mar 12 22:46:10 2009 +0000 +++ b/app/soc/content/css/soc-090120.css Thu Mar 12 23:03:28 2009 +0000 @@ -172,12 +172,17 @@ text-align: left; } - td.twolineformfieldlabel { font-weight: bold; font-size: small; } +td.twolineformfielderrorlabel { + font-weight: bold; + color: #FF0000; + font-size: small; +} + td.formfieldvalue { text-align: left; } @@ -203,6 +208,7 @@ font-weight: bold; color: #FF0000; font-size: small; + text-align: right; } /* TABLE QUEUES (used with .list) */