File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -156,4 +156,4 @@ button.mapboxgl-popup-close-button {
156
156
157
157
color : # fff ;
158
158
padding : 2px 4px ;
159
- }
159
+ }
Original file line number Diff line number Diff line change 413
413
}
414
414
415
415
.graph-container {
416
- position : relative ;
417
- float : right ;
418
- width : 410px ;
416
+ position : absolute ;
419
417
z-index : 1001 ;
420
- bottom : 382 px ;
418
+ bottom : 24 px ;
421
419
right : 10px ;
422
420
background-color : rgba (255 , 255 , 255 , 0.9 );
423
421
padding : 5px 5px ;
460
458
}
461
459
462
460
.graph-toggole-button-container {
463
- position : relative ;
461
+ position : absolute ;
464
462
float : right ;
465
463
z-index : 1001 ;
466
- bottom : 60 px ;
464
+ bottom : 24 px ;
467
465
right : 10px ;
468
466
background-color : rgba (255 , 255 , 255 , 0.9 );
469
467
padding : 5px 5px ;
523
521
}
524
522
525
523
.time-container {
526
- position : relative ;
527
- bottom : 10 px ;
524
+ position : absolute ;
525
+ bottom : 24 px ;
528
526
left : 10px ;
529
- width : 660px ;
530
527
z-index : 1002 ;
531
528
background-color : rgba (255 , 255 , 255 , 0.9 );
532
529
padding : 30px 10px ;
Original file line number Diff line number Diff line change 209
209
210
210
<div class =" option" >
211
211
<p style =" font-size: 15px;" >
212
- <strong >Indicators :</strong >
212
+ <strong >Indicator :</strong >
213
213
</p >
214
214
<select
215
- aria-label =" geographic level "
215
+ aria-label =" indicator options "
216
216
class =" buttons-group"
217
217
bind:value ={sensor }
218
218
on:change ={() => {
219
219
currentDataReadyOnMap .set (false );
220
220
currentSensor .set (sensor );
221
221
shouldDisplayBanner = true ;
222
222
}}>
223
- <optgroup label =" Indicator " >
223
+ <optgroup label =" Indicators " >
224
224
{#each Array .from ($sensorMap .keys ()).filter (d => ! $sensorMap .get (d ).official ) as sensor }
225
225
<option title ={$sensorMap .get (sensor ).tooltipText } value ={sensor }>{$sensorMap .get (sensor ).name }</option >
226
226
{/each }
You can’t perform that action at this time.
0 commit comments