fixed visual error with update manager online open

This commit is contained in:
Marcos Alconada 2021-05-27 16:17:47 +00:00 committed by Daniel Rodriguez
parent 22a9043378
commit 87dd11f99c
2 changed files with 8 additions and 3 deletions

View File

@ -192,15 +192,15 @@ if (check_login()) {
echo "
</div>
<div class='right height_30px'>
</div>
<div class='btn_update_online_open height_30px'>
<div class='modalokbutton cerrar'>
<span class='modalokbuttontext'>OK</span>
</div>";
if ($open) {
echo "<div class='modalgobutton gopandora'>
<span class='modalgobuttontext'>About Enterprise</span>
</div>";
</div></div>";
}
}

View File

@ -8506,3 +8506,8 @@ div.stat-win-spinner img {
width: 100px !important;
margin-left: 20px;
}
.btn_update_online_open {
float: right;
margin-bottom: 20px;
}