X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1905199b72117c706e70e6ceb18f4ea4d2de93b6..5796bf6347aa6e1ce32e5b206c3261ce73f82684:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index fe38bbbdf..34f2ada73 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -530,13 +530,6 @@ body.small-nav { } } -.layers-ui, -.share-ui { - li:last-child { - margin-bottom: 0; - } -} - .layers-ui { .base-layers { .leaflet-container { @@ -588,10 +581,6 @@ body.small-nav { } .share-ui { - .share-tab { - display: none; - } - .share-link { input[type=text], textarea { @@ -608,10 +597,6 @@ body.small-nav { } } - #embed_html { - resize: vertical; - } - #mapnik_scale { width: 100px; } @@ -639,19 +624,6 @@ body.small-nav { #attribution { display: none; - - table { - width: 100% - } -} - -.attribution_license, -.attribution_project { - text-align: left; -} - -.attribution_notice { - text-align: center; } .donate-attr { color: darken($green, 10%) !important; }