From cd6e326e132b40a1c70e36f1f297908644550f09 Mon Sep 17 00:00:00 2001 From: drigato Date: Mon, 15 Jun 2015 16:36:29 -0400 Subject: [PATCH] Radio page fix for background image on android --- .../public/css/radio-page/radio-page.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/airtime_mvc/public/css/radio-page/radio-page.css b/airtime_mvc/public/css/radio-page/radio-page.css index 54b4a03f2..4b1b05224 100644 --- a/airtime_mvc/public/css/radio-page/radio-page.css +++ b/airtime_mvc/public/css/radio-page/radio-page.css @@ -5,8 +5,20 @@ html { -o-background-size: cover; background-size: cover; overflow-y: auto; + background-color:#000000; } +html, body { + height: 100%; +} + + +body { + font-family: 'Roboto', sans-serif; + margin: 0px; +} + + .bck_cover { position: fixed; top: 0px; @@ -17,11 +29,6 @@ html { z-index: -1; } -body { - font-family: 'Roboto', sans-serif; - margin: 0px; -} - .logo img { margin: 40px 0px 0px 60px; }