Update styles
This commit is contained in:
parent
0784b25ea0
commit
022d28981d
|
@ -1186,13 +1186,9 @@ a.pandora_pagination,
|
|||
}
|
||||
#box_online {
|
||||
background-image: url("../../images/update_pandora_black.jpg") !important;
|
||||
background-position: left, left !important;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #000 !important;
|
||||
padding: 40px 50px;
|
||||
border: 1px solid #111 !important;
|
||||
border-radius: 5px;
|
||||
min-height: 600px;
|
||||
background-size: contain;
|
||||
box-shadow: 1px 1px 4px rgba(160, 160, 160, 0.514);
|
||||
}
|
||||
|
|
|
@ -156,19 +156,18 @@
|
|||
|
||||
#box_online {
|
||||
background-image: url("../images/update_manager_background.jpg");
|
||||
background-position: center center;
|
||||
background-position: top right;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #fff;
|
||||
padding: 40px 50px;
|
||||
border: 1px solid #f3f3f3;
|
||||
border-radius: 5px;
|
||||
min-height: 600px;
|
||||
min-height: 400px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
div#box_online * {
|
||||
font-size: 16pt;
|
||||
/*margin-bottom: 50px;*/
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#box_online .content {
|
||||
|
@ -226,7 +225,7 @@ a.update_manager_button:after {
|
|||
color: #82b92e;
|
||||
font-size: 6em;
|
||||
font-weight: bold;
|
||||
margin: 35px 0 !important;
|
||||
margin: 30px 0 !important;
|
||||
}
|
||||
|
||||
/* METACONSOLE */
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
|
||||
#um-loading {
|
||||
background-image: url(../images/spinner.gif);
|
||||
height: 1.3em;
|
||||
height: 1em;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
text-indent: 6em;
|
||||
text-indent: 4.5em;
|
||||
}
|
||||
|
||||
#um-buttons {
|
||||
|
@ -72,10 +72,10 @@
|
|||
background-color: #343434;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 20%;
|
||||
height: 3em;
|
||||
height: 1.8em;
|
||||
text-align: center;
|
||||
display: block;
|
||||
padding-top: 5.7em;
|
||||
padding-top: 5.3em;
|
||||
width: 100%;
|
||||
}
|
||||
#um-update-details-content {
|
||||
|
|
Loading…
Reference in New Issue