Temp IE7 style fix for forms.
A percentage-based layout does not seem to work in IE7, the fields show up as large as the initial text that is in them.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/content/css/soc-090120.css Sun Feb 22 21:08:41 2009 +0000
+++ b/app/soc/content/css/soc-090120.css Sun Feb 22 21:47:41 2009 +0000
@@ -176,7 +176,7 @@
}
td.formfieldvalue input {
- width: 100%;
+ width: 200px;
}
td.formfieldvalue textarea {