File tree Expand file tree Collapse file tree 2 files changed +18
-13
lines changed Expand file tree Collapse file tree 2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 18
18
/*padding-right: 15px; */
19
19
}
20
20
21
- # info {
21
+ # info {
22
22
margin-top : 10px ;
23
23
display : none;
24
24
padding : 5px ;
28
28
padding-right : 5px ;
29
29
}
30
30
31
- .route_results {
31
+ .route_results {
32
32
max-height : 40% ;
33
33
}
34
34
@@ -221,7 +221,7 @@ tr.instruction {
221
221
border-bottom : # dadada dashed thin;
222
222
}
223
223
224
- .instructions {
224
+ .instructions {
225
225
table-layout : fixed;
226
226
border-collapse : collapse;
227
227
padding-top : 10px ;
@@ -321,7 +321,7 @@ td img.pic {
321
321
.pointDelete : hover , .pointAdd : hover { cursor : pointer; }
322
322
.pointDelete : disabled {
323
323
background : red;
324
- }
324
+ }
325
325
326
326
.expandDetails {
327
327
color : gray;
@@ -339,13 +339,18 @@ td img.pic {
339
339
background-image : linear-gradient (to bottom, white, # e7e7e7 );
340
340
}
341
341
342
- .ui-dialog > .ui-widget-header {
343
- padding : 1em ;
342
+ .ui-dialog {
343
+ /* Must be > 700, the z-index of .leaflet-popup-pane */
344
+ z-index : 1000 ;
345
+ }
346
+
347
+ .ui-dialog > .ui-widget-header {
348
+ padding : 1em ;
344
349
border : 1px solid black;
345
350
}
346
351
347
352
.ui-dialog .ui-dialog-content {
348
- padding : 1em
353
+ padding : 1em ;
349
354
}
350
355
351
356
.ui-dialog .ui-widget-content {
@@ -367,8 +372,8 @@ td img.pic {
367
372
}
368
373
369
374
# route_result_tabs {
370
- list-style : none;
371
- padding : 0 ;
375
+ list-style : none;
376
+ padding : 0 ;
372
377
margin : 0 ;
373
378
}
374
379
@@ -392,7 +397,7 @@ td img.pic {
392
397
}
393
398
394
399
.route_result_tab .current {
395
- display : block;
400
+ display : block;
396
401
}
397
402
398
403
# donate_form {
You can’t perform that action at this time.
0 commit comments