align-items: center;
}
+.ideditor .mapillary-attribution-image-container {
+ height: auto;
+}
+
.ideditor .mly-wrapper .mapillary-attribution-container .mapillary-attribution-username {
- display: none;
+ padding: 0px 8px 0 6px;
}
.ideditor .mly-wrapper .mapillary-attribution-container .mapillary-attribution-date {
vertical-align: baseline;
}
+.ideditor button.loading .icon {
+ background-image: url(<%= asset_path("iD/img/mini-loader.gif") %>);
+ background-position: 0 0;
+ background-size: auto;
+}
+
/* Toolbar / Persistent UI Elements
------------------------------------------------------- */
.ideditor .form-field-input-roadheight input.roadheight-secondary-number,
.ideditor .form-field-input-roadspeed input.roadspeed-number {
flex-basis: 0;
+ width: 0;
}
.ideditor .form-field-input-roadheight input.roadheight-unit,
.ideditor .form-field-input-roadheight input.roadheight-secondary-unit {