new images update manager online pandora_enterprise#9192
This commit is contained in:
parent
962f223670
commit
e77ae67fb2
|
@ -1187,14 +1187,7 @@ a.pandora_pagination,
|
||||||
padding-right: 35px;
|
padding-right: 35px;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
#box_online {
|
|
||||||
background-image: url("../../images/update_pandora_black.jpg") !important;
|
|
||||||
background-color: #000 !important;
|
|
||||||
padding: 40px 50px;
|
|
||||||
border: 1px solid #111 !important;
|
|
||||||
background-size: contain;
|
|
||||||
box-shadow: 1px 1px 4px rgba(160, 160, 160, 0.514);
|
|
||||||
}
|
|
||||||
.legend_background {
|
.legend_background {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|
|
@ -46,15 +46,15 @@ a.update_manager_button:after {
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
/*flex-wrap: wrap;*/
|
||||||
justify-content: space-between;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box_online .wu-bg {
|
#box_online .wu-bg {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 720px;
|
width: 500px;
|
||||||
height: 684px;
|
height: 450px;
|
||||||
background-image: url("../images/Warp-Update-bg.png");
|
background-image: url("../images/Warp-Update-bg.png");
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: auto;
|
background-size: auto;
|
||||||
|
@ -82,7 +82,7 @@ a.update_manager_button:after {
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
width: 69px;
|
width: 69px;
|
||||||
left: 325px;
|
left: 215px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
animation-name: ani2;
|
animation-name: ani2;
|
||||||
|
|
Loading…
Reference in New Issue