X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ae0177fbe61d7d02e3c6b441bd395fff6fd96a18..76d8bed5d12fc10a785366bfa1a411aa4e0c39d8:/vendor/assets/iD/iD.css.erb diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 6463f2f1c..44176cdf5 100644 --- a/vendor/assets/iD/iD.css.erb +++ b/vendor/assets/iD/iD.css.erb @@ -386,10 +386,6 @@ path.stroke.tag-leisure-park { stroke: #8cd05f; } -path.stroke.tag-landuse-residential { - stroke: #e06e5f; -} - path.stroke.tag-landuse-retail, path.stroke.tag-landuse-commercial { stroke: #eab056; @@ -1195,12 +1191,17 @@ text.point { /* GPX Paths */ path.gpx { - stroke: #6AFF25; + stroke: #FF26D4; stroke-width: 2; fill: none; pointer-events: none; } +/* GPS Labels */ +text.gpx { + fill:#FF26D4; +} + /* Modes */ .mode-draw-line .vertex.active, @@ -2679,13 +2680,13 @@ input[type=number] { vertical-align: top; } +.form-field .localized-wrap { + padding: 0 10px; +} + .form-field .localized-wrap .entry { position: relative; overflow: hidden; - background: #f1f1f1; - border: 1px solid #ccc; - border-width: 0; - border-radius: 4px; } .form-field .localized-wrap .entry::before { @@ -3488,11 +3489,11 @@ img.wiki-image { ------------------------------------------------------- */ .modal-actions .restore:before { - background-position: -500px -220px; + background-position: -600px -220px; } .modal-actions .reset:before { - background-position: -600px -220px; + background-position: -700px -220px; } /* Success Modal @@ -3506,16 +3507,28 @@ img.wiki-image { padding-top: 15px; } +.save-success .button.social { + height: 80px; +} + +.save-success .button.social:before { + height: 50px; +} + .save-success .button.osm:before { background-position: 0px -220px; } .save-success .button.twitter:before { - background-position: -100px -220px; + background-position: -100px -245px; } .save-success .button.facebook:before { - background-position: -200px -220px; + background-position: -200px -245px; +} + +.save-success .button.google:before { + background-position: -300px -245px; } /* Splash Modal @@ -3523,11 +3536,11 @@ img.wiki-image { .modal-actions .walkthrough:before, .walkthrough a:before { - background-position: -300px -220px; + background-position: -400px -220px; } .modal-actions .start:before { - background-position: -400px -220px; + background-position: -500px -220px; } /* Commit Modal @@ -4007,7 +4020,7 @@ img.wiki-image { .huge-modal-button .illustration { height: 100px; width: 100px; - background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -301px -220px; + background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -400px -220px; margin: auto; } /* This file is generated by make. Do NOT edit manually. */