fix panel warning bottom radius

This commit is contained in:
Focuslinkstech 2024-09-13 09:55:58 +01:00 committed by GitHub
parent a31286d781
commit 985ddda41f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -198,7 +198,7 @@
{assign var="current_time" value=$smarty.now} {assign var="current_time" value=$smarty.now}
{assign var="run_time" value=strtotime($run_date)} {assign var="run_time" value=strtotime($run_date)}
{if $current_time - $run_time > 3600} {if $current_time - $run_time > 3600}
<div class="panel panel-warning panel-hovered mb20 activities"> <div class="panel panel-danger panel-hovered mb20 activities">
<div class="panel-heading"><i class="fa fa-clock-o"></i> &nbsp; {Lang::T('Cron has not run for over 1 hour. Please <div class="panel-heading"><i class="fa fa-clock-o"></i> &nbsp; {Lang::T('Cron has not run for over 1 hour. Please
check your setup.')}</div> check your setup.')}</div>
</div> </div>

View File

@ -157,11 +157,6 @@
border-bottom-left-radius: 21px; border-bottom-left-radius: 21px;
} }
.panel-warning>.panel-heading {
border-bottom-right-radius: 21px;
border-bottom-left-radius: 21px;
}
.panel-danger>.panel-heading { .panel-danger>.panel-heading {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;