# HG changeset patch # User Lennard de Rijk # Date 1235339261 0 # Node ID 9b4717f6c4166006bdbeedcf4da94dbfc68d994b # Parent 5e887fb80921eb104337893917ef8e088e21d46b 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 diff -r 5e887fb80921 -r 9b4717f6c416 app/soc/content/css/soc-090120.css --- 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 {