1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/themes/core/aboutHealthReport.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +* { 1.5 + margin: 0; 1.6 + padding: 0; 1.7 +} 1.8 + 1.9 +html, body { 1.10 + height: 100%; 1.11 +} 1.12 + 1.13 +#remote-report { 1.14 + width: 100%; 1.15 + height: 100%; 1.16 + border: 0; 1.17 + display: flex; 1.18 +}