Temp IE7 style fix for forms.
authorLennard de Rijk <ljvderijk@gmail.com>
Sun, 22 Feb 2009 21:47:41 +0000
changeset 1471 9b4717f6c416
parent 1470 5e887fb80921
child 1472 27c9ae3f8d8b
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
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 {