From f98e3d652077360c57e8e86c9e0c05963b5e5a19 Mon Sep 17 00:00:00 2001 From: Paul Kim Date: Sun, 17 Mar 2024 16:45:27 +0900 Subject: [PATCH] issue #11 Fix startup logo background image missing. --- procentric/application/index.html | 4 +--- .../application/theme/HIM00001/hoteltv.welcome.css | 13 ------------- .../application/theme/HIN00001/hoteltv.welcome.css | 13 ------------- .../application/theme/HJS00001/hoteltv.welcome.css | 13 ------------- procentric/application/theme/hoteltv.ui_utils.css | 13 +++++++++++++ 5 files changed, 14 insertions(+), 42 deletions(-) diff --git a/procentric/application/index.html b/procentric/application/index.html index fa065f0..2a9272e 100755 --- a/procentric/application/index.html +++ b/procentric/application/index.html @@ -14,9 +14,7 @@ -
- -
+
diff --git a/procentric/application/theme/HIM00001/hoteltv.welcome.css b/procentric/application/theme/HIM00001/hoteltv.welcome.css index 5b7f73e..334e089 100755 --- a/procentric/application/theme/HIM00001/hoteltv.welcome.css +++ b/procentric/application/theme/HIM00001/hoteltv.welcome.css @@ -13,19 +13,6 @@ body { z-index: 1; } -.startup { - top: 0px; - left: 0px; - position: absolute; - width: 100%; - height: 100%; - padding: 0px; - /* background-image: url(./images/hoteltv_service_preparing.png); */ - background-image: url(./images/hoteltv_service_preparing_joson.jpg); - background-size: cover; - background-repeat: no-repeat; -} - .welcome .frame { position: absolute; top: 0px; diff --git a/procentric/application/theme/HIN00001/hoteltv.welcome.css b/procentric/application/theme/HIN00001/hoteltv.welcome.css index f63dd04..c69ab23 100755 --- a/procentric/application/theme/HIN00001/hoteltv.welcome.css +++ b/procentric/application/theme/HIN00001/hoteltv.welcome.css @@ -13,19 +13,6 @@ body { z-index: 1; } -.startup { - top: 0px; - left: 0px; - position: absolute; - width: 100%; - height: 100%; - padding: 0px; - /* background-image: url(./images/hoteltv_service_preparing.png); */ - background-image: url(./images/hoteltv_service_preparing_joson.jpg); - background-size: cover; - background-repeat: no-repeat; -} - .welcome .frame { position: absolute; top: 0px; diff --git a/procentric/application/theme/HJS00001/hoteltv.welcome.css b/procentric/application/theme/HJS00001/hoteltv.welcome.css index f63dd04..c69ab23 100755 --- a/procentric/application/theme/HJS00001/hoteltv.welcome.css +++ b/procentric/application/theme/HJS00001/hoteltv.welcome.css @@ -13,19 +13,6 @@ body { z-index: 1; } -.startup { - top: 0px; - left: 0px; - position: absolute; - width: 100%; - height: 100%; - padding: 0px; - /* background-image: url(./images/hoteltv_service_preparing.png); */ - background-image: url(./images/hoteltv_service_preparing_joson.jpg); - background-size: cover; - background-repeat: no-repeat; -} - .welcome .frame { position: absolute; top: 0px; diff --git a/procentric/application/theme/hoteltv.ui_utils.css b/procentric/application/theme/hoteltv.ui_utils.css index 2db87db..891ee80 100755 --- a/procentric/application/theme/hoteltv.ui_utils.css +++ b/procentric/application/theme/hoteltv.ui_utils.css @@ -1,3 +1,16 @@ +.startup { + top: 0px; + left: 0px; + position: absolute; + width: 100%; + height: 100%; + padding: 0px; + /* background-image: url(./images/hoteltv_service_preparing.png); */ + background-image: url(/procentric/application/images/hoteltv_service_preparing_joson.jpg); + background-size: cover; + background-repeat: no-repeat; +} + .busy-frame { position: absolute; z-index: 10001;