From: arno Date: Tue, 17 Aug 2010 22:04:16 +0000 (+0200) Subject: fixes: geomform is too width in ie X-Git-Tag: v0.2~38 X-Git-Url: https://dev.renevier.net/?p=syj.git;a=commitdiff_plain;h=fd29e7cd7bc9dd74cc4d1807c03ebd48a0deffa2 fixes: geomform is too width in ie --- diff --git a/public/css/syj.css b/public/css/syj.css index c930c52..76a075b 100644 --- a/public/css/syj.css +++ b/public/css/syj.css @@ -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;