X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8e1e09456556c8654094a2aded4d08b6f0b2d577..f080d161e0d6bda68535176d0003f3dfb133a7b8:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 726dcdb05..42966accd 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -476,8 +476,7 @@ a.donate { .site-index #tabnav a#viewanchor, .site-edit #tabnav a#editanchor, -.changeset-list #tabnav a#historyanchor, -.site-export #tabnav a#exportanchor { +.changeset-list #tabnav a#historyanchor { border-bottom: 1px solid #aaa; background: #9ed485; color: #000; @@ -603,11 +602,14 @@ a.donate { } } -.layers-ui { - ul, li:last-child { +.layers-ui, +.share-ui { + ul, li:last-child, p:last-child { margin-bottom: 0; } +} +.layers-ui { li { border-radius: 4px; overflow: hidden; @@ -638,9 +640,20 @@ a.donate { .share-link { li { display: inline-block; + text-align: center; width: 50%; } } + + #embed_html { + resize: vertical; + font-family: monospace; + font-size: small; + } + + #mapnik_scale { + width: 100px; + } } .site-index .leaflet-top, @@ -851,20 +864,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; } margin: $lineheight/4; } -.export_details input[type="text"]#export_html_text { - width: 100%; -} - -#sidebar #marker_inputs li:last-child { - margin-bottom: $lineheight/2; -} - -#export_osm, -#export_mapnik, -#export_osmarender { - display: none; -} - /* Rules for the main content area */ #content { @@ -1612,7 +1611,6 @@ textarea { textarea { padding: 5px; width: 100%; - height: 100% !important; } /* Rules for user images */ @@ -1855,7 +1853,6 @@ a.button { } ul, ol { - font-style: italic; padding-left: $lineheight; margin-bottom: $lineheight; margin-left: $lineheight;