Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 5a1195e

Browse files
committed
Displays text window in upper right corner
1 parent 1cbbd71 commit 5a1195e

File tree

3 files changed

+136
-0
lines changed

3 files changed

+136
-0
lines changed

Diff for: dc.leaflet.js

+61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: web/index.html

+14
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@
2929
.pie {
3030
margin-left:30px;
3131
}
32+
/*For map display window*/
33+
.info {
34+
padding: 6px 8px;
35+
font: 14px/16px Arial, Helvetica, sans-serif;
36+
background: white;
37+
background: rgba(255,255,255,0.8);
38+
box-shadow: 0 0 15px rgba(0,0,0,0.2);
39+
border-radius: 5px;
40+
}
41+
.info h4 {
42+
margin: 0 0 5px;
43+
color: #777;
44+
}
45+
/* --*/
3246
</style>
3347
</head>
3448
<body>

Diff for: web/js/dc.leaflet.js

+61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)