X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6e508a7b70fbe65d9229b421cc6d5111bb00f9c1..b00b156ef46a8fb9ae62bd924de7d7c959963847:/app/assets/stylesheets/print.css diff --git a/app/assets/stylesheets/print.css b/app/assets/stylesheets/print.css index a349ccfde..fa04314b1 100644 --- a/app/assets/stylesheets/print.css +++ b/app/assets/stylesheets/print.css @@ -1,57 +1,29 @@ -#small-title { +header, +#sidebar, +#permalink, +.leaflet-control { display: none; } -#left { - display: none; -} - -#greeting { - display: none; -} - -#tabnav { - display: none; -} - -#sidebar { - display: none; -} - -#permalink { - display: none; -} - -#editmenu { - display: none; -} - -.olControlPanZoom { - display: none; -} - -.olControlPanZoomBar { - display: none; -} - -.olControlLayerSwitcher { - display: none; -} - -.olControlScaleLine { - display: none !important; -} - -.olControlAttribution { - display: none !important; +html { + height: 100%; } #map { + position: absolute !important; + top: 0; + bottom: 40px; + left: 0; + right: 0; border: 1px solid black; - margin: auto !important; } #attribution { + position: absolute !important; + bottom: 0; + left: 0; + right: 0; + height: 40px; font-size: 12px; text-align: center; }