]> dev.renevier.net Git - syj.git/commitdiff
fixes: geomform is too width in ie
authorarno <arno@renevier.net>
Tue, 17 Aug 2010 22:04:16 +0000 (00:04 +0200)
committerarno <arno@renevier.net>
Wed, 18 Aug 2010 16:33:02 +0000 (18:33 +0200)
public/css/syj.css

index c930c52e4ec60cf492edd443f8fda98c16cb6161..76a075b20cc258adf0208f8d784898b223287249 100644 (file)
@@ -69,6 +69,7 @@ body, html {
 }
 #geomform {
     padding: 25px 45px 20px 45px;
+    *width: 40%; /* otherwise takes all screen width in ie<7 */
 }
 #edit-btn {
     margin-top: 1em;