]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.css.erb
Update to iD v1.3.9
[rails.git] / vendor / assets / iD / iD.css.erb
index 1927b00eb83687855cddeab4a69804ab4c2ffce5..0f5ae41586b733d0fb4c826bc7445cf769e7097c 100644 (file)
@@ -404,6 +404,10 @@ path.stroke.tag-landuse-quarry {
     stroke: #a6957b;
 }
 
+path.stroke.tag-landuse-landfill {
+    stroke: #ff9933;
+}
+
 path.stroke.tag-landuse-residential,
 path.stroke.tag-landuse-construction {
     stroke: #e06e5f;
@@ -472,6 +476,12 @@ path.fill.tag-landuse-reservoir {
 
 path.fill.tag-landuse-quarry {
     fill: #a6957b;
+    fill-opacity: 0.2;
+}
+
+path.fill.tag-landuse-landfill {
+    fill: #ff8800;
+    fill-opacity: 0.2;
 }
 
 path.fill.tag-landuse-residential {
@@ -2732,14 +2742,13 @@ input[type=number] {
 
 .form-field .addr-number {
     width: 33.3333%;
-    border-left: 0;
-    border-right: 0;
-    border-bottom: 0;
+    border: 0;
     border-radius: 0;
 }
 
 .form-field .addr-street {
     width: 66.6666%;
+    border-top: 0;
     border-right: 0;
     border-bottom: 0;
     border-radius: 0;
@@ -2929,6 +2938,7 @@ button.minor.tag-reference-loading {
 
 .tag-reference-body {
     overflow: hidden;
+    clear: both;
 }
 
 .tag-reference-body p,
@@ -3237,7 +3247,7 @@ img.wiki-image {
     height:18px;
 }
 
-.background-control .layer-toggle-gpx button {
+.background-control .layer-list button {
     float: right;
     height: 100%;
     width: 10%;
@@ -3245,11 +3255,11 @@ img.wiki-image {
     border-radius: 0;
 }
 
-.background-control .layer-toggle-gpx button .icon {
+.background-control .layer-list button .icon {
     opacity: 0.5;
 }
 
-.background-control .layer-toggle-gpx button.layer-extent {
+.background-control .layer-list button:first-of-type {
     border-radius: 0 3px 3px 0;
 }