Visual improvements

This commit is contained in:
José González 2022-06-10 12:58:13 +02:00
parent 3ec50f10b4
commit b068b35d78
2 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ function umShowUpdateDetails(update) {
if (typeof $ == "function") { if (typeof $ == "function") {
$("#um-update-details").dialog({ $("#um-update-details").dialog({
title: update, title: update,
width: 650, width: 800,
height: 600 height: 600
}); });
} }

View File

@ -41,7 +41,7 @@
<img src="images/wait.gif"> <img src="images/wait.gif">
</span> </span>
<p style="font-weight: 600;margin-top: 3em;"><?php echo __('The latest version of package installed is').':'; ?></p> <p style="font-weight: 600;"><?php echo __('The latest version of package installed is').':'; ?></p>
<div id="pkg_version"><?php echo $version; ?></div> <div id="pkg_version"><?php echo $version; ?></div>
<div class="content"> <div class="content">