X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fsyj.css;h=f166dd512b42de6c543e364c3a93ca6ba9517d64;hb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;hp=2775f20e9f0bca45da27a141feadeb62da57917a;hpb=7522e50d58fcb9e1f8930c0090f43c9686661b2d;p=syj.git diff --git a/public/css/syj.css b/public/css/syj.css index 2775f20..f166dd5 100644 --- a/public/css/syj.css +++ b/public/css/syj.css @@ -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 */ } /* @@ -163,3 +165,16 @@ body, html { opacity: 1; filter:alpha(opacity=100); } + +/* + * printing + */ +@media print { + @page { + size: landscape; + } + + #message, #data_controls, #login_controls, #user_area, #login_area, #newpwd_area, .olControlPanZoom{ + display: none; + } +}