]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.css.erb
Update to iD v1.2.0
[rails.git] / vendor / assets / iD / iD.css.erb
index 6463f2f1cbed5a44ddb0863888f6205283a32609..44176cdf5633a9c487e4afa1ff2dea4ef9dcdc6f 100644 (file)
@@ -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. */