Skip to content

Commit

Permalink
Fix displaying text in running jobs bar on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Apr 17, 2024
1 parent e3ff4a8 commit c1ade0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Web/Layouts/Main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
/>
<!-- !PAGE CONTENT! -->
<div class="w3-main page_main_el" id="page_main" style="margin-left: 250px; margin-top: 43px;">
<span class="w3-tag w3-large w3-purple w3-right w3-padding-small w3-margin-top w3-margin-right" style="border-radius: 3px">
<i class="fa fa-cogs w3-large"></i> <span class="w3-medium" style="vertical-align: text-bottom; line-height: 1.4"><%[ Running jobs: ]%> <span id="running_jobs"></span></span>
<span class="w3-tag w3-large w3-purple w3-right w3-padding-small w3-margin-top w3-margin-right" style="border-radius: 3px;">
<i class="fa fa-cogs w3-large"></i> <span class="w3-medium"><%[ Running jobs: ]%> <span id="running_jobs"></span></span>
</span>
<span id="msg_envelope" class="w3-tag w3-large w3-green w3-text-white w3-right w3-padding-small w3-margin-top w3-margin-right" style="cursor: pointer; border-radius: 3px; <%=((!$this->Application->getModule('web_config')->isMessagesLogEnabled() || !$this->User->isInRole(WebUserRoles::ADMIN)) ? 'display: none' : '')%>" title="<%[ Display messages log window ]%>">
<i class="fas fa-envelope w3-large"></i>
Expand Down

0 comments on commit c1ade0d

Please sign in to comment.