diff options
Diffstat (limited to 'reports/reports.css')
| -rw-r--r-- | reports/reports.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/reports/reports.css b/reports/reports.css index 1fb2afaf..d5a9755d 100644 --- a/reports/reports.css +++ b/reports/reports.css @@ -8,4 +8,11 @@ td { width: 100vw; height: 30vw; } -.gray { color: #888; }
\ No newline at end of file +.gray { color: #888; } +html.map, html.map body { + margin: 0; padding: 0; + width: 100%; height: 100%; +} +.map #mapid { + height: 100vh; +}
\ No newline at end of file |
