Skip to content

Commit b70c7f3

Browse files
committed
add popup styling
1 parent 70160c5 commit b70c7f3

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

tracing.html

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
2626
<!--Map Frames styles-->
2727
<meta name="viewport" content="width=device-width,
28-
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
29-
<style>
28+
initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" />
29+
<style>
3030
#map_246537f924c98c05df96a0a8a5dd041b {
3131
position: relative;
3232
width: 100.0%;
@@ -35,20 +35,20 @@
3535
top: 0.0%;
3636
}
3737
.leaflet-container { font-size: 1rem; }
38-
</style>
38+
</style>
3939

40-
<style>
40+
<style>
4141
#map_7ad00ba2c79f3d2e9c35b6fc0989a018 {
4242
position: relative;
4343
width: 100.0%;
44-
height: 100.0%;
44+
height: 700px;
4545
left: 0.0%;
4646
top: 0.0%;
4747
}
4848
.leaflet-container { font-size: 1rem; }
49-
</style>
49+
</style>
5050

51-
<style>
51+
<style>
5252
.foliumtooltip {
5353

5454
}
@@ -61,7 +61,22 @@
6161
.foliumtooltip th{
6262
padding: 2px; padding-right: 8px;
6363
}
64-
</style>
64+
</style>
65+
66+
<style>
67+
.foliumpopup {
68+
margin: auto;
69+
}
70+
.foliumpopup table{
71+
margin: auto;
72+
}
73+
.foliumpopup tr{
74+
text-align: left;
75+
}
76+
.foliumpopup th{
77+
padding: 2px; padding-right: 8px;
78+
}
79+
</style>
6580

6681
</head>
6782
<body style="font-family:Verdana, sans-serif;

0 commit comments

Comments
 (0)