]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.css.erb
Update to iD v2.19.0
[rails.git] / vendor / assets / iD / iD.css.erb
index 4807a16ecd65ce351b8f1e7787d97147d10c05e7..ed5e869b715adeff81acc4e2385b1e71effdac02 100644 (file)
 
 .ideditor button,
 .ideditor input {
 
 .ideditor button,
 .ideditor input {
-    line-height: normal;
+    line-height: inherit;
+       letter-spacing: inherit;
 }
 
 /* Hide default number spinner controls */
 .ideditor input[type="number"]::-webkit-inner-spin-button,
 .ideditor input[type="number"]::-webkit-outer-spin-button {
 }
 
 /* Hide default number spinner controls */
 .ideditor input[type="number"]::-webkit-inner-spin-button,
 .ideditor input[type="number"]::-webkit-outer-spin-button {
-display: none;
+       display: none;
+}
+.ideditor input[type=number] {
+    -moz-appearance: textfield;
 }
 
 /*
 }
 
 /*
@@ -1156,6 +1160,12 @@ display: none;
 .ideditor path.line.stroke.tag-highway-road {
     stroke-width: 5;
 }
 .ideditor path.line.stroke.tag-highway-road {
     stroke-width: 5;
 }
+.ideditor path.line.casing.tag-highway-service.tag-service-driveway {
+    stroke-width: 6.25;
+}
+.ideditor path.line.stroke.tag-highway-service.tag-service-driveway {
+    stroke-width: 4.25;
+}
 
 .ideditor path.line.shadow.tag-highway-path,
 .ideditor path.line.shadow.tag-highway-footway,
 
 .ideditor path.line.shadow.tag-highway-path,
 .ideditor path.line.shadow.tag-highway-footway,
@@ -1203,6 +1213,12 @@ display: none;
 .ideditor .low-zoom path.line.stroke.tag-highway-road {
     stroke-width: 3;
 }
 .ideditor .low-zoom path.line.stroke.tag-highway-road {
     stroke-width: 3;
 }
+.ideditor .low-zoom  path.line.casing.tag-highway-service.tag-service-driveway {
+    stroke-width: 4.25;
+}
+.ideditor .low-zoom  path.line.stroke.tag-highway-service.tag-service-driveway {
+    stroke-width: 2.25;
+}
 
 .ideditor .low-zoom path.line.shadow.tag-highway-path,
 .ideditor .low-zoom path.line.shadow.tag-highway-footway,
 
 .ideditor .low-zoom path.line.shadow.tag-highway-path,
 .ideditor .low-zoom path.line.shadow.tag-highway-footway,
@@ -1327,6 +1343,16 @@ display: none;
     stroke: #666;
 }
 
     stroke: #666;
 }
 
+.ideditor path.line.stroke.tag-highway-service.tag-service-parking_aisle {
+    stroke: #cccac7;
+}
+.ideditor path.line.stroke.tag-highway-service.tag-service-driveway {
+    stroke: #fff6e4;
+}
+.ideditor path.line.stroke.tag-highway-service.tag-service-emergency_access {
+    stroke: #ddb2aa;
+}
+
 /* unmaintained track roads */
 .ideditor path.line.stroke.tag-highway-track,
 .ideditor path.line.stroke.tag-track {
 /* unmaintained track roads */
 .ideditor path.line.stroke.tag-highway-track,
 .ideditor path.line.stroke.tag-track {
@@ -2373,9 +2399,8 @@ display: none;
 /* photo viewer div */
 .ideditor .photoviewer {
     position: relative;
 /* photo viewer div */
 .ideditor .photoviewer {
     position: relative;
-    -webkit-flex-shrink: 0;
-        -ms-flex-negative: 0;
-            flex-shrink: 0;
+    -ms-flex-negative: 0;
+        flex-shrink: 0;
     margin-bottom: 10px;
     width: 330px;
     height: 250px;
     margin-bottom: 10px;
     width: 330px;
     height: 250px;
@@ -2628,20 +2653,16 @@ display: none;
 }
 .ideditor .ms-wrapper .photo-attribution .attribution-row {
     display: -webkit-box;
 }
 .ideditor .ms-wrapper .photo-attribution .attribution-row {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     padding: 0 5px;
         -ms-flex-align: center;
             align-items: center;
     padding: 0 5px;
@@ -2694,22 +2715,16 @@ display: none;
     border-radius: 4px;
     top: -25px;
 }
     border-radius: 4px;
     top: -25px;
 }
-.ideditor #ideditor-mly .domRenderer .Attribution {
-    /* we will roll our own to avoid async update issues like #4526 */
-    display: none;
-}
 
 
-.ideditor .mly-wrapper .photo-attribution a:active {
-    color: #35af6d;
-}
-@media (hover: hover) {
-    .ideditor .mly-wrapper .photo-attribution a:hover {
-        color: #35af6d;
-    }
+.ideditor .mly-wrapper .AttributionContainer .AttributionIconContainer .AttributionMapillaryLogo {
+    margin-top: 3px;
 }
 
 }
 
-.ideditor .mly-wrapper .mapillary-js-dom {
-    z-index: 9;
+.ideditor .mly-wrapper .AttributionContainer .AttributionImageContainer {
+    color: #fff;
+    font-size: 10px;
+    font-weight: 300;
+    overflow: hidden;
 }
 
 
 }
 
 
@@ -2747,11 +2762,13 @@ display: none;
     top: 10px;
     width: 100%;
     z-index: 10;
     top: 10px;
     width: 100%;
     z-index: 10;
+    pointer-events: none;
 }
 
 .ideditor .photo-controls {
     display: inline-block;
     z-index: 10;
 }
 
 .ideditor .photo-controls {
     display: inline-block;
     z-index: 10;
+    pointer-events: initial;
 }
 
 .ideditor .photo-controls button,
 }
 
 .ideditor .photo-controls button,
@@ -2830,15 +2847,12 @@ display: none;
 }
 .ideditor .qa-header-icon {
     display: -webkit-box;
 }
 .ideditor .qa-header-icon {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
-    -webkit-justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
 }
         -ms-flex-pack: center;
             justify-content: center;
 }
@@ -2987,18 +3001,19 @@ display: none;
     dominant-baseline: middle;
 }
 .ideditor .layer-mapdata text.label {
     dominant-baseline: middle;
 }
 .ideditor .layer-mapdata text.label {
-    fill: #ff26d4;
+    fill: #ddd;
 }
 .ideditor .layer-mapdata text.label.hover,
 .ideditor .layer-mapdata text.label.selected {
 }
 .ideditor .layer-mapdata text.label.hover,
 .ideditor .layer-mapdata text.label.selected {
-    fill: #f6634f;
+    fill: #fff;
 }
 .ideditor .layer-mapdata text.label-halo {
     opacity: 0.7;
     stroke: #000;
     stroke-width: 5px;
     stroke-miterlimit: 1;
 }
 .ideditor .layer-mapdata text.label-halo {
     opacity: 0.7;
     stroke: #000;
     stroke-width: 5px;
     stroke-miterlimit: 1;
-}/* Fill Styles */
+}
+/* Fill Styles */
 
 .ideditor .low-zoom.fill-wireframe path.stroke,
 .ideditor .fill-wireframe path.stroke {
 
 .ideditor .low-zoom.fill-wireframe path.stroke,
 .ideditor .fill-wireframe path.stroke {
@@ -3091,6 +3106,13 @@ display: none;
 
 .ideditor .main-content {
     position: relative;
 
 .ideditor .main-content {
     position: relative;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-orient: vertical;
+    -webkit-box-direction: normal;
+        -ms-flex-direction: column;
+            flex-direction: column;
     overflow: hidden;
     height: 100%;
     -ms-touch-action: none;
     overflow: hidden;
     height: 100%;
     -ms-touch-action: none;
@@ -3162,7 +3184,15 @@ display: none;
     padding-bottom: 10px;
 }
 
     padding-bottom: 10px;
 }
 
-.ideditor :focus {
+.ideditor button:focus,
+.ideditor textarea:focus,
+.ideditor input[type=text]:focus,
+.ideditor input[type=search]:focus,
+.ideditor input[type=number]:focus,
+.ideditor input[type=url]:focus,
+.ideditor input[type=tel]:focus,
+.ideditor input[type=email]:focus,
+.ideditor input[type=date]:focus {
     outline-color: transparent;
     outline-style: none;
 }
     outline-color: transparent;
     outline-style: none;
 }
@@ -3211,6 +3241,9 @@ display: none;
 .ideditor a:active {
     color: #7092ff;
 }
 .ideditor a:active {
     color: #7092ff;
 }
+.ideditor a:focus {
+    color: #597be7;
+}
 @media (hover: hover) {
     .ideditor a:hover {
         color: #597be7;
 @media (hover: hover) {
     .ideditor a:hover {
         color: #597be7;
@@ -3221,8 +3254,8 @@ display: none;
     text-align: center;
     padding: 3px 5px;
     font-size: 11px;
     text-align: center;
     padding: 3px 5px;
     font-size: 11px;
-    line-height: 12px;
-    min-width: 12px;
+    line-height: 1.3;
+    min-width: 0.9em;
     vertical-align: baseline;
     background-color: #fcfcfc;
     border: solid 1px #ccc;
     vertical-align: baseline;
     background-color: #fcfcfc;
     border: solid 1px #ccc;
@@ -3241,39 +3274,42 @@ display: none;
 
 /* Forms
 ------------------------------------------------------- */
 
 /* Forms
 ------------------------------------------------------- */
-.ideditor textarea  {
-    resize: vertical;
-    font:normal 12px/20px "-apple-system", BlinkMacSystemFont,
-        "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
-        "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial",
-        sans-serif;
-}
-
 .ideditor textarea,
 .ideditor input[type=text],
 .ideditor input[type=search],
 .ideditor input[type=number],
 .ideditor input[type=url],
 .ideditor input[type=tel],
 .ideditor textarea,
 .ideditor input[type=text],
 .ideditor input[type=search],
 .ideditor input[type=number],
 .ideditor input[type=url],
 .ideditor input[type=tel],
-.ideditor input[type=email] {
+.ideditor input[type=email],
+.ideditor input[type=date] {
     background-color: #fff;
     color: #333;
     border: 1px solid #ccc;
     background-color: #fff;
     color: #333;
     border: 1px solid #ccc;
-    padding: 5px 20px 5px 10px;
-    height: 30px;
+    padding: 0px 10px 0px 10px;
     border-radius: 4px;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     overflow: auto;
 }
     border-radius: 4px;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     overflow: auto;
 }
-.ideditor[dir='rtl'] textarea,
-.ideditor[dir='rtl'] input[type=text],
-.ideditor[dir='rtl'] input[type=search],
-.ideditor[dir='rtl'] input[type=number],
-.ideditor[dir='rtl'] input[type=url],
-.ideditor[dir='rtl'] input[type=tel],
-.ideditor[dir='rtl'] input[type=email] {
-    padding: 5px 10px 5px 20px;
+.ideditor input[type=text],
+.ideditor input[type=search],
+.ideditor input[type=number],
+.ideditor input[type=url],
+.ideditor input[type=tel],
+.ideditor input[type=email],
+.ideditor input[type=date] {
+    /* need this since line-height interpretation may vary by font or browser */
+    height: 2.585em;
+}
+.ideditor textarea  {
+    min-height: 2em;
+    padding-top: 5px;
+    padding-bottom: 5px;
+    resize: vertical;
+    font:normal 12px/20px "-apple-system", BlinkMacSystemFont,
+        "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
+        "Fira Sans", "Droid Sans", "Helvetica Neue", "Arial",
+        sans-serif;
 }
 
 .ideditor textarea:active,
 }
 
 .ideditor textarea:active,
@@ -3292,16 +3328,14 @@ display: none;
 
 .ideditor input[type="checkbox"],
 .ideditor input[type="radio"] {
 
 .ideditor input[type="checkbox"],
 .ideditor input[type="radio"] {
-    float: left;
     width: 14px;
     height: 14px;
     margin-right: 5px;
     width: 14px;
     height: 14px;
     margin-right: 5px;
-    margin-top: 3px;
     cursor: pointer;
     cursor: pointer;
+    vertical-align: middle;
 }
 .ideditor[dir='rtl'] input[type="checkbox"],
 .ideditor[dir='rtl'] input[type="radio"] {
 }
 .ideditor[dir='rtl'] input[type="checkbox"],
 .ideditor[dir='rtl'] input[type="radio"] {
-    float: right;
     margin-left: 5px;
     margin-right: 0;
 }
     margin-left: 5px;
     margin-right: 0;
 }
@@ -3327,6 +3361,15 @@ display: none;
     font-style: italic;
 }
 
     font-style: italic;
 }
 
+/* keytraps need to be invisible yet not be display:none or visibility:hidden */
+.ideditor .keytrap {
+    width: 0;
+    height: 0;
+    padding: 0;
+    margin: 0;
+    border: 0;
+}
+
 /* tables */
 .ideditor table {
     background-color: #fff;
 /* tables */
 .ideditor table {
     background-color: #fff;
@@ -3408,19 +3451,17 @@ display: none;
 ------------------------------------------------------- */
 .ideditor button {
     text-align: center;
 ------------------------------------------------------- */
 .ideditor button {
     text-align: center;
-    line-height: 20px;
     border: 0;
     background: #fff;
     border: 0;
     background: #fff;
-    font-weight: bold;
     color: #333;
     font-size: 12px;
     display: inline-block;
     color: #333;
     font-size: 12px;
     display: inline-block;
-    height: 40px;
     border-radius: 4px;
 }
 
 .ideditor button:focus,
     border-radius: 4px;
 }
 
 .ideditor button:focus,
-.ideditor button:active {
+.ideditor button:active,
+.ideditor button.hover {
     background-color: #ececec;
 }
 @media (hover: hover) {
     background-color: #ececec;
 }
 @media (hover: hover) {
@@ -3468,6 +3509,7 @@ display: none;
 .ideditor button.action {
     background: #7092ff;
     color: #fff;
 .ideditor button.action {
     background: #7092ff;
     color: #fff;
+    font-weight: bold;
 }
 .ideditor button.action:focus,
 .ideditor button.action:active {
 }
 .ideditor button.action:focus,
 .ideditor button.action:active {
@@ -3475,6 +3517,7 @@ display: none;
 }
 .ideditor button.secondary-action {
     background: #ececec;
 }
 .ideditor button.secondary-action {
     background: #ececec;
+    font-weight: bold;
 }
 .ideditor button.secondary-action:focus,
 .ideditor button.secondary-action:active {
 }
 .ideditor button.secondary-action:focus,
 .ideditor button.secondary-action:active {
@@ -3488,6 +3531,11 @@ display: none;
     cursor: not-allowed;
 }
 
     cursor: not-allowed;
 }
 
+.ideditor button.action,
+.ideditor button.secondary-action {
+    padding: 10px 5px;
+}
+
 @media (hover: hover) {
     .ideditor button.action:hover {
         background: #597be7;
 @media (hover: hover) {
     .ideditor button.action:hover {
         background: #597be7;
@@ -3507,7 +3555,7 @@ display: none;
 /* Icons
 ------------------------------------------------------- */
 .ideditor .icon {
 /* Icons
 ------------------------------------------------------- */
 .ideditor .icon {
-    vertical-align: top;
+    vertical-align: middle;
     width: 20px;
     height: 20px;
 }
     width: 20px;
     height: 20px;
 }
@@ -3528,8 +3576,9 @@ display: none;
 
 .ideditor .icon.inline {
     vertical-align: text-top;
 
 .ideditor .icon.inline {
     vertical-align: text-top;
-    width: 14px;
-    height: 14px;
+    display: inline-block;
+    width: 1.17em;
+    height: 1.17em;
     margin: 0px 3px;
 }
 
     margin: 0px 3px;
 }
 
@@ -3576,24 +3625,18 @@ display: none;
 /* Toolbar / Persistent UI Elements
 ------------------------------------------------------- */
 .ideditor .top-toolbar-wrap {
 /* Toolbar / Persistent UI Elements
 ------------------------------------------------------- */
 .ideditor .top-toolbar-wrap {
-    position: absolute;
-    left: 0;
-    top: 0;
-    right: 0;
+    position: relative;
     z-index: 101;
 }
 .ideditor .top-toolbar {
     display: -webkit-box;
     z-index: 101;
 }
 .ideditor .top-toolbar {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
     padding: 10px 0 0 0;
         -ms-flex-pack: justify;
             justify-content: space-between;
     padding: 10px 0 0 0;
@@ -3611,39 +3654,31 @@ display: none;
 }
 .ideditor .top-toolbar .toolbar-item {
     display: -webkit-box;
 }
 .ideditor .top-toolbar .toolbar-item {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: column wrap;
         -ms-flex-flow: column wrap;
             flex-flow: column wrap;
     -webkit-box-pack: center;
         -ms-flex-flow: column wrap;
             flex-flow: column wrap;
     -webkit-box-pack: center;
-    -webkit-justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
 }
 .ideditor .top-toolbar .toolbar-item .item-content {
     display: -webkit-box;
         -ms-flex-pack: center;
             justify-content: center;
 }
 .ideditor .top-toolbar .toolbar-item .item-content {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: center;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: center;
-    -webkit-justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
     height: 40px;
         -ms-flex-pack: center;
             justify-content: center;
     height: 40px;
@@ -3675,19 +3710,16 @@ display: none;
 .ideditor .top-toolbar .toolbar-item.spacer {
     width: 100%;
     -webkit-box-flex: 2;
 .ideditor .top-toolbar .toolbar-item.spacer {
     width: 100%;
     -webkit-box-flex: 2;
-    -webkit-flex-grow: 2;
         -ms-flex-positive: 2;
             flex-grow: 2;
 }
 .ideditor .top-toolbar .toolbar-item:first-child {
     -webkit-box-pack: start;
         -ms-flex-positive: 2;
             flex-grow: 2;
 }
 .ideditor .top-toolbar .toolbar-item:first-child {
     -webkit-box-pack: start;
-    -webkit-justify-content: flex-start;
         -ms-flex-pack: start;
             justify-content: flex-start;
 }
 .ideditor .top-toolbar .toolbar-item:last-child {
     -webkit-box-pack: end;
         -ms-flex-pack: start;
             justify-content: flex-start;
 }
 .ideditor .top-toolbar .toolbar-item:last-child {
     -webkit-box-pack: end;
-    -webkit-justify-content: flex-end;
         -ms-flex-pack: end;
             justify-content: flex-end;
 }
         -ms-flex-pack: end;
             justify-content: flex-end;
 }
@@ -3696,35 +3728,30 @@ display: none;
 }
 .ideditor button.bar-button {
     -webkit-box-flex: 0;
 }
 .ideditor button.bar-button {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     padding: 0 10px;
     min-width: 30px;
     white-space: nowrap;
     display: -webkit-box;
         -ms-flex-align: center;
             align-items: center;
     padding: 0 10px;
     min-width: 30px;
     white-space: nowrap;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     display: -ms-flexbox;
     display: flex;
+    font-weight: bold;
 }
 .ideditor button.bar-button .icon {
     -webkit-box-flex: 0;
 }
 .ideditor button.bar-button .icon {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 20px;
         -ms-flex: 0 0 20px;
             flex: 0 0 20px;
 }
 .ideditor button.bar-button .label {
     -webkit-box-flex: 0;
         -ms-flex: 0 0 20px;
             flex: 0 0 20px;
 }
 .ideditor button.bar-button .label {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     padding: 0 5px;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     padding: 0 5px;
@@ -3747,7 +3774,7 @@ display: none;
     text-align: center;
 }
 
     text-align: center;
 }
 
-.ideditor .help-pane svg.icon.pre-text.add-note,
+.ideditor .help-pane svg.icon.inline.add-note,
 .ideditor button.add-note svg.icon {
     height: 15px;
     width: 15px;
 .ideditor button.add-note svg.icon {
     height: 15px;
     width: 15px;
@@ -3764,7 +3791,7 @@ display: none;
     margin-left: 4px;
     margin-right: unset;
 }
     margin-left: 4px;
     margin-right: unset;
 }
-.ideditor .help-pane svg.icon.pre-text.add-note {
+.ideditor .help-pane svg.icon.inline.add-note {
     margin-left: 3px;
     margin-right: 3px;
 }
     margin-left: 3px;
     margin-right: 3px;
 }
@@ -3773,11 +3800,13 @@ display: none;
     opacity: .5;
     position: absolute;
     right: 4px;
     opacity: .5;
     position: absolute;
     right: 4px;
-    bottom: 26px;
-}
-.ideditor .spinner img {
+    bottom: 4px;
     height: 20px;
     width: 20px;
     height: 20px;
     width: 20px;
+}
+.ideditor .spinner img {
+    height: 100%;
+    width: 100%;
     background: transparent;
     border-radius: 100%;
 }
     background: transparent;
     border-radius: 100%;
 }
@@ -3811,20 +3840,20 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .header {
     border-bottom: 1px solid #ccc;
 ------------------------------------------------------- */
 .ideditor .header {
     border-bottom: 1px solid #ccc;
-    height: 60px;
+    padding: 20px 40px;
     position: relative;
     display: -webkit-box;
     position: relative;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
-    -webkit-justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
+    -webkit-box-flex: 0;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
 }
 
 .ideditor .header h3 {
 }
 
 .ideditor .header h3 {
@@ -3899,81 +3928,35 @@ display: none;
     border-top: 1px solid #ccc;
     background-color: #f6f6f6;
     width: 100%;
     border-top: 1px solid #ccc;
     background-color: #f6f6f6;
     width: 100%;
-    height: 30px;
+    height: 2.5em;
     z-index: 1;
     z-index: 1;
-    -webkit-flex-wrap: wrap;
-        -ms-flex-wrap: wrap;
-            flex-wrap: wrap;
+    -ms-flex-wrap: wrap;
+        flex-wrap: wrap;
     -webkit-box-pack: justify;
     -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     list-style: none;
     display: -webkit-box;
         -ms-flex-align: center;
             align-items: center;
     list-style: none;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }
 
 .ideditor .footer > a {
     -webkit-box-pack: center;
     display: -ms-flexbox;
     display: flex;
 }
 
 .ideditor .footer > a {
     -webkit-box-pack: center;
-    -webkit-justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
 }
 
         -ms-flex-pack: center;
             justify-content: center;
 }
 
-.ideditor .header-container {
-    display: -webkit-box;
-    display: -webkit-flex;
-    display: -ms-flexbox;
-    display: flex;
-    -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
-        -ms-flex-pack: justify;
-            justify-content: space-between;
-}
-
-.ideditor .header-block {
-    display: -webkit-box;
-    display: -webkit-flex;
-    display: -ms-flexbox;
-    display: flex;
-    -webkit-box-align: center;
-    -webkit-align-items: center;
-        -ms-flex-align: center;
-            align-items: center;
-}
-.ideditor .header-block-outer {
-    width: 20%;
-}
-
-.ideditor .header-block-close {
-    display: -webkit-box;
-    display: -webkit-flex;
-    display: -ms-flexbox;
-    display: flex;
-    -webkit-box-pack: end;
-    -webkit-justify-content: flex-end;
-        -ms-flex-pack: end;
-            justify-content: flex-end;
-    height: 100%;
-}
-
 /* Hide/Toggle collapsible sections (aka Disclosure)
 ------------------------------------------------------- */
 .ideditor .hide-toggle .icon.pre-text {
 /* Hide/Toggle collapsible sections (aka Disclosure)
 ------------------------------------------------------- */
 .ideditor .hide-toggle .icon.pre-text {
-    vertical-align: text-top;
+    vertical-align: middle;
     width: 16px;
     height: 16px;
     width: 16px;
     height: 16px;
-    margin-left: -3px;
-}
-.ideditor[dir='rtl'] .hide-toggle .icon.pre-text {
-    margin-left: 0;
-    margin-right: -3px;
+    margin-top: -3px;
 }
 
 .ideditor a:visited.hide-toggle,
 }
 
 .ideditor a:visited.hide-toggle,
@@ -3981,7 +3964,7 @@ display: none;
     display: inline-block;
     font-size: 14px;
     font-weight: bold;
     display: inline-block;
     font-size: 14px;
     font-weight: bold;
-    padding-bottom: 5px;
+    margin-bottom: 5px;
 }
 
 
 }
 
 
@@ -4036,14 +4019,20 @@ display: none;
     left: 0;
     bottom: 0;
     right: 0;
     left: 0;
     bottom: 0;
     right: 0;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-orient: vertical;
+    -webkit-box-direction: normal;
+        -ms-flex-direction: column;
+            flex-direction: column;
 }
 
 .ideditor .sidebar-component .body {
     width: 100%;
 }
 
 .ideditor .sidebar-component .body {
     width: 100%;
+    height: 100%;
     overflow: auto;
     overflow: auto;
-    top: 60px;
-    bottom: 0;
-    position: absolute;
+    position: relative;
 }
 
 .ideditor .panewrap {
 }
 
 .ideditor .panewrap {
@@ -4057,7 +4046,14 @@ display: none;
     position: absolute;
     width: 50%;
     top: 0;
     position: absolute;
     width: 50%;
     top: 0;
-    bottom: 30px;
+    bottom: 2.5em;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-orient: vertical;
+    -webkit-box-direction: normal;
+        -ms-flex-direction: column;
+            flex-direction: column;
 }
 
 .ideditor .pane:first-child {
 }
 
 .ideditor .pane:first-child {
@@ -4067,6 +4063,16 @@ display: none;
 .ideditor .pane:last-child {
     right: 0;
 }
 .ideditor .pane:last-child {
     right: 0;
 }
+.ideditor .feature-list-pane {
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-orient: vertical;
+    -webkit-box-direction: normal;
+        -ms-flex-direction: column;
+            flex-direction: column;
+    height: 100%;
+}
 
 .ideditor .inspector-wrap {
     width: 100%;
 
 .ideditor .inspector-wrap {
     width: 100%;
@@ -4082,18 +4088,11 @@ display: none;
 .ideditor .inspector-body {
     overflow-y: scroll;
     overflow-x: hidden;
 .ideditor .inspector-body {
     overflow-y: scroll;
     overflow-x: hidden;
-    position: absolute;
-    right: 0;
-    left: 0;
-    bottom: 0;
-}
-
-.ideditor .feature-list-pane .inspector-body,
-.ideditor .preset-list-pane .inspector-body {
-    top: 120px;
-}
-.ideditor .entity-editor-pane .inspector-body {
-    top: 60px;
+    position: relative;
+    height: 100%;
+    -webkit-box-flex: 1;
+        -ms-flex: 1 1 100%;
+            flex: 1 1 100%;
 }
 .ideditor .entity-editor {
     padding: 20px;
 }
 .ideditor .entity-editor {
     padding: 20px;
@@ -4103,11 +4102,18 @@ display: none;
     margin-bottom: 150px;
 }
 
     margin-bottom: 150px;
 }
 
+.ideditor .sidebar .search-header {
+    position: relative;
+    overflow: hidden;
+    -webkit-box-flex: 0;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
+}
 .ideditor .sidebar .search-header .icon {
 .ideditor .sidebar .search-header .icon {
-    display: block;
+    display: inline-block;
     position: absolute;
     left: 10px;
     position: absolute;
     left: 10px;
-    top: 80px;
+    height: 100%;
     pointer-events: none;
 }
 .ideditor[dir='rtl'] .sidebar .search-header .icon {
     pointer-events: none;
 }
 .ideditor[dir='rtl'] .sidebar .search-header .icon {
@@ -4116,11 +4122,9 @@ display: none;
 }
 
 .ideditor .sidebar .search-header input {
 }
 
 .ideditor .sidebar .search-header input {
-    position: absolute;
-    top: 60px;
-    height: 60px;
     width: 100%;
     width: 100%;
-    padding: 5px 10px;
+    padding: 0 10px;
+    height: 3em;
     border-radius: 0;
     border-width: 0;
     border-bottom-width: 1px;
     border-radius: 0;
     border-width: 0;
     border-bottom-width: 1px;
@@ -4147,62 +4151,31 @@ display: none;
     border-bottom: 1px solid #ccc;
     border-radius: 0;
 }
     border-bottom: 1px solid #ccc;
     border-radius: 0;
 }
+.ideditor .no-results-item {
+    padding: 10px;
+    font-weight: bold;
+}
 
 .ideditor .geocode-item {
     width: 100%;
     max-width: 200px;
 
 .ideditor .geocode-item {
     width: 100%;
     max-width: 200px;
-    background-color: #ccc;
     margin: 30px auto;
     margin: 30px auto;
-    padding: 5px;
-    height: auto;
     min-height: 40px;
 }
 
     min-height: 40px;
 }
 
-.ideditor[dir='rtl'] .geocode-item {
-    left: -25%;
-}
-.ideditor .geocode-item:active {
-    background-color: #aaa;
-}
-@media (hover: hover) {
-    .ideditor .geocode-item:hover {
-        background-color: #aaa;
-    }
-}
-
 .ideditor .feature-list-item {
 .ideditor .feature-list-item {
-    background-color: #fff;
-    font-weight: bold;
-    height: 40px;
-    line-height: 20px;
     display: -webkit-box;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }
     display: -ms-flexbox;
     display: flex;
 }
-.ideditor .feature-list-item:active {
-    background-color: #ececec;
-}
-@media (hover: hover) {
-    .ideditor .feature-list-item:hover {
-        background-color: #ececec;
-    }
-}
-.ideditor .feature-list-item.hover {
-    background-color: #ececec;
-}
-.ideditor .feature-list-item button {
-    background: transparent;
-}
 .ideditor .feature-list-item .label {
     text-align: left;
 .ideditor .feature-list-item .label {
     text-align: left;
-    padding: 10px 10px;
+    padding: 10px;
     white-space: nowrap;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     overflow: hidden;
     -webkit-box-flex: 1;
     white-space: nowrap;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     overflow: hidden;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
@@ -4222,8 +4195,10 @@ display: none;
 }
 .ideditor .feature-list-item .entity-type {
     color: #7092ff;
 }
 .ideditor .feature-list-item .entity-type {
     color: #7092ff;
+    font-weight: bold;
 }
 }
-.ideditor .feature-list-item:active .entity-type {
+.ideditor .feature-list-item:active .entity-type,
+.ideditor .feature-list-item:focus .entity-type {
     color: #597be7;
 }
 @media (hover: hover) {
     color: #597be7;
 }
 @media (hover: hover) {
@@ -4232,7 +4207,6 @@ display: none;
     }
 }
 .ideditor .feature-list-item .entity-name {
     }
 }
 .ideditor .feature-list-item .entity-name {
-    font-weight: normal;
     color: #666;
     padding-left: 10px;
 }
     color: #666;
     padding-left: 10px;
 }
@@ -4263,9 +4237,8 @@ display: none;
 }
 
 .ideditor .preset-list-button-wrap {
 }
 
 .ideditor .preset-list-button-wrap {
-    height: 62px;
+    min-height: 62px;
     display: -webkit-box;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     border: 1px solid #ccc;
     display: -ms-flexbox;
     display: flex;
     border: 1px solid #ccc;
@@ -4277,9 +4250,11 @@ display: none;
     height: 100%;
     position: relative;
     display: -webkit-box;
     height: 100%;
     position: relative;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     display: -ms-flexbox;
     display: flex;
+    -webkit-box-align: center;
+        -ms-flex-align: center;
+            align-items: center;
 }
 
 .ideditor .preset-list.filtered .preset-list-item:first-child .preset-list-button {
 }
 
 .ideditor .preset-list.filtered .preset-list-item:first-child .preset-list-button {
@@ -4292,19 +4267,15 @@ display: none;
     height: 60px;
     text-align: center;
     display: -webkit-box;
     height: 60px;
     text-align: center;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
-    -webkit-justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-flex: 0;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
@@ -4312,7 +4283,6 @@ display: none;
     width: 40px;
     height: 40px;
     -webkit-box-flex: 0;
     width: 40px;
     height: 40px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
@@ -4453,29 +4423,24 @@ display: none;
 
 .ideditor .preset-list-button .label {
     display: -webkit-box;
 
 .ideditor .preset-list-button .label {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     -webkit-box-align: center;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
         -ms-flex-align: center;
             align-items: center;
-    background-color: #f6f6f6;
+    background: #f6f6f6;
     text-align: left;
     padding: 5px 10px;
     border-left: 1px solid rgba(0, 0, 0, .1);
     -webkit-box-flex: 1;
     text-align: left;
     padding: 5px 10px;
     border-left: 1px solid rgba(0, 0, 0, .1);
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
-    -webkit-align-self: stretch;
-        -ms-flex-item-align: stretch;
-            align-self: stretch;
+    -ms-flex-item-align: stretch;
+        align-self: stretch;
 }
 .ideditor[dir='rtl'] .preset-list-button .label {
     text-align: right;
 }
 .ideditor[dir='rtl'] .preset-list-button .label {
     text-align: right;
@@ -4509,8 +4474,8 @@ display: none;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
 }
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
 }
-.ideditor .preset-list-button .label-inner .namepart:nth-child(2) {
-    font-weight: normal;
+.ideditor .preset-list-button .label-inner .namepart:nth-child(1) {
+    font-weight: bold;
 }
 
 .ideditor .preset-list-button:focus .label,
 }
 
 .ideditor .preset-list-button:focus .label,
@@ -4526,12 +4491,12 @@ display: none;
 }
 
 .ideditor .preset-list-button-wrap button.tag-reference-button {
 }
 
 .ideditor .preset-list-button-wrap button.tag-reference-button {
-    height: 100%;
     width: 32px;
     -webkit-box-flex: 0;
     width: 32px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
+}
+.ideditor .preset-list-button-wrap button.tag-reference-button:not(:hover):not(:active):not(:focus) {
     background: #f6f6f6;
 }
 .ideditor[dir='ltr'] .preset-list-button-wrap button.tag-reference-button {
     background: #f6f6f6;
 }
 .ideditor[dir='ltr'] .preset-list-button-wrap button.tag-reference-button {
@@ -4546,17 +4511,14 @@ display: none;
 .ideditor[dir='rtl'] .preset-list-button-wrap:not(.category) button:last-child {
     border-radius: 4px 0 0 4px;
 }
 .ideditor[dir='rtl'] .preset-list-button-wrap:not(.category) button:last-child {
     border-radius: 4px 0 0 4px;
 }
-.ideditor .preset-list-button-wrap button.tag-reference-button:active {
-    background: #f1f1f1;
-}
-@media (hover: hover) {
-    .ideditor .preset-list-button-wrap button.tag-reference-button:hover {
-        background: #f1f1f1;
-    }
-}
 .ideditor .preset-list-button-wrap button.tag-reference-button .icon {
     opacity: .5;
 }
 .ideditor .preset-list-button-wrap button.tag-reference-button .icon {
     opacity: .5;
 }
+.ideditor .preset-list-button-wrap .accessory-buttons {
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+}
 
 
 .ideditor .current .preset-list-button,
 
 
 .ideditor .current .preset-list-button,
@@ -4606,16 +4568,13 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .quick-links {
     display: -webkit-box;
 ------------------------------------------------------- */
 .ideditor .quick-links {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     -webkit-box-pack: end;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     -webkit-box-pack: end;
-    -webkit-justify-content: flex-end;
         -ms-flex-pack: end;
             justify-content: flex-end;
     padding: 5px 0 0 0;
         -ms-flex-pack: end;
             justify-content: flex-end;
     padding: 5px 0 0 0;
@@ -4660,12 +4619,10 @@ display: none;
 
 .ideditor .form-field {
     display: -webkit-box;
 
 .ideditor .form-field {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     margin-bottom: 10px;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     margin-bottom: 10px;
@@ -4683,19 +4640,15 @@ display: none;
 /* A `label` element that wraps the top section */
 .ideditor .field-label {
     display: -webkit-box;
 /* A `label` element that wraps the top section */
 .ideditor .field-label {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-flex: 1;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
-    height: 30px;
     position: relative;
     font-weight: bold;
     color: #333;
     position: relative;
     font-weight: bold;
     color: #333;
@@ -4709,13 +4662,12 @@ display: none;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     -webkit-box-flex: 1;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
-    padding: 5px 0 5px 10px;
+    padding: 5px 0 4px 10px;
 }
 .ideditor[dir='rtl'] .field-label .label-text {
 }
 .ideditor[dir='rtl'] .field-label .label-text {
-    padding: 5px 10px 5px 0;
+    padding: 5px 10px 4px 0;
 }
 .ideditor .field-label .label-text span {
     white-space: nowrap;
 }
 .ideditor .field-label .label-text span {
     white-space: nowrap;
@@ -4732,29 +4684,22 @@ display: none;
 
 .ideditor .field-label button {
     -webkit-box-flex: 0;
 
 .ideditor .field-label button {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 32px;
-        -ms-flex: 0 0 32px;
-            flex: 0 0 32px;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
     border-left: 1px solid #ccc;
     width: 32px;
     border-left: 1px solid #ccc;
     width: 32px;
-    height: 100%;
     border-radius: 0;
     border-radius: 0;
-    background: #f6f6f6;
 }
 .ideditor[dir='rtl'] .field-label button {
     border-left: none;
     border-right: 1px solid #ccc;
 }
 }
 .ideditor[dir='rtl'] .field-label button {
     border-left: none;
     border-right: 1px solid #ccc;
 }
-.ideditor .field-label button:active {
-    background: #f1f1f1;
-}
-@media (hover: hover) {
-    .ideditor .field-label button:hover {
-        background: #f1f1f1;
-    }
+.ideditor .field-label button:not(:hover):not(:active):not(:focus) {
+    background: none;
 }
 .ideditor .field-label .icon {
     opacity: .5;
 }
 .ideditor .field-label .icon {
     opacity: .5;
+
 }
 
 .ideditor .field-label .modified-icon,
 }
 
 .ideditor .field-label .modified-icon,
@@ -4771,20 +4716,16 @@ display: none;
 /* A `div` element that wraps the bottom section */
 .ideditor .form-field-input-wrap {
     display: -webkit-box;
 /* A `div` element that wraps the bottom section */
 .ideditor .form-field-input-wrap {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     width: 100%;
     -webkit-box-flex: 1;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     width: 100%;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
-    min-height: 30px;
     border-top: 0;
     border-radius: 0 0 4px 4px;
 }
     border-top: 0;
     border-radius: 0 0 4px 4px;
 }
@@ -4798,29 +4739,23 @@ display: none;
 .ideditor .form-field-input-wrap > textarea,
 .ideditor .form-field-input-wrap > ul.chiplist {
     -webkit-box-flex: 1;
 .ideditor .form-field-input-wrap > textarea,
 .ideditor .form-field-input-wrap > ul.chiplist {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
-    min-height: 30px;
     border: 1px solid #ccc;
     border-top: 0;
     border-radius: 0;
     border: 1px solid #ccc;
     border-top: 0;
     border-radius: 0;
-    overflow: hidden;
     position: relative;
 }
 .ideditor .form-field-input-wrap > textarea {
     height: 65px;
     border-radius: 0 0 4px 4px;
     position: relative;
 }
 .ideditor .form-field-input-wrap > textarea {
     height: 65px;
     border-radius: 0 0 4px 4px;
-    overflow: auto;
 }
 
 /* Buttons inside fields */
 .ideditor .form-field-button {
     -webkit-box-flex: 0;
 }
 
 /* Buttons inside fields */
 .ideditor .form-field-button {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
-    height: 30px;
     width: 32px;
     position: relative;
     background-color: #fff;
     width: 32px;
     position: relative;
     background-color: #fff;
@@ -4834,7 +4769,8 @@ display: none;
     border-left-width: 1px;
     border-right-width: 0;
 }
     border-left-width: 1px;
     border-right-width: 0;
 }
-.ideditor .form-field-button:active {
+.ideditor .form-field-button:active,
+.ideditor .form-field-button:focus {
     background-color: #f1f1f1;
 }
 @media (hover: hover) {
     background-color: #f1f1f1;
 }
 @media (hover: hover) {
@@ -4862,16 +4798,13 @@ display: none;
 .ideditor .form-field-input-access,
 .ideditor .form-field-input-cycleway {
     -webkit-box-flex: 1;
 .ideditor .form-field-input-access,
 .ideditor .form-field-input-cycleway {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
 }
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
 }
@@ -4880,7 +4813,6 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .form-field ul.rows {
     -webkit-box-flex: 1;
 ------------------------------------------------------- */
 .ideditor .form-field ul.rows {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     border: 1px solid #ccc;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     border: 1px solid #ccc;
@@ -4897,19 +4829,16 @@ display: none;
 }
 .ideditor .form-field ul.rows li {
     display: -webkit-box;
 }
 .ideditor .form-field ul.rows li {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
 }
 .ideditor .form-field ul.rows li.labeled-input > span,
 .ideditor .form-field ul.rows li.labeled-input > div {
     -webkit-box-flex: 1;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
 }
 .ideditor .form-field ul.rows li.labeled-input > span,
 .ideditor .form-field ul.rows li.labeled-input > div {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
@@ -4953,6 +4882,7 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .form-field-input-combo > input:only-of-type {
     border-radius: 0 0 4px 4px;
 ------------------------------------------------------- */
 .ideditor .form-field-input-combo > input:only-of-type {
     border-radius: 0 0 4px 4px;
+    width: 100%;
 }
 .ideditor .form-field-input-combo.empty-combobox input,
 .ideditor .form-field-input-multicombo .empty-combobox input {
 }
 .ideditor .form-field-input-combo.empty-combobox input,
 .ideditor .form-field-input-multicombo .empty-combobox input {
@@ -4974,16 +4904,13 @@ display: none;
 
 .ideditor .form-field-input-multicombo li {
     display: -webkit-inline-box;
 
 .ideditor .form-field-input-multicombo li {
     display: -webkit-inline-box;
-    display: -webkit-inline-flex;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     margin-bottom: 3px;
         -ms-flex-align: center;
             align-items: center;
     margin-bottom: 3px;
@@ -5000,7 +4927,6 @@ display: none;
 .ideditor .form-field-input-multicombo li.chip {
     background-color: #eff2f7;
     border: 1px solid #ccd5e3;
 .ideditor .form-field-input-multicombo li.chip {
     background-color: #eff2f7;
     border: 1px solid #ccd5e3;
-    line-height: 25px;
     max-width: 100%;
 }
 .ideditor[dir='ltr'] .form-field-input-multicombo li.chip {
     max-width: 100%;
 }
 .ideditor[dir='ltr'] .form-field-input-multicombo li.chip {
@@ -5028,7 +4954,6 @@ display: none;
 .ideditor .form-field-input-multicombo li.chip span {
     display: block;
     -webkit-box-flex: 1;
 .ideditor .form-field-input-multicombo li.chip span {
     display: block;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     overflow: hidden;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     overflow: hidden;
@@ -5045,7 +4970,6 @@ display: none;
     display: block;
     text-align: center;
     -webkit-box-flex: 0;
     display: block;
     text-align: center;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
@@ -5053,12 +4977,10 @@ display: none;
 .ideditor .form-field-input-multicombo .input-wrap {
     border: 1px solid #ddd;
     width: 100px;
 .ideditor .form-field-input-multicombo .input-wrap {
     border: 1px solid #ddd;
     width: 100px;
-    height: 31px;
 }
 .ideditor .form-field-input-multicombo input {
     border: none;
     width: 100%;
 }
 .ideditor .form-field-input-multicombo input {
     border: none;
     width: 100%;
-    height: 100%;
 }
 
 .ideditor .form-field-input-multicombo input:focus {
 }
 
 .ideditor .form-field-input-multicombo input:focus {
@@ -5130,11 +5052,9 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .form-field-input-check {
     display: -webkit-box;
 ------------------------------------------------------- */
 .ideditor .form-field-input-check {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     background: #fff;
         -ms-flex-align: center;
             align-items: center;
     background: #fff;
@@ -5146,42 +5066,40 @@ display: none;
 }
 .ideditor .form-field-input-check > input[type="checkbox"] {
     -webkit-box-flex: 0;
 }
 .ideditor .form-field-input-check > input[type="checkbox"] {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
-    min-height: 20px;
     width: 20px;
     margin-top: 0;
 }
 .ideditor .form-field-input-check > span {
     -webkit-box-flex: 1;
     width: 20px;
     margin-top: 0;
 }
 .ideditor .form-field-input-check > span {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
 .ideditor .form-field-input-check > span.mixed {
     font-style: italic;
 }
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
 .ideditor .form-field-input-check > span.mixed {
     font-style: italic;
 }
-.ideditor .form-field-input-check > .reverser.button {
+.ideditor .form-field-input-check > .reverser {
     -webkit-box-flex: 0;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     background-color: #eff2f7;
     border: 1px solid #ccd5e3;
     border-radius: 2px;
     padding: 0px 8px;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     background-color: #eff2f7;
     border: 1px solid #ccd5e3;
     border-radius: 2px;
     padding: 0px 8px;
+    color: inherit;
 }
 }
-.ideditor[dir='ltr'] .form-field-input-check > .reverser.button {
+.ideditor[dir='ltr'] .form-field-input-check > .reverser {
     padding-right: 2px;
 }
     padding-right: 2px;
 }
-.ideditor[dir='rtl'] .form-field-input-check > .reverser.button {
+.ideditor[dir='rtl'] .form-field-input-check > .reverser {
     padding-left: 2px;
 }
     padding-left: 2px;
 }
-.ideditor .form-field-input-check > .reverser.button.hide {
+.ideditor .form-field-input-check > .reverser.hide {
     display: none;
 }
     display: none;
 }
-.ideditor .form-field-input-check:active {
+.ideditor .form-field-input-check:active,
+.ideditor .form-field-input-check:focus {
     background: #f1f1f1;
 }
 @media (hover: hover) {
     background: #f1f1f1;
 }
 @media (hover: hover) {
@@ -5201,36 +5119,32 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .form-field-input-radio {
     -webkit-box-flex: 1;
 ------------------------------------------------------- */
 .ideditor .form-field-input-radio {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
 }
 .ideditor .form-field-input-radio > label {
     -webkit-box-flex: 1;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
 }
 .ideditor .form-field-input-radio > label {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
+    -webkit-box-align: center;
+        -ms-flex-align: center;
+            align-items: center;
     width: 100%;
     padding: 5px 10px;
     width: 100%;
     padding: 5px 10px;
-    height: 30px;
     background-color: #fff;
     color: #7092ff;
     cursor: pointer;
     background-color: #fff;
     color: #7092ff;
     cursor: pointer;
@@ -5241,7 +5155,8 @@ display: none;
 .ideditor .form-field-input-radio > label:last-child {
     border-radius: 0 0 4px 4px;
 }
 .ideditor .form-field-input-radio > label:last-child {
     border-radius: 0 0 4px 4px;
 }
-.ideditor .form-field-input-radio > label:active {
+.ideditor .form-field-input-radio > label:active,
+.ideditor .form-field-input-radio > label:focus {
     background-color: #ececec;
 }
 @media (hover: hover) {
     background-color: #ececec;
 }
 @media (hover: hover) {
@@ -5257,14 +5172,12 @@ display: none;
 }
 .ideditor .form-field-input-radio > label > input[type="radio"] {
     -webkit-box-flex: 0;
 }
 .ideditor .form-field-input-radio > label > input[type="radio"] {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     width: 20px;
 }
 .ideditor .form-field-input-radio > label > span {
     -webkit-box-flex: 1;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     width: 20px;
 }
 .ideditor .form-field-input-radio > label > span {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     overflow: hidden;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     overflow: hidden;
@@ -5279,7 +5192,7 @@ display: none;
     padding: 0;
     opacity: 0;
     width: 0;
     padding: 0;
     opacity: 0;
     width: 0;
-    line-height: 0;
+    height: 0;
     display: block;
     overflow: hidden;
 }
     display: block;
     overflow: hidden;
 }
@@ -5288,24 +5201,22 @@ display: none;
 /* Field - Maxspeed
 ------------------------------------------------------- */
 .ideditor .form-field-input-maxspeed input.maxspeed-number {
 /* Field - Maxspeed
 ------------------------------------------------------- */
 .ideditor .form-field-input-maxspeed input.maxspeed-number {
-    -webkit-flex-basis: 0;
-        -ms-flex-preferred-size: 0;
-            flex-basis: 0;
+    -ms-flex-preferred-size: 0;
+        flex-basis: 0;
 }
 .ideditor .form-field-input-maxspeed input.maxspeed-unit {
     -webkit-box-flex: 0;
 }
 .ideditor .form-field-input-maxspeed input.maxspeed-unit {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     width: 80px;
 }
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     width: 80px;
 }
-.ideditor .form-field-input-maxspeed > input:first-of-type {
+.ideditor[dir='ltr'] .form-field-input-maxspeed > input:first-of-type {
     border-radius: 0 0 0 4px;
 }
 .ideditor[dir='rtl'] .form-field-input-maxspeed > input:first-of-type {
     border-radius: 0 0 4px 0;
 }
     border-radius: 0 0 0 4px;
 }
 .ideditor[dir='rtl'] .form-field-input-maxspeed > input:first-of-type {
     border-radius: 0 0 4px 0;
 }
-.ideditor .form-field-input-maxspeed > input:last-of-type {
+.ideditor[dir='ltr'] .form-field-input-maxspeed > input:last-of-type {
     border-left: 0;
     border-radius: 0 0 4px 0;
 }
     border-left: 0;
     border-radius: 0 0 4px 0;
 }
@@ -5342,9 +5253,8 @@ display: none;
 /* nested subfields for name in different languages */
 .ideditor .localized-multilingual {
     padding: 0 10px;
 /* nested subfields for name in different languages */
 .ideditor .localized-multilingual {
     padding: 0 10px;
-    -webkit-flex-basis: 100%;
-        -ms-flex-preferred-size: 100%;
-            flex-basis: 100%;
+    -ms-flex-preferred-size: 100%;
+        flex-basis: 100%;
 }
 .ideditor .localized-multilingual .entry {
     position: relative;
 }
 .ideditor .localized-multilingual .entry {
     position: relative;
@@ -5381,16 +5291,13 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .form-field-input-address {
     -webkit-box-flex: 1;
 ------------------------------------------------------- */
 .ideditor .form-field-input-address {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     border: 1px solid #ccc;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     border: 1px solid #ccc;
@@ -5399,20 +5306,16 @@ display: none;
 
 .ideditor .addr-row {
     -webkit-box-flex: 1;
 
 .ideditor .addr-row {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
-    min-height: 30px;
 }
 
 .ideditor .addr-row > input {
     -webkit-box-flex: 1;
 }
 
 .ideditor .addr-row > input {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     border-radius: 0;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     border-radius: 0;
@@ -5451,16 +5354,13 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .form-field-input-wikipedia {
     display: -webkit-box;
 ------------------------------------------------------- */
 .ideditor .form-field-input-wikipedia {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     -webkit-box-flex: 1;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
@@ -5468,16 +5368,13 @@ display: none;
 .ideditor .wiki-lang-container,
 .ideditor .wiki-title-container {
     display: -webkit-box;
 .ideditor .wiki-lang-container,
 .ideditor .wiki-title-container {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-flex: 1;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
@@ -5486,7 +5383,6 @@ display: none;
 .ideditor .wiki-lang-container > input.wiki-lang,
 .ideditor .wiki-title-container > input.wiki-title {
     -webkit-box-flex: 1;
 .ideditor .wiki-lang-container > input.wiki-lang,
 .ideditor .wiki-title-container > input.wiki-title {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     border-top: 0;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     border-top: 0;
@@ -5540,13 +5436,13 @@ display: none;
 }
 
 .ideditor .restriction-control input,
 }
 
 .ideditor .restriction-control input,
-.ideditor .restriction-control span {
+.ideditor .restriction-control span {
     display: table-cell;
     text-align: start;
     padding: 0px 5px;
 }
 
     display: table-cell;
     text-align: start;
     padding: 0px 5px;
 }
 
-.ideditor .restriction-control span.restriction-control-label {
+.ideditor .restriction-control span.restriction-control-label {
     text-align: end;
 }
 
     text-align: end;
 }
 
@@ -5623,6 +5519,16 @@ display: none;
 
 /* Field - Combobox
 ------------------------------------------------------- */
 
 /* Field - Combobox
 ------------------------------------------------------- */
+.ideditor[dir='ltr'] textarea.combobox-input,
+.ideditor[dir='ltr'] input.combobox-input {
+    /* leave room for the caret */
+    padding-right: 20px;
+}
+.ideditor[dir='rtl'] textarea.combobox-input,
+.ideditor[dir='rtl'] input.combobox-input {
+    padding-left: 20px;
+}
+
 .ideditor div.combobox {
     z-index: 9999;
     display: none;
 .ideditor div.combobox {
     z-index: 9999;
     display: none;
@@ -5648,7 +5554,8 @@ display: none;
 }
 
 .ideditor .combobox a.selected,
 }
 
 .ideditor .combobox a.selected,
-.ideditor .combobox a:active {
+.ideditor .combobox a:active,
+.ideditor .combobox a:focus {
     background: #ececec;
 }
 @media (hover: hover) {
     background: #ececec;
 }
 @media (hover: hover) {
@@ -5665,10 +5572,12 @@ display: none;
 .ideditor .combobox-caret {
     display: inline-block;
     position: relative;
 .ideditor .combobox-caret {
     display: inline-block;
     position: relative;
-    height: 30px;
+    height: 5px;
     width: 30px !important;
     margin-left: -30px;
     width: 30px !important;
     margin-left: -30px;
-    vertical-align: top;
+    -ms-flex-item-align: center;
+        align-self: center;
+    vertical-align: middle;
     cursor: pointer;
 }
 .ideditor[dir='rtl'] .combobox-caret {
     cursor: pointer;
 }
 .ideditor[dir='rtl'] .combobox-caret {
@@ -5733,7 +5642,8 @@ display: none;
     color: #7092ff;
     border-bottom: 2px solid;
 }
     color: #7092ff;
     border-bottom: 2px solid;
 }
-.ideditor .field-help-nav-item:active {
+.ideditor .field-help-nav-item:active,
+.ideditor .field-help-nav-item:focus {
     color: #597be7;
     background-color: #efefef;
 }
     color: #597be7;
     background-color: #efefef;
 }
@@ -5806,20 +5716,16 @@ display: none;
 
 .ideditor .more-fields label {
     display: -webkit-box;
 
 .ideditor .more-fields label {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
 }
         -ms-flex-align: center;
             align-items: center;
 }
@@ -5827,7 +5733,6 @@ display: none;
 .ideditor .more-fields input {
     margin-left: 10px;
     -webkit-box-flex: 1;
 .ideditor .more-fields input {
     margin-left: 10px;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
@@ -5837,7 +5742,6 @@ display: none;
 }
 
 .ideditor .form-field-input-wrap .label {
 }
 
 .ideditor .form-field-input-wrap .label {
-    height: 30px;
     background: #f6f6f6;
     padding: 5px 10px;
 }
     background: #f6f6f6;
     padding: 5px 10px;
 }
@@ -5847,26 +5751,22 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .raw-tag-options {
     display: -webkit-box;
 ------------------------------------------------------- */
 .ideditor .raw-tag-options {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
-    -webkit-flex-direction: row-reverse;
-        -ms-flex-direction: row-reverse;
-            flex-direction: row-reverse;
-    margin-top: -25px;
+    -webkit-box-pack: end;
+        -ms-flex-pack: end;
+            justify-content: flex-end;
+    margin-top: -28px;
 }
 .ideditor button.raw-tag-option {
     -webkit-box-flex: 0;
 }
 .ideditor button.raw-tag-option {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 20px;
-        -ms-flex: 0 0 20px;
-            flex: 0 0 20px;
-    height: 20px;
-    width: 20px;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
+    padding: 3px;
     background: #aaa;
     color: #eee;
     margin: 0 3px;
     background: #aaa;
     color: #eee;
     margin: 0 3px;
@@ -5889,7 +5789,7 @@ display: none;
 .ideditor button.raw-tag-option svg.icon {
     width: 14px;
     height: 14px;
 .ideditor button.raw-tag-option svg.icon {
     width: 14px;
     height: 14px;
-    vertical-align: text-bottom;
+    display: block;
 }
 .ideditor[dir='ltr'] button.raw-tag-option-list {
     -webkit-transform: scaleX(-1);
 }
 .ideditor[dir='ltr'] button.raw-tag-option-list {
     -webkit-transform: scaleX(-1);
@@ -5919,12 +5819,10 @@ display: none;
 }
 .ideditor .tag-row .inner-wrap {
     display: -webkit-box;
 }
 .ideditor .tag-row .inner-wrap {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     width: 100%;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     width: 100%;
@@ -5933,7 +5831,6 @@ display: none;
 .ideditor .tag-row .key-wrap,
 .ideditor .tag-row .value-wrap {
     -webkit-box-flex: 1;
 .ideditor .tag-row .key-wrap,
 .ideditor .tag-row .value-wrap {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 50%;
         -ms-flex: 1 1 50%;
             flex: 1 1 50%;
 }
         -ms-flex: 1 1 50%;
             flex: 1 1 50%;
 }
@@ -5949,7 +5846,6 @@ display: none;
 }
 
 .ideditor .tag-row input {
 }
 
 .ideditor .tag-row input {
-    height: 31px;
     border: 0;
     border-radius: 0;
     border-bottom: 1px solid #ccc;
     border: 0;
     border-radius: 0;
     border-bottom: 1px solid #ccc;
@@ -5988,10 +5884,8 @@ display: none;
 }
 .ideditor .tag-row button {
     -webkit-box-flex: 0;
 }
 .ideditor .tag-row button {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 32px;
-        -ms-flex: 0 0 32px;
-            flex: 0 0 32px;
-    height: 31px;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
     width: 32px;
     border: 1px solid #ccc;
     border-top-width: 0;
     width: 32px;
     border: 1px solid #ccc;
     border-top-width: 0;
@@ -6002,7 +5896,8 @@ display: none;
     border-right-width: 0;
 }
 
     border-right-width: 0;
 }
 
-.ideditor .tag-row button:active {
+.ideditor .tag-row button:active,
+.ideditor .tag-row button:focus {
     background: #f1f1f1;
 }
 @media (hover: hover) {
     background: #f1f1f1;
 }
 @media (hover: hover) {
@@ -6052,7 +5947,6 @@ display: none;
 
 .ideditor .tag-reference-body {
     -webkit-box-flex: 1;
 
 .ideditor .tag-reference-body {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
@@ -6138,7 +6032,6 @@ display: none;
 
 .ideditor .member-row-new .member-entity-input {
     -webkit-box-flex: 1;
 
 .ideditor .member-row-new .member-entity-input {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     border-radius: 4px 4px 0 0;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     border-radius: 4px 4px 0 0;
@@ -6153,25 +6046,14 @@ display: none;
     */
 }
 
     */
 }
 
-/* hidden field to prevent user from tabbing out of the sidebar */
-.ideditor input.key-trap {
-    height: 0px;
-    width: 0px;
-    padding: 0px;
-    border: 1px solid rgba(0,0,0,0);
-}
-
-
 /* add tag, add relation buttons */
 .ideditor .add-row {
     display: -webkit-box;
 /* add tag, add relation buttons */
 .ideditor .add-row {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
 }
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
 }
@@ -6179,18 +6061,16 @@ display: none;
 .ideditor .add-row .add-relation,
 .ideditor .add-row .space-value {
     -webkit-box-flex: 1;
 .ideditor .add-row .add-relation,
 .ideditor .add-row .space-value {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 50%;
         -ms-flex: 1 1 50%;
             flex: 1 1 50%;
 }
 .ideditor .add-row .space-buttons {
     -webkit-box-flex: 0;
         -ms-flex: 1 1 50%;
             flex: 1 1 50%;
 }
 .ideditor .add-row .space-buttons {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 62px;
         -ms-flex: 0 0 62px;
             flex: 0 0 62px;
 }
 .ideditor .add-row button {
         -ms-flex: 0 0 62px;
             flex: 0 0 62px;
 }
 .ideditor .add-row button {
-    height: 30px;
+    padding: 5px;
     background: rgba(0,0,0,.5);
 }
 .ideditor .add-row button:focus,
     background: rgba(0,0,0,.5);
 }
 .ideditor .add-row button:focus,
@@ -6220,16 +6100,13 @@ display: none;
     border-radius: 5px;
     border: 1px solid #ccc;
     display: -webkit-box;
     border-radius: 5px;
     border: 1px solid #ccc;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
 }
         -ms-flex-align: center;
             align-items: center;
 }
@@ -6239,9 +6116,8 @@ display: none;
     background-color: #fff;
     padding: 10px;
     -webkit-box-flex: 0;
     background-color: #fff;
     padding: 10px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 62px;
-        -ms-flex: 0 0 62px;
-            flex: 0 0 62px;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
     position: relative;
     width: 60px;
     height: 60px;
     position: relative;
     width: 60px;
     height: 60px;
@@ -6276,7 +6152,6 @@ display: none;
     background-color: #f6f6f6;
     padding: 0 15px;
     -webkit-box-flex: 1;
     background-color: #f6f6f6;
     padding: 0 15px;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     font-size: 14px;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     font-size: 14px;
@@ -6305,21 +6180,18 @@ display: none;
     border: 1px solid #ccc;
     margin: 10px auto;
     display: -webkit-box;
     border: 1px solid #ccc;
     margin: 10px auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
 }
 .ideditor .comment-avatar {
     padding: 10px;
     -webkit-box-flex: 0;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
 }
 .ideditor .comment-avatar {
     padding: 10px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 62px;
-        -ms-flex: 0 0 62px;
-            flex: 0 0 62px;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
 }
 .ideditor .comment-avatar .icon.comment-avatar-icon {
     width: 40px;
 }
 .ideditor .comment-avatar .icon.comment-avatar-icon {
     width: 40px;
@@ -6332,12 +6204,10 @@ display: none;
 .ideditor .comment-main {
     padding: 10px 10px 10px 0;
     -webkit-box-flex: 1;
 .ideditor .comment-main {
     padding: 10px 10px 10px 0;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: column nowrap;
         -ms-flex-flow: column nowrap;
             flex-flow: column nowrap;
     overflow: hidden;
         -ms-flex-flow: column nowrap;
             flex-flow: column nowrap;
     overflow: hidden;
@@ -6350,11 +6220,9 @@ display: none;
 .ideditor .comment-metadata {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
 .ideditor .comment-metadata {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
 }
         -ms-flex-pack: justify;
             justify-content: space-between;
 }
@@ -6387,12 +6255,10 @@ display: none;
     border-radius: 4px;
     border: 1px solid #ccc;
     display: -webkit-box;
     border-radius: 4px;
     border: 1px solid #ccc;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
-    -webkit-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
 }
         -ms-flex-direction: column;
             flex-direction: column;
 }
@@ -6437,16 +6303,13 @@ display: none;
     border-radius: 5px;
     border: 1px solid #ccc;
     display: -webkit-box;
     border-radius: 5px;
     border: 1px solid #ccc;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
 }
         -ms-flex-align: center;
             align-items: center;
 }
@@ -6455,9 +6318,8 @@ display: none;
     background-color: #fff;
     padding: 10px;
     -webkit-box-flex: 0;
     background-color: #fff;
     padding: 10px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 62px;
-        -ms-flex: 0 0 62px;
-            flex: 0 0 62px;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
     position: relative;
     width: 60px;
     height: 60px;
     position: relative;
     width: 60px;
     height: 60px;
@@ -6479,7 +6341,6 @@ display: none;
     background-color: #f6f6f6;
     padding: 0 15px;
     -webkit-box-flex: 1;
     background-color: #f6f6f6;
     padding: 0 15px;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     font-size: 14px;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     font-size: 14px;
@@ -6501,29 +6362,30 @@ display: none;
 
 
 .ideditor .over-map {
 
 
 .ideditor .over-map {
-    position: absolute;
-    left: 0;
-    right: 0;
-    top: 71px;
-    bottom: 30px;
+    position: relative;
+    height: 100%;
     pointer-events: none;
     display: -webkit-box;
     pointer-events: none;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
-    -webkit-flex-direction: row-reverse;
         -ms-flex-direction: row-reverse;
             flex-direction: row-reverse;
     -webkit-box-align: end;
         -ms-flex-direction: row-reverse;
             flex-direction: row-reverse;
     -webkit-box-align: end;
-    -webkit-align-items: flex-end;
         -ms-flex-align: end;
             align-items: flex-end;
         -ms-flex-align: end;
             align-items: flex-end;
+    overflow: hidden;
 }
 .ideditor .over-map > * {
     pointer-events: auto;
 }
 }
 .ideditor .over-map > * {
     pointer-events: auto;
 }
+/* offscreen this without hiding it */
+.ideditor .over-map .select-trap {
+    position: absolute;
+    right: -1000%;
+    opacity: 0;
+}
 
 /* Map Controls
 ------------------------------------------------------- */
 
 /* Map Controls
 ------------------------------------------------------- */
@@ -6535,12 +6397,10 @@ display: none;
     z-index: 100;
     bottom: 0;
     display: -webkit-box;
     z-index: 100;
     bottom: 0;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
-    -webkit-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
     padding: 5px 0;
         -ms-flex-direction: column;
             flex-direction: column;
     padding: 5px 0;
@@ -6554,7 +6414,6 @@ display: none;
     height: 100%;
     max-height: 70px;
     -webkit-box-flex: 0;
     height: 100%;
     max-height: 70px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
 }
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
 }
@@ -6563,9 +6422,20 @@ display: none;
     right: auto;
 }
 
     right: auto;
 }
 
+.ideditor .map-control {
+    position: relative;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-orient: vertical;
+    -webkit-box-direction: normal;
+        -ms-flex-direction: column;
+            flex-direction: column;
+}
 .ideditor .map-control > button {
     position: relative;
     width: 40px;
 .ideditor .map-control > button {
     position: relative;
     width: 40px;
+    height: 40px;
     background: rgba(0,0,0,.5);
     border-radius: 0;
     pointer-events: auto;
     background: rgba(0,0,0,.5);
     border-radius: 0;
     pointer-events: auto;
@@ -6611,7 +6481,8 @@ display: none;
     height: 40px;
     background: transparent;
 }
     height: 40px;
     background: transparent;
 }
-.ideditor div.full-screen > button:active {
+.ideditor div.full-screen > button:active,
+.ideditor div.full-screen > button:focus {
     background-color: rgba(0, 0, 0, .8);
 }
 @media (hover: hover) {
     background-color: rgba(0, 0, 0, .8);
 }
 @media (hover: hover) {
@@ -6669,11 +6540,6 @@ display: none;
 
 /* Background / Map Data Settings
 ------------------------------------------------------- */
 
 /* Background / Map Data Settings
 ------------------------------------------------------- */
-.ideditor .map-data-control,
-.ideditor .background-control {
-    position: relative;
-}
-
 .ideditor .imagery-faq {
     margin-bottom: 10px;
     white-space: nowrap;
 .ideditor .imagery-faq {
     margin-bottom: 10px;
     white-space: nowrap;
@@ -6686,12 +6552,10 @@ display: none;
 }
 
 .ideditor .layer-list > li {
 }
 
 .ideditor .layer-list > li {
-    height: 30px;
     background-color: #fff;
     color: #7092ff;
     position: relative;
     display: -webkit-box;
     background-color: #fff;
     color: #7092ff;
     position: relative;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }
     display: -ms-flexbox;
     display: flex;
 }
@@ -6731,7 +6595,6 @@ display: none;
 .ideditor .layer-list li.best > div.best {
     padding: 5px;
     -webkit-box-flex: 0;
 .ideditor .layer-list li.best > div.best {
     padding: 5px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
 }
@@ -6751,13 +6614,14 @@ display: none;
     padding: 5px 10px;
     cursor: pointer;
     -webkit-box-flex: 1;
     padding: 5px 10px;
     cursor: pointer;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     display: -ms-flexbox;
     display: flex;
+    -webkit-box-align: center;
+        -ms-flex-align: center;
+            align-items: center;
     overflow: hidden;
 }
 
     overflow: hidden;
 }
 
@@ -6775,14 +6639,19 @@ display: none;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     -webkit-box-flex: 1;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     -webkit-box-flex: 1;
-    -webkit-flex-grow: 1;
         -ms-flex-positive: 1;
             flex-grow: 1;
 }
 
         -ms-flex-positive: 1;
             flex-grow: 1;
 }
 
+.ideditor .layer-list input.list-item-input {
+    height: 2.2em;
+    padding: 0px 4px;
+    width: 50%;
+    min-width: 160px;
+}
+
 .ideditor .map-data-pane .layer-list button,
 .ideditor .background-pane .layer-list button {
 .ideditor .map-data-pane .layer-list button,
 .ideditor .background-pane .layer-list button {
-    height: 100%;
     border-left: 1px solid #ccc;
     border-radius: 0;
     padding-left: 4px;
     border-left: 1px solid #ccc;
     border-radius: 0;
     padding-left: 4px;
@@ -6825,34 +6694,31 @@ display: none;
 .ideditor .issue-label .issue-text {
     width: 100%;
     display: -webkit-box;
 .ideditor .issue-label .issue-text {
     width: 100%;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     cursor: pointer;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     cursor: pointer;
+    text-align: initial;
+    background: none;
 }
 
 .ideditor .issue-text .issue-icon {
     -webkit-box-flex: 0;
 }
 
 .ideditor .issue-text .issue-icon {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     padding: 5px 7px;
 }
 .ideditor .issue-text .issue-message {
     -webkit-box-flex: 1;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     padding: 5px 7px;
 }
 .ideditor .issue-text .issue-message {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     padding: 5px 0;
 }
 .ideditor .issue-label .issue-autofix {
     -webkit-box-flex: 0;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     padding: 5px 0;
 }
 .ideditor .issue-label .issue-autofix {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     padding: 5px 8px;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     padding: 5px 8px;
@@ -6861,7 +6727,6 @@ display: none;
     height: unset;
     width: 32px;
     -webkit-box-flex: 0;
     height: unset;
     width: 32px;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     border-left: 1px solid #ccc;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     border-left: 1px solid #ccc;
@@ -6886,7 +6751,6 @@ display: none;
 
 .ideditor button.autofix.action {
     -webkit-box-flex: 0;
 
 .ideditor button.autofix.action {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 20px;
         -ms-flex: 0 0 20px;
             flex: 0 0 20px;
     height: 20px;
         -ms-flex: 0 0 20px;
             flex: 0 0 20px;
     height: 20px;
@@ -6908,17 +6772,15 @@ display: none;
 /* fix all */
 .ideditor .autofix-all {
     display: -webkit-box;
 /* fix all */
 .ideditor .autofix-all {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
-    -webkit-flex-direction: row-reverse;
-        -ms-flex-direction: row-reverse;
-            flex-direction: row-reverse;
+    -webkit-box-pack: end;
+        -ms-flex-pack: end;
+            justify-content: flex-end;
     margin-top: -25px;
     padding-bottom: 5px;
 }
     margin-top: -25px;
     padding-bottom: 5px;
 }
@@ -6944,7 +6806,7 @@ display: none;
 
 .ideditor .warnings-list .issue.severity-warning .issue-label,
 .ideditor .issue.severity-warning .issue-fix-list,
 
 .ideditor .warnings-list .issue.severity-warning .issue-label,
 .ideditor .issue.severity-warning .issue-fix-list,
-.ideditor.mode-save .warning-section {
+.ideditor .warning-section {
     background: #ffc;
 }
 
     background: #ffc;
 }
 
@@ -6956,26 +6818,30 @@ display: none;
     color: #f90;
 }
 
     color: #f90;
 }
 
-.ideditor .issue.severity-warning .issue-fix-item.actionable,
+.ideditor .issue.severity-warning .issue-fix-item button.actionable,
 .ideditor .issue-container.active .issue.severity-warning .issue-info-button {
     color: #b15500;
     fill: #b15500;
 }
 .ideditor .warnings-list .issue.severity-warning .issue-label:active,
 .ideditor .issue-container.active .issue.severity-warning .issue-info-button {
     color: #b15500;
     fill: #b15500;
 }
 .ideditor .warnings-list .issue.severity-warning .issue-label:active,
-.ideditor .issue.severity-warning .issue-fix-item.actionable:active {
+.ideditor .warnings-list .issue.severity-warning .issue-label:focus,
+.ideditor .issue.severity-warning .issue-fix-item button.actionable:active,
+.ideditor .issue.severity-warning .issue-fix-item button.actionable:focus {
     background: #ff8;
 }
     background: #ff8;
 }
-.ideditor .issue.severity-warning .issue-fix-item.actionable:active,
-.ideditor .issue-container.active .issue.severity-warning .issue-info-button:active {
+.ideditor .issue.severity-warning .issue-fix-item button.actionable:active,
+.ideditor .issue.severity-warning .issue-fix-item button.actionable:focus,
+.ideditor .issue-container.active .issue.severity-warning .issue-info-button:active,
+.ideditor .issue-container.active .issue.severity-warning .issue-info-button:focus {
     color: #7f3d00;
     fill: #7f3d00;
 }
 @media (hover: hover) {
     .ideditor .warnings-list .issue.severity-warning .issue-label:hover,
     color: #7f3d00;
     fill: #7f3d00;
 }
 @media (hover: hover) {
     .ideditor .warnings-list .issue.severity-warning .issue-label:hover,
-    .ideditor .issue.severity-warning .issue-fix-item.actionable:hover {
+    .ideditor .issue.severity-warning .issue-fix-item button.actionable:hover {
         background: #ff8;
     }
         background: #ff8;
     }
-    .ideditor .issue.severity-warning .issue-fix-item.actionable:hover,
+    .ideditor .issue.severity-warning .issue-fix-item button.actionable:hover,
     .ideditor .issue-container.active .issue.severity-warning .issue-info-button:hover {
         color: #7f3d00;
         fill: #7f3d00;
     .ideditor .issue-container.active .issue.severity-warning .issue-info-button:hover {
         color: #7f3d00;
         fill: #7f3d00;
@@ -6993,7 +6859,7 @@ display: none;
 
 .ideditor .errors-list .issue.severity-error .issue-label,
 .ideditor .issue.severity-error .issue-fix-list,
 
 .ideditor .errors-list .issue.severity-error .issue-label,
 .ideditor .issue.severity-error .issue-fix-list,
-.ideditor.mode-save .error-section {
+.ideditor .error-section {
     background: #ffd6d6;
 }
 
     background: #ffd6d6;
 }
 
@@ -7001,7 +6867,7 @@ display: none;
     background: #ffc6c6;
 }
 
     background: #ffc6c6;
 }
 
-.ideditor .issue.severity-error .issue-fix-item.actionable,
+.ideditor .issue.severity-error .issue-fix-item button.actionable,
 .ideditor .issue-container.active .issue.severity-error .issue-info-button {
     color: #b91201;
     fill: #b91201;
 .ideditor .issue-container.active .issue.severity-error .issue-info-button {
     color: #b91201;
     fill: #b91201;
@@ -7010,20 +6876,24 @@ display: none;
     color: #dd1400;
 }
 .ideditor .errors-list .issue.severity-error .issue-label:active,
     color: #dd1400;
 }
 .ideditor .errors-list .issue.severity-error .issue-label:active,
-.ideditor .issue.severity-error .issue-fix-item.actionable:active {
+.ideditor .errors-list .issue.severity-error .issue-label:focus,
+.ideditor .issue.severity-error .issue-fix-item button.actionable:active,
+.ideditor .issue.severity-error .issue-fix-item button.actionable:focus {
     background: #ffb6b6;
 }
     background: #ffb6b6;
 }
-.ideditor .issue.severity-error .issue-fix-item.actionable:active,
-.ideditor .issue-container.active .issue.severity-error .issue-info-button:active {
+.ideditor .issue.severity-error .issue-fix-item button.actionable:active,
+.ideditor .issue.severity-error .issue-fix-item button.actionable:focus,
+.ideditor .issue-container.active .issue.severity-error .issue-info-button:active,
+.ideditor .issue-container.active .issue.severity-error .issue-info-button:focus {
     color: #840c00;
     fill: #840c00;
 }
 @media (hover: hover) {
     .ideditor .errors-list .issue.severity-error .issue-label:hover,
     color: #840c00;
     fill: #840c00;
 }
 @media (hover: hover) {
     .ideditor .errors-list .issue.severity-error .issue-label:hover,
-    .ideditor .issue.severity-error .issue-fix-item.actionable:hover {
+    .ideditor .issue.severity-error .issue-fix-item button.actionable:hover {
         background: #ffb6b6;
     }
         background: #ffb6b6;
     }
-    .ideditor .issue.severity-error .issue-fix-item.actionable:hover,
+    .ideditor .issue.severity-error .issue-fix-item button.actionable:hover,
     .ideditor .issue-container.active .issue.severity-error .issue-info-button:hover {
         color: #840c00;
         fill: #840c00;
     .ideditor .issue-container.active .issue.severity-error .issue-info-button:hover {
         color: #840c00;
         fill: #840c00;
@@ -7050,6 +6920,7 @@ display: none;
 .ideditor .issues-option label {
     display: table-cell;
     padding: 0 10px;
 .ideditor .issues-option label {
     display: table-cell;
     padding: 0 10px;
+    white-space: nowrap;
 }
 
 .ideditor .layer-list.issues-list li.issue {
 }
 
 .ideditor .layer-list.issues-list li.issue {
@@ -7065,17 +6936,15 @@ display: none;
 }
 .ideditor .section-footer {
     display: -webkit-box;
 }
 .ideditor .section-footer {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
-    -webkit-flex-direction: row-reverse;
-        -ms-flex-direction: row-reverse;
-            flex-direction: row-reverse;
+    -webkit-box-pack: end;
+        -ms-flex-pack: end;
+            justify-content: flex-end;
     height: 30px;
 }
 .ideditor .section-footer a {
     height: 30px;
 }
 .ideditor .section-footer a {
@@ -7088,7 +6957,6 @@ display: none;
     background: #c6ffca;
     padding: 5px !important;
     display: -webkit-box;
     background: #c6ffca;
     padding: 5px !important;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }
     display: -ms-flexbox;
     display: flex;
 }
@@ -7098,8 +6966,8 @@ display: none;
 
 .ideditor input.square-degrees-input {
     padding: 2px !important; /* important needed for rtl */
 
 .ideditor input.square-degrees-input {
     padding: 2px !important; /* important needed for rtl */
-    width: 40px;
-    height: unset;
+    width: 3em;
+    height: 2em;
     text-align: center;
     background: rgba(0,0,0,0);
     color: currentColor;
     text-align: center;
     background: rgba(0,0,0,0);
     color: currentColor;
@@ -7113,7 +6981,9 @@ display: none;
     background: #f6f6f6;
 }
 .ideditor .section-entity-issues .issue-container:not(.active) .issue-text:active,
     background: #f6f6f6;
 }
 .ideditor .section-entity-issues .issue-container:not(.active) .issue-text:active,
-.ideditor .section-entity-issues .issue-container:not(.active) .issue-info-button:active {
+.ideditor .section-entity-issues .issue-container:not(.active) .issue-text:focus,
+.ideditor .section-entity-issues .issue-container:not(.active) .issue-info-button:active,
+.ideditor .section-entity-issues .issue-container:not(.active) .issue-info-button:focus {
     background: #f1f1f1;
 }
 @media (hover: hover) {
     background: #f1f1f1;
 }
 @media (hover: hover) {
@@ -7130,7 +7000,7 @@ display: none;
     padding-left: 10px;
 }
 
     padding-left: 10px;
 }
 
-.ideditor .section-entity-issues .issue-container.active .issue-label .issue-text {
+.ideditor .section-entity-issues .issue-container.active .issue-label button.issue-text {
     font-weight: bold;
 }
 .ideditor .section-entity-issues .issue-container:not(:last-of-type) {
     font-weight: bold;
 }
 .ideditor .section-entity-issues .issue-container:not(:last-of-type) {
@@ -7152,27 +7022,31 @@ display: none;
     display: none;
 }
 
     display: none;
 }
 
-.ideditor li.issue-fix-item {
+.ideditor li.issue-fix-item button {
     padding: 2px 10px 2px 20px;
     padding: 2px 10px 2px 20px;
+    background: transparent;
+    width: 100%;
+    text-align: initial;
 }
 }
-.ideditor[dir='rtl'] li.issue-fix-item {
+.ideditor[dir='rtl'] li.issue-fix-item button {
     padding: 2px 20px 2px 10px;
 }
     padding: 2px 20px 2px 10px;
 }
-.ideditor li.issue-fix-item:first-of-type {
+.ideditor li.issue-fix-item:first-of-type button {
     padding-top: 5px;
 }
     padding-top: 5px;
 }
-.ideditor li.issue-fix-item:last-of-type {
+.ideditor li.issue-fix-item:last-of-type button {
     padding-bottom: 5px;
 }
 
     padding-bottom: 5px;
 }
 
-.ideditor li.issue-fix-item .fix-message {
+.ideditor li.issue-fix-item button .fix-message {
     padding: 0 10px;
     padding: 0 10px;
+    vertical-align: middle;
 }
 
 }
 
-.ideditor li.issue-fix-item.actionable {
+.ideditor li.issue-fix-item button.actionable {
     cursor: pointer;
 }
     cursor: pointer;
 }
-.ideditor li.issue-fix-item:not(.actionable) .fix-icon {
+.ideditor li.issue-fix-item button:not(.actionable) .fix-icon {
     color: #555;
     fill: #555;
 }
     color: #555;
     fill: #555;
 }
@@ -7183,7 +7057,6 @@ display: none;
 
 .ideditor .issue-info {
     -webkit-box-flex: 1;
 
 .ideditor .issue-info {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     width: 100%;
@@ -7235,10 +7108,20 @@ display: none;
     margin: 5px;
 }
 
     margin: 5px;
 }
 
+.ideditor .display-control .control-wrap {
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-align: center;
+        -ms-flex-align: center;
+            align-items: center;
+    width: 100%;
+}
 .ideditor .display-control .display-option-input {
     height: 20px;
 .ideditor .display-control .display-option-input {
     height: 20px;
-    width: 155px;
-    max-width: 100%;
+    -webkit-box-flex: 1;
+        -ms-flex: 1 1 100%;
+            flex: 1 1 100%;
 }
 
 .ideditor .display-control button {
 }
 
 .ideditor .display-control button {
@@ -7248,6 +7131,9 @@ display: none;
     margin-right: 0px;
     vertical-align: text-bottom;
     border-radius: 4px;
     margin-right: 0px;
     vertical-align: text-bottom;
     border-radius: 4px;
+    -webkit-box-flex: 0;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
 }
 .ideditor[dir='rtl'] .display-control button {
     margin-left: 0px;
 }
 .ideditor[dir='rtl'] .display-control button {
     margin-left: 0px;
@@ -7261,10 +7147,13 @@ display: none;
     border: 1px solid #ccc;
     border-radius: 4px;
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 4px;
     padding: 10px;
+    position: relative;
 }
 
 }
 
-.ideditor .nudge-container .nudge-instructions {
-    padding-bottom: 15px;
+.ideditor .nudge-container .nudge-controls-wrap {
+    position: relative;
+    width: 100%;
+    overflow: hidden;
 }
 
 .ideditor .nudge-container .nudge-outer-rect {
 }
 
 .ideditor .nudge-container .nudge-outer-rect {
@@ -7272,21 +7161,16 @@ display: none;
     border: 1px solid #ccc;
     border-radius: 2px;
     padding: 20px 0;
     border: 1px solid #ccc;
     border-radius: 2px;
     padding: 20px 0;
-    width: 70%;
     display: -webkit-box;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
-    -webkit-justify-content: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
         -ms-flex-align: center;
             align-items: center;
-    margin: 0 auto;
-    margin-top: 20px;
+    margin: 45px;
     cursor: move;
     /* prevent scrolling pane while dragging on touchscreen */
     -ms-touch-action: none;
     cursor: move;
     /* prevent scrolling pane while dragging on touchscreen */
     -ms-touch-action: none;
@@ -7296,6 +7180,7 @@ display: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
+    position: relative;
 }
 
 .ideditor .nudge-container .nudge-inner-rect {
 }
 
 .ideditor .nudge-container .nudge-inner-rect {
@@ -7318,7 +7203,7 @@ display: none;
 
 .ideditor .nudge-container input {
     width: 100%;
 
 .ideditor .nudge-container input {
     width: 100%;
-    height: 20px;
+    padding: 2px;
     text-align: center;
     border: 0;
 }
     text-align: center;
     border: 0;
 }
@@ -7329,39 +7214,42 @@ display: none;
     background: #ffb;
 }
 
     background: #ffb;
 }
 
-.ideditor .nudge-container input:focus {
-    background-color: transparent;
-}
-
 .ideditor .nudge-container button {
 .ideditor .nudge-container button {
-    float: left;
-    display: block;
-    width: 20%;
-    position: relative;
-    background-color: transparent;
+    position: absolute;
+    height: 40px;
+    width: 40px;
+}
+.ideditor .nudge-container button.right,
+.ideditor .nudge-container button.left {
+    top: 0;
+    bottom: 0;
+    margin-top: auto;
+    margin-bottom: auto;
+    vertical-align: middle;
 }
 }
-
 .ideditor .nudge-container button.right {
 .ideditor .nudge-container button.right {
-    top: -50px;
-    right: -85%;
+    right: 0;
 }
 }
-
 .ideditor .nudge-container button.left {
 .ideditor .nudge-container button.left {
-    top: -50px;
-    right: 45%;
+    left: 0;
+}
+.ideditor .nudge-container button.top,
+.ideditor .nudge-container button.bottom {
+    left: 0;
+    right: 0;
+    margin-left: auto;
+    margin-right: auto;
 }
 }
-
 .ideditor .nudge-container button.top {
 .ideditor .nudge-container button.top {
-    left: 20%;
-    top: -104px;
+    top: 0;
 }
 }
-
 .ideditor .nudge-container button.bottom {
 .ideditor .nudge-container button.bottom {
-    left: -20%;
+    bottom: 0;
 }
 
 .ideditor .nudge-container button.nudge-reset {
 }
 
 .ideditor .nudge-container button.nudge-reset {
-    right: -10px;
+    right: 0;
+    bottom: 0;
 }
 
 .ideditor .nudge-surface {
 }
 
 .ideditor .nudge-surface {
@@ -7404,7 +7292,6 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .map-panes {
     -webkit-box-flex: 0;
 ------------------------------------------------------- */
 .ideditor .map-panes {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 1 auto;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     position: relative;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
     position: relative;
@@ -7417,9 +7304,14 @@ display: none;
     width: 400px;
     max-width: 100%;
     height: 100%;
     width: 400px;
     max-width: 100%;
     height: 100%;
-    padding-bottom: 60px;
-    overflow: hidden;
     z-index: 10;
     z-index: 10;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-orient: vertical;
+    -webkit-box-direction: normal;
+        -ms-flex-direction: column;
+            flex-direction: column;
 }
 
 .ideditor .map-pane.help-pane {
 }
 
 .ideditor .map-pane.help-pane {
@@ -7428,20 +7320,19 @@ display: none;
 
 .ideditor .pane-heading {
     display: -webkit-box;
 
 .ideditor .pane-heading {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
     border-bottom: 1px solid #ccc;
         -ms-flex-pack: justify;
             justify-content: space-between;
     border-bottom: 1px solid #ccc;
-    height: 60px;
+    -webkit-box-flex: 0;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
 }
 
 .ideditor .pane-heading h2 {
 }
 
 .ideditor .pane-heading h2 {
@@ -7450,7 +7341,6 @@ display: none;
 
 .ideditor .pane-heading button {
     width: 40px;
 
 .ideditor .pane-heading button {
     width: 40px;
-    height: 100%;
     border-radius: 0;
 }
 
     border-radius: 0;
 }
 
@@ -7477,11 +7367,12 @@ display: none;
     margin-bottom: 20px;
 }
 
     margin-bottom: 20px;
 }
 
-.ideditor .help-pane .left-content .icon.pre-text {
-    vertical-align: text-top;
+.ideditor .help-pane .left-content .icon.inline,
+.ideditor .curtain-tooltip .icon.inline {
     margin-right: 0;
     margin-left: 0;
     margin-right: 0;
     margin-left: 0;
-    display: inline-block;
+    height: 1.34em;
+    width: 1.34em;
 }
 
 .ideditor .help-pane .toc {
 }
 
 .ideditor .help-pane .toc {
@@ -7503,6 +7394,8 @@ display: none;
 .ideditor .help-pane .toc li a {
     border-bottom: 0;
 }
 .ideditor .help-pane .toc li a {
     border-bottom: 0;
 }
+.ideditor .help-pane .toc li a:focus,
+.ideditor .help-pane .nav a:focus,
 .ideditor .help-pane .toc li a:active,
 .ideditor .help-pane .nav a:active {
     background: #ececec;
 .ideditor .help-pane .toc li a:active,
 .ideditor .help-pane .nav a:active {
     background: #ececec;
@@ -7641,7 +7534,7 @@ display: none;
 .ideditor .inspector-hover .section-entity-issues .issue-container.active .issue-label {
     border-bottom: 0;
 }
 .ideditor .inspector-hover .section-entity-issues .issue-container.active .issue-label {
     border-bottom: 0;
 }
-.ideditor .inspector-hover .section-entity-issues .issue-container.active .issue-label .issue-text {
+.ideditor .inspector-hover .section-entity-issues .issue-container.active .issue-label button.issue-text {
     font-weight: normal;
 }
 
     font-weight: normal;
 }
 
@@ -7704,8 +7597,8 @@ display: none;
     opacity: 1;
     color: #666;
     padding: 5px 10px;
     opacity: 1;
     color: #666;
     padding: 5px 10px;
-    line-height: 20px;
     width: 100%;
     width: 100%;
+    height: auto;
     border: 0;
 }
 .ideditor .inspector-hover .form-field-input-radio .structure-extras-wrap {
     border: 0;
 }
 .ideditor .inspector-hover .form-field-input-radio .structure-extras-wrap {
@@ -7785,9 +7678,14 @@ display: none;
 /* Map
 ------------------------------------------------------- */
 .ideditor .main-map {
 /* Map
 ------------------------------------------------------- */
 .ideditor .main-map {
-    position: relative;
+    position: absolute;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
     overflow: hidden;
     height: 100%;
     overflow: hidden;
     height: 100%;
+    width: 100%;
     background: #000;
     -webkit-user-select: none;
        -moz-user-select: none;
     background: #000;
     -webkit-user-select: none;
        -moz-user-select: none;
@@ -7795,6 +7693,7 @@ display: none;
             user-select: none;
     -ms-touch-action: none;
         touch-action: none;
             user-select: none;
     -ms-touch-action: none;
         touch-action: none;
+    -webkit-touch-callout: none;
 }
 .ideditor .main-map * {
     -ms-touch-action: none;
 }
 .ideditor .main-map * {
     -ms-touch-action: none;
@@ -7921,14 +7820,15 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .info-panels {
     display: -webkit-box;
 ------------------------------------------------------- */
 .ideditor .info-panels {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
-    -webkit-box-direction: reverse;
-    -webkit-flex-flow: row-reverse wrap-reverse;
-        -ms-flex-flow: row-reverse wrap-reverse;
-            flex-flow: row-reverse wrap-reverse;
+    -webkit-box-direction: normal;
+        -ms-flex-flow: row wrap-reverse;
+            flex-flow: row wrap-reverse;
+    -webkit-box-pack: end;
+        -ms-flex-pack: end;
+            justify-content: flex-end;
     width: 100%;
     z-index: 1;
     -ms-user-select: element;
     width: 100%;
     z-index: 1;
     -ms-user-select: element;
@@ -7953,7 +7853,6 @@ display: none;
 
 .ideditor .panel-container {
     -webkit-box-flex: 0;
 
 .ideditor .panel-container {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     margin: 0 2px 2px 0;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     margin: 0 2px 2px 0;
@@ -7971,17 +7870,23 @@ display: none;
 
 .ideditor .panel-title {
     padding: 5px 10px;
 
 .ideditor .panel-title {
     padding: 5px 10px;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-pack: justify;
+        -ms-flex-pack: justify;
+            justify-content: space-between;
 }
 
 .ideditor .panel-title button.close {
 }
 
 .ideditor .panel-title button.close {
-    float: right;
-    height: 20px;
+    padding: 2px;
     background: none;
     color: #ddd;
 }
 .ideditor[dir='rtl'] .panel-title button.close {
     float: left;
 }
     background: none;
     color: #ddd;
 }
 .ideditor[dir='rtl'] .panel-title button.close {
     float: left;
 }
+.ideditor .panel-title button.close:focus,
 .ideditor .panel-title button.close:active {
     color: #fff;
 }
 .ideditor .panel-title button.close:active {
     color: #fff;
 }
@@ -8004,7 +7909,7 @@ display: none;
     display: none;
 }
 
     display: none;
 }
 
-.ideditor .panel-content li span {
+.ideditor .panel-content li span:not(.localized-text) {
     display: inline-block;
     white-space: nowrap;
     margin: 0 8px;
     display: inline-block;
     white-space: nowrap;
     margin: 0 8px;
@@ -8043,49 +7948,45 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .map-footer {
     width: 100%;
 ------------------------------------------------------- */
 .ideditor .map-footer {
     width: 100%;
-    position: absolute;
-    right: 0;
-    bottom: 0;
+    position: relative;
     border-radius: 0;
     pointer-events: none;
     display: -webkit-box;
     border-radius: 0;
     pointer-events: none;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
-    -webkit-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
     -ms-user-select: element;
         -ms-flex-direction: column;
             flex-direction: column;
     -ms-user-select: element;
+    -webkit-box-flex: 0;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
 }
 
 .ideditor .map-footer-bar {
     pointer-events: all;
     display: block;
 }
 
 .ideditor .map-footer-bar {
     pointer-events: all;
     display: block;
-    height: 30px;
+    height: 2.5em;
+    position: relative;
 }
 
 .ideditor .main-footer-wrap,
 .ideditor .flash-wrap {
     display: -webkit-box;
 }
 
 .ideditor .main-footer-wrap,
 .ideditor .flash-wrap {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 100%;
         -ms-flex: 0 0 100%;
             flex: 0 0 100%;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex: 0 0 100%;
             flex: 0 0 100%;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-pack: justify;
-    -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
         -ms-flex-pack: justify;
             justify-content: space-between;
-    max-height: 30px;
+    height: 100%;
     position: absolute;
     right: 0;
     left: 0;
     position: absolute;
     right: 0;
     left: 0;
@@ -8099,7 +8000,7 @@ display: none;
 }
 
 .ideditor .footer-hide {
 }
 
 .ideditor .footer-hide {
-    bottom: -35px;
+    bottom: -100%;
     -webkit-transition: bottom 75ms linear;
     -o-transition: bottom 75ms linear;
     transition: bottom 75ms linear;
     -webkit-transition: bottom 75ms linear;
     -o-transition: bottom 75ms linear;
     transition: bottom 75ms linear;
@@ -8109,26 +8010,30 @@ display: none;
 /* Attribution
 ------------------------------------------------------- */
 .ideditor .attribution-wrap {
 /* Attribution
 ------------------------------------------------------- */
 .ideditor .attribution-wrap {
-    width: 100%;
-    height: 20px;
-    margin-bottom: 5px;
+    position: absolute;
+    bottom: 5px;
+    left: 5px;
+    right: 5px;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-pack: justify;
+        -ms-flex-pack: justify;
+            justify-content: space-between;
+    -webkit-box-align: end;
+        -ms-flex-align: end;
+            align-items: flex-end;
 }
 
 .ideditor .attribution-wrap * { pointer-events: all; }
 
 .ideditor .attribution-wrap .base-layer-attribution,
 .ideditor .attribution-wrap .overlay-layer-attribution {
 }
 
 .ideditor .attribution-wrap * { pointer-events: all; }
 
 .ideditor .attribution-wrap .base-layer-attribution,
 .ideditor .attribution-wrap .overlay-layer-attribution {
-    position: absolute;
     color: #ccc;
     font-size: 10px;
 }
     color: #ccc;
     font-size: 10px;
 }
-
-.ideditor .attribution-wrap .base-layer-attribution {
-    left: 10px;
-}
-
 .ideditor .attribution-wrap .overlay-layer-attribution {
 .ideditor .attribution-wrap .overlay-layer-attribution {
-    right: 10px;
+    text-align: right;
 }
 
 .ideditor .attribution-wrap .overlay-layer-attribution .attribution:not(:last-child):after {
 }
 
 .ideditor .attribution-wrap .overlay-layer-attribution .attribution:not(:last-child):after {
@@ -8139,6 +8044,7 @@ display: none;
 .ideditor .attribution-wrap .attribution a:visited {
     color: #ccf;
 }
 .ideditor .attribution-wrap .attribution a:visited {
     color: #ccf;
 }
+.ideditor .attribution-wrap .attribution a:focus,
 .ideditor .attribution-wrap .attribution a:hover {
     color: #aaf;
 }
 .ideditor .attribution-wrap .attribution a:hover {
     color: #aaf;
 }
@@ -8163,29 +8069,23 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .flash-content {
     display: -webkit-box;
 ------------------------------------------------------- */
 .ideditor .flash-content {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 1;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 0 auto;
         -ms-flex: 1 0 auto;
             flex: 1 0 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex: 1 0 auto;
             flex: 1 0 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row nowrap;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
         -ms-flex-flow: row nowrap;
             flex-flow: row nowrap;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     padding: 2px;
         -ms-flex-align: center;
             align-items: center;
     padding: 2px;
-    height: 30px;
 }
 
 .ideditor .flash-icon {
     -webkit-box-flex: 0;
 }
 
 .ideditor .flash-icon {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     width: 20px;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     width: 20px;
@@ -8212,7 +8112,6 @@ display: none;
 
 .ideditor .flash-text {
     -webkit-box-flex: 1;
 
 .ideditor .flash-text {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
@@ -8222,21 +8121,23 @@ display: none;
 .ideditor .map-footer-bar .scale-block {
     vertical-align: bottom;
     width: 250px;
 .ideditor .map-footer-bar .scale-block {
     vertical-align: bottom;
     width: 250px;
-    max-height: 30px;
     -webkit-box-flex: 0;
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 250px;
-        -ms-flex: 0 0 250px;
-            flex: 0 0 250px;
+        -ms-flex: 0 0 auto;
+            flex: 0 0 auto;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
+    height: 30px;
+    -ms-flex-item-align: center;
+        align-self: center;
 }
 
 .ideditor .scale-block .scale {
 }
 
 .ideditor .scale-block .scale {
-    height: 30px;
+    height: 100%;
     width: 100%;
     cursor: pointer;
     width: 100%;
     cursor: pointer;
+    display: block;
 }
 .ideditor[dir='rtl'] .scale-block .scale {
     -webkit-transform: scaleX(-1);
 }
 .ideditor[dir='rtl'] .scale-block .scale {
     -webkit-transform: scaleX(-1);
@@ -8244,16 +8145,11 @@ display: none;
             transform: scaleX(-1);
 }
 
             transform: scaleX(-1);
 }
 
-.ideditor .scale-block .scale text {
-    font: 12px sans-serif;
-    stroke: none;
-    fill: #ccc;
-    text-anchor: start;
-}
-.ideditor[dir='rtl'] .scale-block .scale text {
-    -webkit-transform: scaleX(-1);
-        -ms-transform: scaleX(-1);
-            transform: scaleX(-1);
+.ideditor .scale-block .scale-text {
+    display: inline-block;
+    position: absolute;
+    color: #ccc;
+    top: 0.45em;
 }
 
 .ideditor .scale-block .scale path {
 }
 
 .ideditor .scale-block .scale path {
@@ -8266,70 +8162,59 @@ display: none;
 /* Footer - About, Source Switcher
 ------------------------------------------------------- */
 .ideditor .map-footer-bar .info-block {
 /* Footer - About, Source Switcher
 ------------------------------------------------------- */
 .ideditor .map-footer-bar .info-block {
-    max-height: 30px;
     -webkit-box-flex: 1;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
-        -ms-flex: 1 1 auto;
-            flex: 1 1 auto;
+        -ms-flex: 1 1 100%;
+            flex: 1 1 100%;
+    overflow: hidden;
 }
 
 .ideditor .map-footer-list {
 }
 
 .ideditor .map-footer-list {
-    text-align: right;
-    margin-right: 10px;
-    clear: right;
-    overflow: hidden;
-}
-.ideditor[dir='rtl'] .map-footer-list {
-    text-align: left;
-    clear: left;
-    margin-left: 10px;
-    margin-right: 0;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-orient: horizontal;
+    -webkit-box-direction: normal;
+        -ms-flex-flow: row nowrap;
+            flex-flow: row nowrap;
+    height: 100%;
+    -webkit-box-pack: end;
+        -ms-flex-pack: end;
+            justify-content: flex-end;
 }
 
 .ideditor .map-footer-list li {
 }
 
 .ideditor .map-footer-list li {
-    float: right;
-    border-left: 1px solid rgba(255,255,255,.5);
-    padding: 5px 0 5px 5px;
-    margin-left: 5px;
+    height: 100%;
+    display: -webkit-box;
+    display: -ms-flexbox;
+    display: flex;
+    -webkit-box-align: center;
+        -ms-flex-align: center;
+            align-items: center;
+    white-space: nowrap;
+    padding: 5px;
 }
 }
-.ideditor[dir='rtl'] .map-footer-list li {
-    float: left;
-    border-left: none;
+.ideditor[dir='ltr'] .map-footer-list li:not(:last-child) {
     border-right: 1px solid rgba(255,255,255,.5);
     border-right: 1px solid rgba(255,255,255,.5);
-    margin-left: 0;
-    margin-right: 5px;
-    padding: 5px 5px 5px 0;
+}
+.ideditor[dir='rtl'] .map-footer-list li:not(:last-child) {
+    border-left: 1px solid rgba(255,255,255,.5);
 }
 .ideditor .map-footer-list li:empty {
     display: none;
 }
 
 }
 .ideditor .map-footer-list li:empty {
     display: none;
 }
 
-.ideditor .map-footer-list li:last-child {
-    border-left: 0;
-    margin-left: 0;
-    padding-left: 0;
-}
-.ideditor[dir='rtl'] .map-footer-list li:last-child {
-    border-right: none;
-}
-
 .ideditor .map-footer-list a.chip {
 .ideditor .map-footer-list a.chip {
-    padding: 2px 4px 3px 4px;
+    padding: 1px 4px 1px 4px;
     border-radius: 2px;
     color: #eee;
 }
 .ideditor .map-footer-list a.chip .icon {
     width: 14px;
     height: 14px;
     border-radius: 2px;
     color: #eee;
 }
 .ideditor .map-footer-list a.chip .icon {
     width: 14px;
     height: 14px;
-    margin-top: 3px;
+    margin-top: -2px;
 }
 }
-.ideditor[dir='ltr'] .map-footer-list a.chip .icon,
-.ideditor[dir='ltr'] .map-footer-list a.chip span {
-    margin-right: 3px;
-}
-.ideditor[dir='rtl'] .map-footer-list a.chip .icon,
-.ideditor[dir='rtl'] .map-footer-list a.chip span {
-    margin-left: 3px;
+.ideditor .map-footer-list a.chip span.count {
+    margin: 0 3px;
 }
 
 .ideditor .source-switch a.chip.live {
 }
 
 .ideditor .source-switch a.chip.live {
@@ -8363,13 +8248,15 @@ display: none;
     padding: 1px 10px;
     color: #eee;
     -webkit-box-flex: 1;
     padding: 1px 10px;
     color: #eee;
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
 .ideditor[dir='rtl'] .api-status {
     text-align: left;
 }
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
 }
 .ideditor[dir='rtl'] .api-status {
     text-align: left;
 }
+.ideditor .api-status:empty {
+    display: none;
+}
 
 .ideditor .api-status.offline,
 .ideditor .api-status.readonly,
 
 .ideditor .api-status.offline,
 .ideditor .api-status.readonly,
@@ -8382,6 +8269,7 @@ display: none;
     color: #ccc;
     pointer-events: all;
 }
     color: #ccc;
     pointer-events: all;
 }
+.ideditor .api-status a:focus,
 .ideditor .api-status a:active {
     color: inherit;
 }
 .ideditor .api-status a:active {
     color: inherit;
 }
@@ -8453,12 +8341,10 @@ display: none;
     min-width: 200px;
     max-width: 550px;
     display: -webkit-box;
     min-width: 200px;
     max-width: 550px;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
-    -webkit-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
 }
         -ms-flex-direction: column;
             flex-direction: column;
 }
@@ -8512,21 +8398,16 @@ display: none;
 .ideditor .modal-section.buttons .action {
     display: inline-block;
     margin: 0 10px;
 .ideditor .modal-section.buttons .action {
     display: inline-block;
     margin: 0 10px;
-    text-align: center;
-    vertical-align: middle;
 }
 
 .ideditor .save-section .buttons {
     display: -webkit-box;
 }
 
 .ideditor .save-section .buttons {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     display: -ms-flexbox;
     display: flex;
-    -webkit-flex-wrap: wrap;
-        -ms-flex-wrap: wrap;
-            flex-wrap: wrap;
-    -webkit-justify-content: space-around;
-        -ms-flex-pack: distribute;
-            justify-content: space-around;
+    -ms-flex-wrap: wrap;
+        flex-wrap: wrap;
+    -ms-flex-pack: distribute;
+        justify-content: space-around;
 }
 
 .ideditor .save-section .buttons .action,
 }
 
 .ideditor .save-section .buttons .action,
@@ -8542,16 +8423,14 @@ display: none;
 }
 .ideditor .modal-actions {
     display: -webkit-box;
 }
 .ideditor .modal-actions {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }
 .ideditor .modal-actions button {
     display: -ms-flexbox;
     display: flex;
 }
 .ideditor .modal-actions button {
-    font-weight: normal;
     color: #7092ff;
     border-bottom: 1px solid #ccc;
     border-radius: 0;
     color: #7092ff;
     border-bottom: 1px solid #ccc;
     border-radius: 0;
-    height: 160px;
+    min-height: 160px;
     text-align: center;
     width: 100%;
 }
     text-align: center;
     width: 100%;
 }
@@ -8692,38 +8571,39 @@ display: none;
 ------------------------------------------------------- */
 .ideditor .modal-shortcuts {
     width: 90%;
 ------------------------------------------------------- */
 .ideditor .modal-shortcuts {
     width: 90%;
-    max-width: 950px;
+    max-width: 1050px;
 }
 
 .ideditor .modal-shortcuts .modal-section:last-child {
 }
 
 .ideditor .modal-shortcuts .modal-section:last-child {
-    padding-top: 10px;
+    padding: 10px 15px 20px 15px;
     min-height: 275px;
 }
 
 .ideditor .modal-shortcuts .tabs-bar {
     min-height: 275px;
 }
 
 .ideditor .modal-shortcuts .tabs-bar {
-    text-align: center;
     padding-bottom: 5px;
     padding-bottom: 5px;
-    font-size: 16px;
-    font-weight: bold;
+    text-align: center;
 }
 
 }
 
-.ideditor .modal-shortcuts .tab {
+.ideditor .modal-shortcuts a.tab {
     display: inline-block;
     padding: 5px 10px;
     margin: 0 5px;
     cursor: pointer;
     color: #666;
     display: inline-block;
     padding: 5px 10px;
     margin: 0 5px;
     cursor: pointer;
     color: #666;
+    font-size: 16px;
+    font-weight: bold;
 }
 }
-.ideditor .modal-shortcuts .tab.active {
+.ideditor .modal-shortcuts a.tab.active {
     color: #7092ff;
     border-bottom: 2px solid;
 }
     color: #7092ff;
     border-bottom: 2px solid;
 }
-.ideditor .modal-shortcuts .tab:active {
+.ideditor .modal-shortcuts a.tab:focus,
+.ideditor .modal-shortcuts a.tab:active {
     color: #597be7;
     background-color: #efefef;
 }
 @media (hover: hover) {
     color: #597be7;
     background-color: #efefef;
 }
 @media (hover: hover) {
-    .ideditor .modal-shortcuts .tab:hover {
+    .ideditor .modal-shortcuts a.tab:hover {
         color: #597be7;
         background-color: #efefef;
     }
         color: #597be7;
         background-color: #efefef;
     }
@@ -8731,17 +8611,14 @@ display: none;
 
 .ideditor .modal-shortcuts .shortcut-tab {
     display: -webkit-box;
 
 .ideditor .modal-shortcuts .shortcut-tab {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
         -ms-flex-flow: row wrap;
             flex-flow: row wrap;
-    -webkit-justify-content: space-around;
-        -ms-flex-pack: distribute;
-            justify-content: space-around;
+    -ms-flex-pack: distribute;
+        justify-content: space-around;
 }
 
 .ideditor .modal-shortcuts .shortcut-column {
 }
 
 .ideditor .modal-shortcuts .shortcut-column {
@@ -8750,7 +8627,6 @@ display: none;
 
 .ideditor .modal-shortcuts .shortcut-tab-tools .shortcut-column {
     -webkit-box-flex: 1;
 
 .ideditor .modal-shortcuts .shortcut-tab-tools .shortcut-column {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     width: 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     width: 100%;
@@ -8816,34 +8692,20 @@ display: none;
 
 /* Save Mode
 ------------------------------------------------------- */
 
 /* Save Mode
 ------------------------------------------------------- */
-.ideditor.mode-save a.user-info {
+.ideditor a.user-info {
     display: inline-block;
 }
 
     display: inline-block;
 }
 
-.ideditor.mode-save .commit-form {
+.ideditor .commit-form {
     margin-bottom: 0;
 }
 
     margin-bottom: 0;
 }
 
-.ideditor.mode-save .user-info img {
+.ideditor .user-info img {
     float: left;
 }
 
     float: left;
 }
 
-.ideditor.mode-save h3 small.count {
-    margin-right: 10px;
-    text-align: center;
-    float: left;
-    height: 12px;
-    min-width: 12px;
-    font-size: 12px;
-    line-height: 12px;
-    border-radius: 24px;
-    padding: 5px;
-    background: #7092ff;
-    color: #fff;
-}
-
 .ideditor .note-save .field-warning,
 .ideditor .note-save .field-warning,
-.ideditor.mode-save .field-warning {
+.ideditor .field-warning {
     background: #ffb;
     border: 1px solid #ccc;
     border-radius: 4px;
     background: #ffb;
     border: 1px solid #ccc;
     border-radius: 4px;
@@ -8851,62 +8713,45 @@ display: none;
 }
 
 .ideditor .note-save .field-warning:empty,
 }
 
 .ideditor .note-save .field-warning:empty,
-.ideditor.mode-save .field-warning:empty {
+.ideditor .field-warning:empty {
     display: none;
 }
 
     display: none;
 }
 
-.ideditor.mode-save .field-warning,
-.ideditor.mode-save .changeset-info,
-.ideditor.mode-save .request-review,
-.ideditor.mode-save .commit-info {
+.ideditor .field-warning,
+.ideditor .changeset-info,
+.ideditor .request-review,
+.ideditor .commit-info {
     margin-bottom: 10px;
 }
 
     margin-bottom: 10px;
 }
 
-.ideditor.mode-save .request-review label {
+.ideditor .request-review label {
     cursor: pointer;
 }
 
     cursor: pointer;
 }
 
-.ideditor.mode-save .changeset-list {
+.ideditor .changeset-list {
     border: 1px solid #ccc;
     border-radius: 4px;
     background: #fff;
     margin-bottom: 10px;
     border: 1px solid #ccc;
     border-radius: 4px;
     background: #fff;
     margin-bottom: 10px;
+    overflow: hidden;
 }
 
 }
 
-.ideditor.mode-save .warning-section .changeset-list button {
-    border-left: 1px solid #ccc;
-}
-
-.ideditor.mode-save .changeset-list li {
-    position: relative;
-    border-top: 1px solid #ccc;
+.ideditor .changeset-list li button {
     padding: 5px 10px;
     padding: 5px 10px;
-    cursor: pointer;
+    width: 100%;
+    border-radius: 0;
+    text-align: initial;
 }
 }
-.ideditor.mode-save .changeset-list li:active {
-    background-color: #ececec;
+.ideditor .changeset-list li {
+    border-top: 1px solid #ccc;
 }
 }
-@media (hover: hover) {
-    .ideditor.mode-save .changeset-list li:hover {
-        background-color: #ececec;
-    }
+.ideditor .changeset-list li:first-child {
+    border-top: 0;
 }
 }
-
-.ideditor.mode-save .changeset-list .alert {
+.ideditor .changeset-list .alert {
     opacity: 0.5;
 }
 
     opacity: 0.5;
 }
 
-.ideditor .changeset-list li span.count {
-    font-size: 10px;
-    color: #555;
-}
-
-.ideditor .changeset-list li span.count:before { content: '('; }
-
-.ideditor .changeset-list li span.count:after { content: ')'; }
-
-.ideditor .changeset-list li:first-child { border-top: 0;}
-
 
 /* Conflict resolution
 ------------------------------------------------------- */
 
 /* Conflict resolution
 ------------------------------------------------------- */
@@ -8920,7 +8765,7 @@ display: none;
     padding: 20px;
 }
 
     padding: 20px;
 }
 
-.ideditor.mode-save button.conflicts-button {
+.ideditor button.conflicts-button {
     float: left;
 }
 
     float: left;
 }
 
@@ -8971,9 +8816,10 @@ display: none;
 .ideditor .notice .zoom-to {
     margin: auto;
     width: 300px;
 .ideditor .notice .zoom-to {
     margin: auto;
     width: 300px;
-    height: 70px;
+    padding: 20px 5px;
     font-size: 150%;
     border-radius: 8px;
     font-size: 150%;
     border-radius: 8px;
+    font-weight: bold;
 }
 
 .ideditor .notice .zoom-to:focus,
 }
 
 .ideditor .notice .zoom-to:focus,
@@ -9215,12 +9061,10 @@ display: none;
 .ideditor .edit-menu {
     position: absolute;
     display: -webkit-box;
 .ideditor .edit-menu {
     position: absolute;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
-    -webkit-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
     background: #fff;
         -ms-flex-direction: column;
             flex-direction: column;
     background: #fff;
@@ -9234,11 +9078,9 @@ display: none;
 
 .ideditor .edit-menu-item {
     display: -webkit-box;
 
 .ideditor .edit-menu-item {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
-    -webkit-align-items: center;
         -ms-flex-align: center;
             align-items: center;
     border-radius: 0;
         -ms-flex-align: center;
             align-items: center;
     border-radius: 0;
@@ -9249,6 +9091,7 @@ display: none;
     max-width: 120px;
     text-align: initial;
     line-height: 1.1em;
     max-width: 120px;
     text-align: initial;
     line-height: 1.1em;
+    font-weight: bold;
 }
 .ideditor[dir='ltr'] .edit-menu-item .label {
     margin-left: 8px;
 }
 .ideditor[dir='ltr'] .edit-menu-item .label {
     margin-left: 8px;
@@ -9322,12 +9165,10 @@ display: none;
 
 .ideditor .intro-nav-wrap {
     display: -webkit-box;
 
 .ideditor .intro-nav-wrap {
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-direction: row;
         -ms-flex-direction: row;
             flex-direction: row;
     position: absolute;
         -ms-flex-direction: row;
             flex-direction: row;
     position: absolute;
@@ -9340,7 +9181,6 @@ display: none;
 
 .ideditor .intro-nav-wrap .intro-nav-wrap-logo {
     -webkit-box-flex: 0;
 
 .ideditor .intro-nav-wrap .intro-nav-wrap-logo {
     -webkit-box-flex: 0;
-    -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     height: 40px;
         -ms-flex: 0 0 auto;
             flex: 0 0 auto;
     height: 40px;
@@ -9352,26 +9192,23 @@ display: none;
 
 .ideditor .intro-nav-wrap .joined {
     -webkit-box-flex: 1;
 
 .ideditor .intro-nav-wrap .joined {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 auto;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
         -ms-flex: 1 1 auto;
             flex: 1 1 auto;
     display: -webkit-box;
-    display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
-    -webkit-flex-direction: row;
         -ms-flex-direction: row;
             flex-direction: row;
 }
 
 .ideditor .intro-nav-wrap button.chapter {
     -webkit-box-flex: 1;
         -ms-flex-direction: row;
             flex-direction: row;
 }
 
 .ideditor .intro-nav-wrap button.chapter {
     -webkit-box-flex: 1;
-    -webkit-flex: 1 1 100%;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     padding: 0px 5px;
         -ms-flex: 1 1 100%;
             flex: 1 1 100%;
     padding: 0px 5px;
+    font-weight: bold;
 }
 
 .ideditor .intro-nav-wrap button.chapter.next {
 }
 
 .ideditor .intro-nav-wrap button.chapter.next {
@@ -9500,7 +9337,6 @@ display: none;
 
 .ideditor .huge-modal-button {
     width: 100%;
 
 .ideditor .huge-modal-button {
     width: 100%;
-    height: auto;
     padding: 20px;
 }
 
     padding: 20px;
 }