X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4bbd7f531017daf2b72517b1c1e20b523270bdf8..318c7a9854f31bebd39eb8e90fbf11a95bfa8995:/public/stylesheets/large.css diff --git a/public/stylesheets/large.css b/public/stylesheets/large.css new file mode 100644 index 000000000..a1efa8583 --- /dev/null +++ b/public/stylesheets/large.css @@ -0,0 +1,20 @@ +/* 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 { + left: 192px; + top: 35px; +} + +/* Rules for OpenLayers maps */ + +.olControlPanZoom { + display: none; +}