From 9ac07c21b2bcd40281ff0b6565e67d17a6200eca Mon Sep 17 00:00:00 2001 From: Simon J Hogan Date: Tue, 29 Jul 2014 20:59:36 +1000 Subject: [PATCH] Updated loader position on webOS screens --- WebContent/system/style/library.css | 4 ++-- WebContent/system/style/player.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/system/style/library.css b/WebContent/system/style/library.css index 0b244bc..88233f6 100644 --- a/WebContent/system/style/library.css +++ b/WebContent/system/style/library.css @@ -185,8 +185,8 @@ body.xlarge { #loader { position: absolute; - top: 610px; - left: 1070px; + bottom: 40px; + right: 40px; width: 150px; text-align: center; border-radius: 5px; diff --git a/WebContent/system/style/player.css b/WebContent/system/style/player.css index 1466cbd..89a6e38 100644 --- a/WebContent/system/style/player.css +++ b/WebContent/system/style/player.css @@ -49,8 +49,8 @@ body.xlarge { #loader { position: absolute; - top: 610px; - left: 1070px; + bottom: 40px; + right: 40px; width: 150px; text-align: center; border-radius: 5px;