mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Merge branch 'master' into 'master'
Master See merge request crafty-controller/crafty-commander!1
This commit is contained in:
commit
f049d6d453
@ -60,3 +60,6 @@
|
||||
.scrollable-element {
|
||||
scrollbar-color: red yellow;
|
||||
}
|
||||
.nav-item {
|
||||
padding: 1%;
|
||||
}
|
@ -4088,7 +4088,7 @@ input[type="button"].btn-block {
|
||||
.nav-tabs {
|
||||
border-bottom: 1px solid #dee2e6; }
|
||||
.nav-tabs .nav-item {
|
||||
margin-bottom: -1px; }
|
||||
margin-bottom: -1px;}
|
||||
.nav-tabs .nav-link {
|
||||
border: 1px solid transparent;
|
||||
border-top-left-radius: 0.25rem;
|
||||
@ -15473,7 +15473,10 @@ ul {
|
||||
position: relative;
|
||||
grid-template-columns: 70% 30%;
|
||||
grid-template-rows: auto;
|
||||
grid-template-areas: "product-image product-image"
"product-title product-price"
"product-variation product-actual-price"
"product-description product-description"; }
|
||||
grid-template-areas: "product-image product-image"
|
||||
"product-title product-price"
|
||||
"product-variation product-actual-price"
|
||||
"product-description product-description"; }
|
||||
.product-item-wrapper .product-item .card-body .action-holder {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -58,7 +58,7 @@
|
||||
<a class="nav-link" href="/panel/server_detail?id={{ data['server_stats'][0]['server_id']['server_id'] }}&subpage=config" role="tab" aria-selected="false">
|
||||
<i class="fas fa-cogs"></i>Config</a>
|
||||
</li>
|
||||
<li>
|
||||
<li class="nav-item">
|
||||
<label class="p-0 m-0">
|
||||
<input type="checkbox" name="stop_scroll" id="stop_scroll" />
|
||||
{{ _('Stop Refresh') }}
|
||||
|
Loading…
Reference in New Issue
Block a user