diff -r 000000000000 -r 6474c204b198 mobile/android/themes/core/aboutHealthReport.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mobile/android/themes/core/aboutHealthReport.css Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,15 @@ +* { + margin: 0; + padding: 0; +} + +html, body { + height: 100%; +} + +#remote-report { + width: 100%; + height: 100%; + border: 0; + display: flex; +}