|
@@ -3,15 +3,20 @@
|
|
@section('content')
|
|
@section('content')
|
|
|
|
|
|
<style>
|
|
<style>
|
|
- tr.thin th, tr.thin td, .dashboard-stats-table tr td, .dashboard-stats-table tr th {
|
|
|
|
|
|
+ #dashboard-mcp tr.thin th,
|
|
|
|
+ #dashboard-mcp tr.thin td,
|
|
|
|
+ #dashboard-mcp .dashboard-stats-table tr td,
|
|
|
|
+ #dashboard-mcp .dashboard-stats-table tr th {
|
|
padding: 0.25em;
|
|
padding: 0.25em;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
|
|
- table.appointments tr td {
|
|
|
|
|
|
+ #dashboard-mcp table.appointments tr td {
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
+
|
|
|
|
+ <div id="dashboard-mcp">
|
|
<div class="p-3">
|
|
<div class="p-3">
|
|
<div class="">
|
|
<div class="">
|
|
<div class="row mcp-theme-1" id="pro-dashboard-container" v-cloak>
|
|
<div class="row mcp-theme-1" id="pro-dashboard-container" v-cloak>
|
|
@@ -348,6 +353,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
|
|
|
|
<div class="stag-popup stag-popup-md ticket-popup mcp-theme-1" stag-popup-key="ticket-popup"></div>
|
|
<div class="stag-popup stag-popup-md ticket-popup mcp-theme-1" stag-popup-key="ticket-popup"></div>
|
|
|
|
|