]> dev.renevier.net Git - syj.git/blobdiff - public/css/syj.css
fixes: geomform is too width in ie
[syj.git] / public / css / syj.css
index 2775f20e9f0bca45da27a141feadeb62da57917a..76a075b20cc258adf0208f8d784898b223287249 100644 (file)
@@ -47,7 +47,6 @@ body, html {
  */
 
 #menu {
-    border: 1px solid green;
     text-align: right;
 }
 
@@ -70,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;
@@ -85,6 +85,7 @@ body, html {
     padding-top: 8px;
     padding-left: 3em;
     clear: right;
+    position: relative; /* otherwise, under #map in ie */
 }
 
 .login-anchor {
@@ -119,6 +120,7 @@ body, html {
     filter:alpha(opacity=85);
     background-color: white;
     padding: 5px 1px 5px 1px;
+    position: relative; /* otherwise, under #map in ie */
 }
 
 /*