X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3bce9ceee59e3f47bb93e8de9bc9192163f70cfb..669d3ed52c6f22e842c1319c242e06ee9694f615:/app/assets/stylesheets/small.css.scss diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 2bec6d249..a6bf475c3 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -168,6 +168,27 @@ p.search_results_entry { padding: 2px 0px; } +/* Rules for the map UI */ + +.layers-ui { + .leaflet-container { + display: none; + } + + li { + border-radius: 0; + margin-bottom: 0; + + &:first-child { + border-radius: 4px 4px 0 0; + } + + &:last-child { + border-radius: 0 0 4px 4px; + } + } +} + /* Rules for the signup form */ #signupForm input[type="text"], #signupForm input[type="password"] {