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;
|
||||
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 {
|
||||
background-color: #222;
|
||||
color: #fff !important;
|
||||
|
|
|
@ -46,15 +46,15 @@ a.update_manager_button:after {
|
|||
min-height: 400px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
/*flex-wrap: wrap;*/
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#box_online .wu-bg {
|
||||
position: relative;
|
||||
width: 720px;
|
||||
height: 684px;
|
||||
width: 500px;
|
||||
height: 450px;
|
||||
background-image: url("../images/Warp-Update-bg.png");
|
||||
background-position: center center;
|
||||
background-size: auto;
|
||||
|
@ -82,7 +82,7 @@ a.update_manager_button:after {
|
|||
animation-duration: 1s;
|
||||
animation-iteration-count: infinite;
|
||||
width: 69px;
|
||||
left: 325px;
|
||||
left: 215px;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
animation-name: ani2;
|
||||
|
|
Loading…
Reference in New Issue