From e72ef92b5bdc43cd2584198e2e54e951b70299e8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 03:32:58 -0500 Subject: Add Basilisk --- .../base/content/abouthealthreport/abouthealth.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 application/basilisk/base/content/abouthealthreport/abouthealth.css (limited to 'application/basilisk/base/content/abouthealthreport/abouthealth.css') diff --git a/application/basilisk/base/content/abouthealthreport/abouthealth.css b/application/basilisk/base/content/abouthealthreport/abouthealth.css new file mode 100644 index 000000000..3dd40fc24 --- /dev/null +++ b/application/basilisk/base/content/abouthealthreport/abouthealth.css @@ -0,0 +1,15 @@ +* { + margin: 0; + padding: 0; +} + +html, body { + height: 100%; +} + +#remote-report { + width: 100%; + height: 100%; + border: 0; + display: flex; +} -- cgit v1.2.3