Revision 475e401d
Added by Andreas Kohlbecker over 6 years ago
src/main/webapp/VAADIN/themes/edit-valo/custom-fields.scss | ||
---|---|---|
165 | 165 |
.wrapper{ |
166 | 166 |
@include composite-field-wrapper; |
167 | 167 |
} |
168 |
} |
|
169 |
|
|
168 |
.map-wrapper { |
|
169 |
.v-label { |
|
170 |
position: absolute; |
|
171 |
color: black; |
|
172 |
margin-left: 60px; |
|
173 |
z-index: 10; |
|
174 |
} |
|
175 |
.v-leaflet{ |
|
176 |
position: absolute; |
|
177 |
.leaflet-container{ |
|
178 |
border-radius: $v-border-radius; |
|
179 |
margin-left: 10px; |
|
180 |
} |
|
181 |
} |
|
182 |
} |
|
183 |
} |
|
170 | 184 |
} |
src/main/webapp/VAADIN/themes/edit-valo/edit-valo.scss | ||
---|---|---|
430 | 430 |
float: right; |
431 | 431 |
} |
432 | 432 |
} |
433 |
|
|
434 |
// -------- geplocation component ---- // |
|
435 |
.v-geolocation-field { |
|
436 |
.map-wrapper { |
|
437 |
.v-label { |
|
438 |
position: absolute; |
|
439 |
color: black; |
|
440 |
margin-left: 60px; |
|
441 |
z-index: 10; |
|
442 |
} |
|
443 |
.v-leaflet{ |
|
444 |
position: absolute; |
|
445 |
.leaflet-container{ |
|
446 |
margin-left: 10px; |
|
447 |
} |
|
448 |
} |
|
449 |
} |
|
450 |
} |
|
451 |
|
|
452 | 433 |
|
453 | 434 |
|
454 | 435 |
} |
Also available in: Unified diff
ref #6724 geolocation field: map layout