Visual improvements
This commit is contained in:
parent
3ec50f10b4
commit
b068b35d78
|
@ -469,7 +469,7 @@ function umShowUpdateDetails(update) {
|
|||
if (typeof $ == "function") {
|
||||
$("#um-update-details").dialog({
|
||||
title: update,
|
||||
width: 650,
|
||||
width: 800,
|
||||
height: 600
|
||||
});
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<img src="images/wait.gif">
|
||||
</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 class="content">
|
||||
|
|
Loading…
Reference in New Issue