X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;ds=sidebyside;f=public%2Fcss%2Fsyj.css;h=1360f7ebaf1fdf4b02e5bc817e21f0f862b1165b;hb=6cc4b3cd4538430770c935bd3192f1f72d75d96b;hp=9968b48fa0fd318b3b504bc54dc9e4581ed41376;hpb=648730f4f61d4cbb8034db4b1d5b507af7d933ba;p=syj.git diff --git a/public/css/syj.css b/public/css/syj.css index 9968b48..1360f7e 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; @@ -109,12 +109,6 @@ body, html { background-color: #BBBBFF; } -#account-info-bullet { - /* in firefox, in image inside an anchor has a border */ - border: none; - vertical-align: middle; -} - #other-language { opacity: 0.85; filter:alpha(opacity=85); @@ -165,3 +159,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; + } +}