X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/78e97ade45856647d77a2f4dc966a4eb301e3ad1..637799f1f57ab48254a5b6eaa0f78896ae41c456:/vendor/assets/iD/iD.css.erb diff --git a/vendor/assets/iD/iD.css.erb b/vendor/assets/iD/iD.css.erb index 322dad746..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, @@ -2185,7 +2186,7 @@ a:hover .icon.out-link { background-position: -500px -14px;} overflow: hidden; } -.inspector-preset form.preset-form { +.inspector-preset .preset-form { padding: 10px; margin: 0 10px 20px 10px; border-radius: 8px; @@ -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 { @@ -3453,7 +3454,7 @@ img.wiki-image { } .modal-actions button, -.save-success a { +.save-success a.button { font-weight: normal; color: #7092FF; border-bottom: 1px solid #CCC; @@ -3464,12 +3465,12 @@ img.wiki-image { } .modal-actions button:hover -.save-success a:hover { +.save-success a.button:hover { background-color: #ececec; } .modal-actions button:before, -.save-success a:before, +.save-success a.button:before, .walkthrough a:before { display: block; content: ''; @@ -3488,30 +3489,46 @@ 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 ------------------------------------------------------- */ -.save-success a { +.save-success p { + padding: 15px; +} + +.save-success .button { padding-top: 15px; } -.save-success .osm:before { +.save-success .button.social { + height: 80px; +} + +.save-success .button.social:before { + height: 50px; +} + +.save-success .button.osm:before { background-position: 0px -220px; } -.save-success .twitter:before { - background-position: -100px -220px; +.save-success .button.twitter:before { + background-position: -100px -245px; +} + +.save-success .button.facebook:before { + background-position: -200px -245px; } -.save-success .facebook:before { - background-position: -200px -220px; +.save-success .button.google:before { + background-position: -300px -245px; } /* Splash Modal @@ -3519,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 @@ -4003,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. */