/* photo viewer div */
.ideditor .photoviewer {
position: relative;
- -ms-flex-negative: 0;
- flex-shrink: 0;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
margin-bottom: 10px;
width: 330px;
height: 250px;
}
.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;
+ -webkit-flex-flow: row nowrap;
-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;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0 5px;
.ideditor .mly-wrapper .mapillary-attribution-container {
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 .mly-wrapper .mapillary-attribution-container .mapillary-attribution-icon-container {
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 .qa-header-icon {
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;
-webkit-box-pack: center;
+ -webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.ideditor .main-content {
position: relative;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
.ideditor .top-toolbar {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 0 0 0;
}
.ideditor .top-toolbar .toolbar-item {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-flex-flow: column wrap;
-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;
+ display: -webkit-flex;
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;
+ -webkit-flex-flow: row nowrap;
-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;
.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;
+ -webkit-justify-content: flex-start;
-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;
}
}
.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;
+ -webkit-flex-flow: row nowrap;
-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;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-weight: bold;
}
.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;
+ -webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
padding: 0 5px;
padding: 20px 40px;
position: relative;
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;
-webkit-box-pack: center;
+ -webkit-justify-content: center;
-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;
}
width: 100%;
height: 2.5em;
z-index: 1;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
-webkit-box-pack: justify;
+ -webkit-justify-content: space-between;
-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;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.ideditor .footer > a {
-webkit-box-pack: center;
+ -webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
bottom: 0;
right: 0;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
top: 0;
bottom: 2.5em;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.ideditor .feature-list-pane {
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
position: relative;
height: 100%;
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
position: relative;
overflow: hidden;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.ideditor .feature-list-item {
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
text-overflow: ellipsis;
overflow: hidden;
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.ideditor .preset-list-button-wrap {
min-height: 62px;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border: 1px solid #ccc;
height: 100%;
position: relative;
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;
}
height: 60px;
text-align: center;
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;
-webkit-box-pack: center;
+ -webkit-justify-content: center;
-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;
}
width: 40px;
height: 40px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.ideditor .preset-list-button .label {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #f6f6f6;
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-item-align: stretch;
- align-self: stretch;
+ -webkit-align-self: stretch;
+ -ms-flex-item-align: stretch;
+ align-self: stretch;
}
.ideditor[dir='rtl'] .preset-list-button .label {
text-align: right;
.ideditor .preset-list-button-wrap button.tag-reference-button {
width: 32px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
}
.ideditor .preset-list-button-wrap .accessory-buttons {
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
------------------------------------------------------- */
.ideditor .quick-links {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 5px 0 0 0;
.ideditor .form-field {
display: -webkit-box;
+ display: -webkit-flex;
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;
/* 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;
+ -webkit-flex-flow: row nowrap;
-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%;
position: relative;
-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;
padding: 5px 0 4px 10px;
.ideditor .field-label button {
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
border-left: 1px solid #ccc;
/* 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;
+ -webkit-flex-flow: row nowrap;
-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;
border-top: 0;
.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;
border: 1px solid #ccc;
/* 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;
width: 32px;
.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;
+ display: -webkit-flex;
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 ul.rows {
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border: 1px solid #ccc;
}
.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;
+ -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;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
.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;
+ -webkit-flex-flow: row nowrap;
-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;
.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;
display: block;
text-align: center;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
------------------------------------------------------- */
.ideditor .form-field-input-check {
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;
background: #fff;
}
.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;
width: 20px;
}
.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 > .reverser {
-webkit-box-flex: 0;
+ -webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
background-color: #eff2f7;
------------------------------------------------------- */
.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;
+ display: -webkit-flex;
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;
+ -webkit-flex: 1 1 auto;
-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;
+ -webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.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;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
overflow: hidden;
/* Field - roadspeed
------------------------------------------------------- */
.ideditor .form-field-input-roadspeed input.roadspeed-number {
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
+ -webkit-flex-basis: 0;
+ -ms-flex-preferred-size: 0;
+ flex-basis: 0;
}
.ideditor .form-field-input-roadspeed input.roadspeed-unit {
-webkit-box-flex: 0;
+ -webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 80px;
/* nested subfields for name in different languages */
.ideditor .localized-multilingual {
padding: 0 10px;
- -ms-flex-preferred-size: 100%;
- flex-basis: 100%;
+ -webkit-flex-basis: 100%;
+ -ms-flex-preferred-size: 100%;
+ flex-basis: 100%;
}
.ideditor .localized-multilingual .entry {
position: relative;
------------------------------------------------------- */
.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;
+ display: -webkit-flex;
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;
.ideditor .addr-row {
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
.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;
------------------------------------------------------- */
.ideditor .form-field-input-wikipedia {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.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;
+ -webkit-flex-flow: row nowrap;
-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%;
.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;
height: 5px;
width: 30px !important;
margin-left: -30px;
- -ms-flex-item-align: center;
- align-self: center;
+ -webkit-align-self: center;
+ -ms-flex-item-align: center;
+ align-self: center;
vertical-align: middle;
cursor: pointer;
}
.ideditor .more-fields label {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.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;
}
------------------------------------------------------- */
.ideditor .raw-tag-options {
display: -webkit-box;
+ display: -webkit-flex;
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: end;
+ -webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: -28px;
}
.ideditor button.raw-tag-option {
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 3px;
}
.ideditor .tag-row .inner-wrap {
display: -webkit-box;
+ display: -webkit-flex;
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%;
.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%;
}
}
.ideditor .tag-row button {
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 32px;
.ideditor .tag-reference-body {
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
.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;
/* 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;
+ -webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.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;
+ -webkit-flex: 0 0 62px;
-ms-flex: 0 0 62px;
flex: 0 0 62px;
}
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;
+ -webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
background-color: #fff;
padding: 10px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
position: relative;
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;
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;
+ -webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.ideditor .comment-avatar {
padding: 10px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.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;
+ -webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
overflow: hidden;
.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;
+ -webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
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;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
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;
+ -webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
background-color: #fff;
padding: 10px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
position: relative;
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;
height: 100%;
pointer-events: none;
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
overflow: hidden;
z-index: 100;
bottom: 0;
display: -webkit-box;
+ display: -webkit-flex;
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;
height: 100%;
max-height: 70px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.ideditor .map-control {
position: relative;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
color: #7092ff;
position: relative;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.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;
}
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;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-box-flex: 1;
+ -webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.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;
+ -webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
cursor: pointer;
.ideditor .issue-text .issue-icon {
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 2px 3px;
}
.ideditor .issue-text .issue-message {
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 4px 5px;
}
.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;
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;
.ideditor button.autofix.action {
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 20px;
-ms-flex: 0 0 20px;
flex: 0 0 20px;
height: 20px;
/* fix all */
.ideditor .autofix-all {
display: -webkit-box;
+ display: -webkit-flex;
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: end;
+ -webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: -25px;
}
.ideditor .section-footer {
display: -webkit-box;
+ display: -webkit-flex;
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: end;
+ -webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 30px;
background: #c6ffca;
padding: 5px !important;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.ideditor .issue-info {
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 100%;
.ideditor .display-control .control-wrap {
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;
width: 100%;
.ideditor .display-control .display-option-input {
height: 20px;
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
vertical-align: text-bottom;
border-radius: 4px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
border-radius: 2px;
padding: 20px 0;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
+ -webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 45px;
------------------------------------------------------- */
.ideditor .map-panes {
-webkit-box-flex: 0;
+ -webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
position: relative;
height: 100%;
z-index: 10;
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.ideditor .pane-heading {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #ccc;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
------------------------------------------------------- */
.ideditor .info-panels {
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
+ -webkit-flex-flow: row wrap-reverse;
-ms-flex-flow: row wrap-reverse;
flex-flow: row wrap-reverse;
-webkit-box-pack: end;
+ -webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
.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;
.ideditor .panel-title {
padding: 5px 10px;
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;
}
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;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-ms-user-select: element;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.ideditor .main-footer-wrap,
.ideditor .flash-wrap {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-flex-flow: row nowrap;
-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;
height: 100%;
left: 5px;
right: 5px;
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;
-webkit-box-align: end;
+ -webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
z-index: 0;
------------------------------------------------------- */
.ideditor .flash-content {
display: -webkit-box;
+ display: -webkit-flex;
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;
+ -webkit-flex-flow: row nowrap;
-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;
.ideditor .flash-icon {
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20px;
.ideditor .flash-text {
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
vertical-align: bottom;
width: 250px;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
height: 30px;
- -ms-flex-item-align: center;
- align-self: center;
+ -webkit-align-self: center;
+ -ms-flex-item-align: center;
+ align-self: center;
}
.ideditor .scale-block .scale {
------------------------------------------------------- */
.ideditor .map-footer-bar .info-block {
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
overflow: hidden;
.ideditor .map-footer-list {
display: -webkit-box;
+ display: -webkit-flex;
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;
height: 100%;
-webkit-box-pack: end;
+ -webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ideditor .map-footer-list li {
height: 100%;
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;
white-space: nowrap;
padding: 1px 10px;
color: #eee;
-webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
/* For an icon (e.g. new version) */
.ideditor .badge {
display: -webkit-inline-box;
+ display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
background: #d32232;
height: 21px;
border-radius: 50%;
-webkit-box-align: center;
+ -webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
+ -webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
height: 11px;
color: #fff;
-webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
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;
+ -webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.ideditor .save-section .buttons {
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -ms-flex-pack: distribute;
- justify-content: space-around;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-justify-content: space-around;
+ -ms-flex-pack: distribute;
+ justify-content: space-around;
}
.ideditor .save-section .buttons .action,
}
.ideditor .modal-actions {
display: -webkit-box;
+ display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.ideditor .modal-shortcuts .shortcut-tab {
display: -webkit-box;
+ display: -webkit-flex;
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-pack: distribute;
- justify-content: space-around;
+ -webkit-justify-content: space-around;
+ -ms-flex-pack: distribute;
+ justify-content: space-around;
}
.ideditor .modal-shortcuts .shortcut-column {
.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%;
.ideditor .edit-menu {
position: absolute;
display: -webkit-box;
+ display: -webkit-flex;
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;
.ideditor .edit-menu-item {
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;
border-radius: 0;
.ideditor .intro-nav-wrap {
display: -webkit-box;
+ display: -webkit-flex;
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;
.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;
.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;
+ display: -webkit-flex;
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;
+ -webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
padding: 0px 5px;