X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fcss%2Fsyjprint.css;h=ebdef232f293c3eb46f2d928967bf37da051c800;hp=5a1c6647d4bca769a2681d74afb4ac494c46ab85;hb=c06c7fd6e6f26d31abb8d7c9a9f9e3f2d5b27d5c;hpb=36fd88b7c9509509dc20070dae48883abe01a3fa diff --git a/public/css/syjprint.css b/public/css/syjprint.css index 5a1c664..ebdef23 100644 --- a/public/css/syjprint.css +++ b/public/css/syjprint.css @@ -1,47 +1,17 @@ /* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, and is published under the AGPL license. */ -.olControlPanZoom, .olControlAttribution { +.olControlPanZoom, .olControlAttribution, .olControlLayerSwitcher { display: none; } -#message, #other-language, #menu, #user_area, #login_area, #newpwd_area, #termsofusearea, #footer, #map-overlay { +#message, #other-language, #menu, #user_area, #login_area, #newpwd_area, #termsofusearea, footer, #map-overlay { display: none; } -div.olMap { - z-index: 0; -} - -body, html { - width: 100%; - height: 100%; -} - #map { - position: absolute; - top: 0; left: 0; right: 0; bottom: 0; - width: 100%; - height: 100%; border: 1px solid; } -#path-length { - display: none; - text-align: center; - position: absolute; - top: 1em; - left: 5em; - opacity: 0.85; - margin-right: 12px; - filter:alpha(opacity=85); - background-color: white; - padding: 2px 15px 2px 15px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - background-color: white; -} - @page { size: landscape; }