X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b27e74eaac38bbd3a207e80bb16cb0581d871d26..393651e8bde09adb38e3d3d377f9b5f6627ea429:/app/assets/stylesheets/print.css diff --git a/app/assets/stylesheets/print.css b/app/assets/stylesheets/print.css index 367bd4fa5..a74bc27fd 100644 --- a/app/assets/stylesheets/print.css +++ b/app/assets/stylesheets/print.css @@ -1,57 +1,33 @@ -#small-title { +#small-title, +#left, +#greeting, +#tabnav, +#sidebar, +#permalink, +#editmenu, +.leaflet-control { display: none; } -#left { - display: none; -} - -#greeting { - display: none; -} - -#tabnav { - display: none; -} - -#sidebar { - display: none; -} - -#permalink { - display: none; -} - -#editmenu { - display: none; -} - -.olControlZoom { - display: none; -} - -.olControlSimplePanZoom { - display: none; -} - -.SimpleLayerSwitcher { - 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; }