issue #11 Fix startup logo background image missing.
This commit is contained in:
@@ -14,9 +14,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- Preparing Service Screen Layout -->
|
<!-- Preparing Service Screen Layout -->
|
||||||
<div class="startup">
|
<div class="startup"></div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="error">
|
<div class="error">
|
||||||
<div id="details">
|
<div id="details">
|
||||||
|
|||||||
@@ -13,19 +13,6 @@ body {
|
|||||||
z-index: 1;
|
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 {
|
.welcome .frame {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|||||||
@@ -13,19 +13,6 @@ body {
|
|||||||
z-index: 1;
|
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 {
|
.welcome .frame {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|||||||
@@ -13,19 +13,6 @@ body {
|
|||||||
z-index: 1;
|
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 {
|
.welcome .frame {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|||||||
@@ -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 {
|
.busy-frame {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10001;
|
z-index: 10001;
|
||||||
|
|||||||
Reference in New Issue
Block a user