New style for update manager online - #3608
Former-commit-id: 377766a3a53d111f3531bff9ea7796cc6d02c143
This commit is contained in:
parent
2ca68daf9a
commit
973ce07811
|
@ -152,7 +152,8 @@
|
|||
}
|
||||
|
||||
div#box_online * {
|
||||
font-size: 18pt;
|
||||
font-size: 16pt;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
.update_popup {
|
||||
|
@ -183,12 +184,13 @@ div#box_online * {
|
|||
|
||||
.update_text a {
|
||||
font-size: 11pt;
|
||||
color: #82b92e;
|
||||
color: #82b92e !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
float: left !important;
|
||||
padding-left: 19px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.ui-dialog-buttonset > button.ui-button.ui-corner-all.ui-widget {
|
||||
|
@ -210,14 +212,18 @@ div#box_online * {
|
|||
}
|
||||
|
||||
a.update_manager_button {
|
||||
padding: 5px 10px;
|
||||
padding: 10px 12px;
|
||||
margin-top: 10px;
|
||||
display: inline-block;
|
||||
font-size: 18px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
font-size: 16px !important;
|
||||
border-radius: 4px !important;
|
||||
text-decoration: none;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
a.update_manager_button:after {
|
||||
content: url(../../images/header_refresh_disabled_gray.png);
|
||||
content: url(../../images/update_manager_button.png);
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
@ -225,6 +231,7 @@ a.update_manager_button:after {
|
|||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.ui-draggable,
|
||||
.ui-draggable .ui-dialog-titlebar {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
|
|
@ -82,9 +82,9 @@ if (is_metaconsole()) {
|
|||
|
||||
echo "<span class='loading' style='font-size:18pt;'>";
|
||||
echo "<img src='images/wait.gif' />";
|
||||
echo '<br><br></span>';
|
||||
echo '</span>';
|
||||
|
||||
echo '<div><b>'.__('The latest version of package installed is:').'</b></div><br>';
|
||||
echo '<p style="font-weight: 600;">'.__('The latest version of package installed is:').'</p>';
|
||||
echo "<div id='pkg_version' style='color:#82b92e;font-size:75pt;font-weight:bold;'>".$current_package.'</div>';
|
||||
|
||||
echo "<div class='checking_package' style='font-size:18pt;width:100%; display: none;'>";
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 291 B |
Loading…
Reference in New Issue