summaryrefslogtreecommitdiff
path: root/scraper/reports/reports.css
blob: d5a9755d31a7725b44b871b54837489a5be55d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body { font-size: smaller; }
td,th { vertical-align: top; }
td {
  max-width: 500px;
  overflow: hidden;
}
#mapid {
  width: 100vw;
  height: 30vw;
}
.gray { color: #888; }
html.map, html.map body {
  margin: 0; padding: 0;
  width: 100%; height: 100%;
}
.map #mapid {
  height: 100vh;
}