Skip to content
Snippets Groups Projects
Commit fe1daca2 authored by Jared Hancock's avatar Jared Hancock
Browse files

upgrader: Fix upgrader popup styles

parent f4aa3382
No related branches found
No related tags found
No related merge requests found
...@@ -49,11 +49,14 @@ $action=$upgrader->getNextAction(); ...@@ -49,11 +49,14 @@ $action=$upgrader->getNextAction();
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<div id="upgrading"> <div id="upgrading">
<i class="icon-spinner icon-spin icon-3x pull-left icon-light"></i>
<div style="display: inline-block; width: 220px">
<h4 id="action"><?php echo $action; ?></h4> <h4 id="action"><?php echo $action; ?></h4>
Please wait... while we upgrade your osTicket installation! Please wait... while we upgrade your osTicket installation!
<div id="msg" style="font-weight: bold;padding-top:10px;"> <div id="msg" style="font-weight: bold;padding-top:10px;">
<?php echo sprintf("%s - Relax!", $thisstaff->getFirstName()); ?> <?php echo sprintf("%s - Relax!", $thisstaff->getFirstName()); ?>
</div> </div>
</div>
</div> </div>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
...@@ -1559,7 +1559,7 @@ ul.progress li.no small {color:red;} ...@@ -1559,7 +1559,7 @@ ul.progress li.no small {color:red;}
} }
#loading h1, #upgrading h4 { margin: 3px 0 0 0; padding: 0; color: #d80; } #loading h1, #upgrading h4 { margin: 3px 0 0 0; padding: 0; color: #d80; }
#loading, #upgrading * { color: white; } #loading, #upgrading { color: white; }
.non-local-image:after { .non-local-image:after {
background: url(../images/ost-logo.png) center center no-repeat; background: url(../images/ost-logo.png) center center no-repeat;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment