X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3227f401935e809edc91d360339220a89567db7a..8acdba8bdd2be14c2408518812660431fa9e59fb:/app/assets/stylesheets/large.css diff --git a/app/assets/stylesheets/large.css b/app/assets/stylesheets/large.css new file mode 100644 index 000000000..1c4d493ec --- /dev/null +++ b/app/assets/stylesheets/large.css @@ -0,0 +1,19 @@ +/* Styles specific to large screens */ + +/* Rules for greeting bar in the top right corner */ + +#small-greeting { + display: none; +} + +/* Rules for the main content area */ + +#content { + top: 35px; +} + +/* Rules for OpenLayers maps */ + +.olControlPanZoom { + display: none; +}