updated bootstrap libs

added sandwich symbol
This commit is contained in:
lukas-heiligenbrunner 2020-04-14 15:24:53 +02:00
parent c7999ed6ec
commit 54e2cd7856
15 changed files with 3563 additions and 5884 deletions

View File

@ -42,17 +42,21 @@
<!-- Sidebar --> <!-- Sidebar -->
<div class="sidebar"> <div class="sidebar">
<!-- Sidebar user panel (optional) --> <!-- Sidebar User -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex"> <nav class="user-panel mt-3 pb-3 mb-3">
<div class="image"> <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu"
<!-- <img src="lib/AdminLTE/dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> --> data-accordion="false">
<i class="nav-icon fas fa-user img-circle elevation-2" style="color:white"></i>
</div> <li class="nav-item">
<!-- <i class="nav-icon fas fa-tachometer-alt"></i> --> <a href="user.html" class="nav-link">
<div class="info"> <i class="nav-icon fas fa-user"></i>
<a href="user.html" class="d-block" id="userlabel">Username to set!</a> <p id="userlabel">
</div> Username to set!
</div> </p>
</a>
</li>
</ul>
</nav>
<!-- Sidebar Menu --> <!-- Sidebar Menu -->
<nav class="mt-2"> <nav class="mt-2">
@ -114,12 +118,12 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row mb-2"> <div class="row mb-2">
<div class="col-sm-6"> <div class="col-sm-6">
<h1 class="m-0 text-dark">Dashboard</h1> <h1 class="m-0 text-dark sandwich"><i class="fas fa-bars"></i> &ensp;Admin Area</h1>
</div><!-- /.col --> </div><!-- /.col -->
<div class="col-sm-6"> <div class="col-sm-6">
<ol class="breadcrumb float-sm-right"> <ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="dashboard.html">Home</a></li> <li class="breadcrumb-item"><a href="dashboard.html">Home</a></li>
<li class="breadcrumb-item active">Users</li> <li class="breadcrumb-item active">Admin</li>
</ol> </ol>
</div><!-- /.col --> </div><!-- /.col -->
</div><!-- /.row --> </div><!-- /.row -->
@ -243,7 +247,7 @@
<!-- custom js --> <!-- custom js -->
<script src="js/adminpanel.js"></script> <script src="js/adminpanel.js"></script>
<script src="js/userManager.js"></script> <script src="js/general.js"></script>
</body> </body>
</html> </html>

View File

@ -1,3 +1,7 @@
.hideit{ .hideit{
display:none; display:none;
} }
.sandwich:hover{
cursor: pointer;
}

View File

@ -44,17 +44,21 @@
<!-- Sidebar --> <!-- Sidebar -->
<div class="sidebar"> <div class="sidebar">
<!-- Sidebar user panel (optional) --> <!-- Sidebar User -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex"> <nav class="user-panel mt-3 pb-3 mb-3">
<div class="image"> <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu"
<!-- <img src="lib/AdminLTE/dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> --> data-accordion="false">
<i class="nav-icon fas fa-user img-circle elevation-2" style="color:white"></i>
</div> <li class="nav-item">
<!-- <i class="nav-icon fas fa-tachometer-alt"></i> --> <a href="user.html" class="nav-link">
<div class="info"> <i class="nav-icon fas fa-user"></i>
<a href="user.html" class="d-block" id="userlabel">Username to set!</a> <p id="userlabel">
</div> Username to set!
</div> </p>
</a>
</li>
</ul>
</nav>
<!-- Sidebar Menu --> <!-- Sidebar Menu -->
<nav class="mt-2"> <nav class="mt-2">
@ -113,7 +117,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row mb-2"> <div class="row mb-2">
<div class="col-sm-6"> <div class="col-sm-6">
<h1 class="m-0 text-dark">Dashboard</h1> <h1 class="m-0 text-dark sandwich"><i class="fas fa-bars"></i> &ensp;Dashboard</h1>
</div><!-- /.col --> </div><!-- /.col -->
<div class="col-sm-6"> <div class="col-sm-6">
<ol class="breadcrumb float-sm-right"> <ol class="breadcrumb float-sm-right">
@ -142,7 +146,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-bag"></i> <i class="ion ion-bag"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -157,7 +160,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-android-globe" style="color: lightgrey"></i> <i class="ion ion-android-globe" style="color: lightgrey"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -172,7 +174,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-calendar"></i> <i class="ion ion-calendar"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -187,7 +188,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-android-checkmark-circle"></i> <i class="ion ion-android-checkmark-circle"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -416,7 +416,7 @@
<!-- Bootstrap 4 --> <!-- Bootstrap 4 -->
<script src="lib/AdminLTE/plugins/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="lib/AdminLTE/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App --> <!-- AdminLTE App -->
<script src="lib/AdminLTE/dist/js/adminlte.js"></script> <!--<script src="lib/AdminLTE/dist/js/adminlte.js"></script>-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/js/bootstrap-datepicker.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/js/bootstrap-datepicker.min.js"></script>
<!-- DataTables --> <!-- DataTables -->
@ -426,7 +426,7 @@
<!-- custom js --> <!-- custom js -->
<script type="text/javascript" src="js/dashboard.js"></script> <script type="text/javascript" src="js/dashboard.js"></script>
<script src="js/userManager.js"></script> <script src="js/general.js"></script>
</body> </body>
</html> </html>

View File

@ -43,17 +43,21 @@
<!-- Sidebar --> <!-- Sidebar -->
<div class="sidebar"> <div class="sidebar">
<!-- Sidebar user panel (optional) --> <!-- Sidebar User -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex"> <nav class="user-panel mt-3 pb-3 mb-3">
<div class="image"> <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu"
<!-- <img src="lib/AdminLTE/dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> --> data-accordion="false">
<i class="nav-icon fas fa-user img-circle elevation-2" style="color:white"></i>
</div> <li class="nav-item">
<!-- <i class="nav-icon fas fa-tachometer-alt"></i> --> <a href="user.html" class="nav-link">
<div class="info"> <i class="nav-icon fas fa-user"></i>
<a href="user.html" class="d-block" id="userlabel">Username to set!</a> <p id="userlabel">
</div> Username to set!
</div> </p>
</a>
</li>
</ul>
</nav>
<!-- Sidebar Menu --> <!-- Sidebar Menu -->
<nav class="mt-2"> <nav class="mt-2">
@ -112,12 +116,12 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row mb-2"> <div class="row mb-2">
<div class="col-sm-6"> <div class="col-sm-6">
<h1 class="m-0 text-dark">Dashboard</h1> <h1 class="m-0 text-dark sandwich"><i class="fas fa-bars"></i> &ensp;Devices</h1>
</div><!-- /.col --> </div><!-- /.col -->
<div class="col-sm-6"> <div class="col-sm-6">
<ol class="breadcrumb float-sm-right"> <ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="dashboard.html">Home</a></li> <li class="breadcrumb-item"><a href="dashboard.html">Home</a></li>
<li class="breadcrumb-item active">Users</li> <li class="breadcrumb-item active">Devices</li>
</ol> </ol>
</div><!-- /.col --> </div><!-- /.col -->
</div><!-- /.row --> </div><!-- /.row -->
@ -141,7 +145,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-bag"></i> <i class="ion ion-bag"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -156,7 +159,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-stats-bars"></i> <i class="ion ion-stats-bars"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -257,7 +259,7 @@
<script src="lib/AdminLTE/plugins/sweetalert2/sweetalert2.all.js"></script> <script src="lib/AdminLTE/plugins/sweetalert2/sweetalert2.all.js"></script>
<!-- custom js --> <!-- custom js -->
<script src="js/userManager.js"></script> <script src="js/general.js"></script>
<script src="js/device.js"></script> <script src="js/device.js"></script>
</body> </body>
</html> </html>

View File

@ -1,5 +1,19 @@
$(document).ready(function () { $(document).ready(function () {
console.log("page loaded"); $('.sandwich').click(function () {
const bdy = $('body');
if (bdy.hasClass("sidebar-collapse")) {
bdy.removeClass("sidebar-collapse");
} else {
bdy.addClass("sidebar-collapse");
}
if(bdy.hasClass("sidebar-open")){
bdy.removeClass("sidebar-open");
} else {
bdy.addClass("sidebar-open");
}
});
$.post('/senddata/checkloginstate', 'action=getloginstate', function (data) { $.post('/senddata/checkloginstate', 'action=getloginstate', function (data) {
console.log(data); console.log(data);
if (data.loggedin == true) { if (data.loggedin == true) {

View File

@ -898,50 +898,42 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-sm-1 > * { .row-cols-sm-1 > * {
-ms-flex: 0 0 100%; -ms-flex: 0 0 100%;
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-sm-2 > * { .row-cols-sm-2 > * {
-ms-flex: 0 0 50%; -ms-flex: 0 0 50%;
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-sm-3 > * { .row-cols-sm-3 > * {
-ms-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%; flex: 0 0 33.333333%;
max-width: 33.333333%; max-width: 33.333333%;
} }
.row-cols-sm-4 > * { .row-cols-sm-4 > * {
-ms-flex: 0 0 25%; -ms-flex: 0 0 25%;
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-sm-5 > * { .row-cols-sm-5 > * {
-ms-flex: 0 0 20%; -ms-flex: 0 0 20%;
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-sm-6 > * { .row-cols-sm-6 > * {
-ms-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%; flex: 0 0 16.666667%;
max-width: 16.666667%; max-width: 16.666667%;
} }
.col-sm-auto { .col-sm-auto {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-sm-1 { .col-sm-1 {
-ms-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%; flex: 0 0 8.333333%;
@ -1108,50 +1100,42 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-md-1 > * { .row-cols-md-1 > * {
-ms-flex: 0 0 100%; -ms-flex: 0 0 100%;
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-md-2 > * { .row-cols-md-2 > * {
-ms-flex: 0 0 50%; -ms-flex: 0 0 50%;
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-md-3 > * { .row-cols-md-3 > * {
-ms-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%; flex: 0 0 33.333333%;
max-width: 33.333333%; max-width: 33.333333%;
} }
.row-cols-md-4 > * { .row-cols-md-4 > * {
-ms-flex: 0 0 25%; -ms-flex: 0 0 25%;
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-md-5 > * { .row-cols-md-5 > * {
-ms-flex: 0 0 20%; -ms-flex: 0 0 20%;
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-md-6 > * { .row-cols-md-6 > * {
-ms-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%; flex: 0 0 16.666667%;
max-width: 16.666667%; max-width: 16.666667%;
} }
.col-md-auto { .col-md-auto {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-md-1 { .col-md-1 {
-ms-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%; flex: 0 0 8.333333%;
@ -1318,50 +1302,42 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-lg-1 > * { .row-cols-lg-1 > * {
-ms-flex: 0 0 100%; -ms-flex: 0 0 100%;
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-lg-2 > * { .row-cols-lg-2 > * {
-ms-flex: 0 0 50%; -ms-flex: 0 0 50%;
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-lg-3 > * { .row-cols-lg-3 > * {
-ms-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%; flex: 0 0 33.333333%;
max-width: 33.333333%; max-width: 33.333333%;
} }
.row-cols-lg-4 > * { .row-cols-lg-4 > * {
-ms-flex: 0 0 25%; -ms-flex: 0 0 25%;
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-lg-5 > * { .row-cols-lg-5 > * {
-ms-flex: 0 0 20%; -ms-flex: 0 0 20%;
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-lg-6 > * { .row-cols-lg-6 > * {
-ms-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%; flex: 0 0 16.666667%;
max-width: 16.666667%; max-width: 16.666667%;
} }
.col-lg-auto { .col-lg-auto {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-lg-1 { .col-lg-1 {
-ms-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%; flex: 0 0 8.333333%;
@ -1528,50 +1504,42 @@ pre code {
flex-grow: 1; flex-grow: 1;
max-width: 100%; max-width: 100%;
} }
.row-cols-xl-1 > * { .row-cols-xl-1 > * {
-ms-flex: 0 0 100%; -ms-flex: 0 0 100%;
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
} }
.row-cols-xl-2 > * { .row-cols-xl-2 > * {
-ms-flex: 0 0 50%; -ms-flex: 0 0 50%;
flex: 0 0 50%; flex: 0 0 50%;
max-width: 50%; max-width: 50%;
} }
.row-cols-xl-3 > * { .row-cols-xl-3 > * {
-ms-flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%; flex: 0 0 33.333333%;
max-width: 33.333333%; max-width: 33.333333%;
} }
.row-cols-xl-4 > * { .row-cols-xl-4 > * {
-ms-flex: 0 0 25%; -ms-flex: 0 0 25%;
flex: 0 0 25%; flex: 0 0 25%;
max-width: 25%; max-width: 25%;
} }
.row-cols-xl-5 > * { .row-cols-xl-5 > * {
-ms-flex: 0 0 20%; -ms-flex: 0 0 20%;
flex: 0 0 20%; flex: 0 0 20%;
max-width: 20%; max-width: 20%;
} }
.row-cols-xl-6 > * { .row-cols-xl-6 > * {
-ms-flex: 0 0 16.666667%; -ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%; flex: 0 0 16.666667%;
max-width: 16.666667%; max-width: 16.666667%;
} }
.col-xl-auto { .col-xl-auto {
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
width: auto; width: auto;
max-width: 100%; max-width: 100%;
} }
.col-xl-1 { .col-xl-1 {
-ms-flex: 0 0 8.333333%; -ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%; flex: 0 0 8.333333%;
@ -4517,18 +4485,15 @@ input[type="button"].btn-block {
.navbar-expand-sm .navbar-nav .dropdown-menu { .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; position: absolute;
} }
.navbar-expand-sm .navbar-nav .nav-link { .navbar-expand-sm .navbar-nav .nav-link {
padding-right: 1rem; padding-right: 1rem;
padding-left: 1rem; padding-left: 1rem;
} }
.navbar-expand-sm > .container, .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl { .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
-ms-flex-wrap: nowrap; -ms-flex-wrap: nowrap;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-sm .navbar-collapse { .navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important; display: -ms-flexbox !important;
display: flex !important; display: flex !important;
@ -4562,18 +4527,15 @@ input[type="button"].btn-block {
.navbar-expand-md .navbar-nav .dropdown-menu { .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; position: absolute;
} }
.navbar-expand-md .navbar-nav .nav-link { .navbar-expand-md .navbar-nav .nav-link {
padding-right: 1rem; padding-right: 1rem;
padding-left: 1rem; padding-left: 1rem;
} }
.navbar-expand-md > .container, .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl { .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
-ms-flex-wrap: nowrap; -ms-flex-wrap: nowrap;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-md .navbar-collapse { .navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important; display: -ms-flexbox !important;
display: flex !important; display: flex !important;
@ -4607,18 +4569,15 @@ input[type="button"].btn-block {
.navbar-expand-lg .navbar-nav .dropdown-menu { .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; position: absolute;
} }
.navbar-expand-lg .navbar-nav .nav-link { .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1rem; padding-right: 1rem;
padding-left: 1rem; padding-left: 1rem;
} }
.navbar-expand-lg > .container, .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl { .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
-ms-flex-wrap: nowrap; -ms-flex-wrap: nowrap;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-lg .navbar-collapse { .navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important; display: -ms-flexbox !important;
display: flex !important; display: flex !important;
@ -4652,18 +4611,15 @@ input[type="button"].btn-block {
.navbar-expand-xl .navbar-nav .dropdown-menu { .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; position: absolute;
} }
.navbar-expand-xl .navbar-nav .nav-link { .navbar-expand-xl .navbar-nav .nav-link {
padding-right: 1rem; padding-right: 1rem;
padding-left: 1rem; padding-left: 1rem;
} }
.navbar-expand-xl > .container, .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl { .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
-ms-flex-wrap: nowrap; -ms-flex-wrap: nowrap;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.navbar-expand-xl .navbar-collapse { .navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important; display: -ms-flexbox !important;
display: flex !important; display: flex !important;
@ -5670,26 +5626,21 @@ a.badge-dark:focus, a.badge-dark.focus {
-ms-flex-direction: row; -ms-flex-direction: row;
flex-direction: row; flex-direction: row;
} }
.list-group-horizontal-sm .list-group-item:first-child { .list-group-horizontal-sm .list-group-item:first-child {
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.list-group-horizontal-sm .list-group-item:last-child { .list-group-horizontal-sm .list-group-item:last-child {
border-top-right-radius: 0.25rem; border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.list-group-horizontal-sm .list-group-item.active { .list-group-horizontal-sm .list-group-item.active {
margin-top: 0; margin-top: 0;
} }
.list-group-horizontal-sm .list-group-item + .list-group-item { .list-group-horizontal-sm .list-group-item + .list-group-item {
border-top-width: 1px; border-top-width: 1px;
border-left-width: 0; border-left-width: 0;
} }
.list-group-horizontal-sm .list-group-item + .list-group-item.active { .list-group-horizontal-sm .list-group-item + .list-group-item.active {
margin-left: -1px; margin-left: -1px;
border-left-width: 1px; border-left-width: 1px;
@ -5701,26 +5652,21 @@ a.badge-dark:focus, a.badge-dark.focus {
-ms-flex-direction: row; -ms-flex-direction: row;
flex-direction: row; flex-direction: row;
} }
.list-group-horizontal-md .list-group-item:first-child { .list-group-horizontal-md .list-group-item:first-child {
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.list-group-horizontal-md .list-group-item:last-child { .list-group-horizontal-md .list-group-item:last-child {
border-top-right-radius: 0.25rem; border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.list-group-horizontal-md .list-group-item.active { .list-group-horizontal-md .list-group-item.active {
margin-top: 0; margin-top: 0;
} }
.list-group-horizontal-md .list-group-item + .list-group-item { .list-group-horizontal-md .list-group-item + .list-group-item {
border-top-width: 1px; border-top-width: 1px;
border-left-width: 0; border-left-width: 0;
} }
.list-group-horizontal-md .list-group-item + .list-group-item.active { .list-group-horizontal-md .list-group-item + .list-group-item.active {
margin-left: -1px; margin-left: -1px;
border-left-width: 1px; border-left-width: 1px;
@ -5732,26 +5678,21 @@ a.badge-dark:focus, a.badge-dark.focus {
-ms-flex-direction: row; -ms-flex-direction: row;
flex-direction: row; flex-direction: row;
} }
.list-group-horizontal-lg .list-group-item:first-child { .list-group-horizontal-lg .list-group-item:first-child {
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.list-group-horizontal-lg .list-group-item:last-child { .list-group-horizontal-lg .list-group-item:last-child {
border-top-right-radius: 0.25rem; border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.list-group-horizontal-lg .list-group-item.active { .list-group-horizontal-lg .list-group-item.active {
margin-top: 0; margin-top: 0;
} }
.list-group-horizontal-lg .list-group-item + .list-group-item { .list-group-horizontal-lg .list-group-item + .list-group-item {
border-top-width: 1px; border-top-width: 1px;
border-left-width: 0; border-left-width: 0;
} }
.list-group-horizontal-lg .list-group-item + .list-group-item.active { .list-group-horizontal-lg .list-group-item + .list-group-item.active {
margin-left: -1px; margin-left: -1px;
border-left-width: 1px; border-left-width: 1px;
@ -5763,26 +5704,21 @@ a.badge-dark:focus, a.badge-dark.focus {
-ms-flex-direction: row; -ms-flex-direction: row;
flex-direction: row; flex-direction: row;
} }
.list-group-horizontal-xl .list-group-item:first-child { .list-group-horizontal-xl .list-group-item:first-child {
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.list-group-horizontal-xl .list-group-item:last-child { .list-group-horizontal-xl .list-group-item:last-child {
border-top-right-radius: 0.25rem; border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.list-group-horizontal-xl .list-group-item.active { .list-group-horizontal-xl .list-group-item.active {
margin-top: 0; margin-top: 0;
} }
.list-group-horizontal-xl .list-group-item + .list-group-item { .list-group-horizontal-xl .list-group-item + .list-group-item {
border-top-width: 1px; border-top-width: 1px;
border-left-width: 0; border-left-width: 0;
} }
.list-group-horizontal-xl .list-group-item + .list-group-item.active { .list-group-horizontal-xl .list-group-item + .list-group-item.active {
margin-left: -1px; margin-left: -1px;
border-left-width: 1px; border-left-width: 1px;
@ -10375,7 +10311,6 @@ body,
.layout-fixed .wrapper .sidebar { .layout-fixed .wrapper .sidebar {
height: calc(100vh - (3.5rem + 1px)); height: calc(100vh - (3.5rem + 1px));
} }
.layout-fixed.text-sm .wrapper .sidebar { .layout-fixed.text-sm .wrapper .sidebar {
height: calc(100vh - (2.93725rem + 1px)); height: calc(100vh - (2.93725rem + 1px));
} }
@ -10844,7 +10779,6 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
.layout-sm-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper { .layout-sm-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-sm-navbar-fixed .wrapper .main-header { .layout-sm-navbar-fixed .wrapper .main-header {
left: 0; left: 0;
position: fixed; position: fixed;
@ -10852,36 +10786,28 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
top: 0; top: 0;
z-index: 1037; z-index: 1037;
} }
.layout-sm-navbar-fixed.text-sm .wrapper .content-wrapper { .layout-sm-navbar-fixed.text-sm .wrapper .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
body:not(.layout-fixed).layout-sm-navbar-fixed .wrapper .main-sidebar { body:not(.layout-fixed).layout-sm-navbar-fixed .wrapper .main-sidebar {
margin-top: calc(calc(3.5rem + 1px) / -1); margin-top: calc(calc(3.5rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-sm-navbar-fixed .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-sm-navbar-fixed .wrapper .main-sidebar .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
body:not(.layout-fixed).layout-sm-navbar-fixed.text-sm .wrapper .main-sidebar { body:not(.layout-fixed).layout-sm-navbar-fixed.text-sm .wrapper .main-sidebar {
margin-top: calc(calc(2.93725rem + 1px) / -1); margin-top: calc(calc(2.93725rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-sm-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-sm-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-sm-navbar-not-fixed .wrapper .brand-link { .layout-sm-navbar-not-fixed .wrapper .brand-link {
position: static; position: static;
} }
.layout-sm-navbar-not-fixed .wrapper .sidebar, .layout-sm-navbar-not-fixed .wrapper .sidebar,
.layout-sm-navbar-not-fixed .wrapper .content-wrapper { .layout-sm-navbar-not-fixed .wrapper .content-wrapper {
margin-top: 0; margin-top: 0;
} }
.layout-sm-navbar-not-fixed .wrapper .main-header { .layout-sm-navbar-not-fixed .wrapper .main-header {
position: static; position: static;
} }
@ -10994,7 +10920,6 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
.layout-md-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper { .layout-md-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-md-navbar-fixed .wrapper .main-header { .layout-md-navbar-fixed .wrapper .main-header {
left: 0; left: 0;
position: fixed; position: fixed;
@ -11002,36 +10927,28 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
top: 0; top: 0;
z-index: 1037; z-index: 1037;
} }
.layout-md-navbar-fixed.text-sm .wrapper .content-wrapper { .layout-md-navbar-fixed.text-sm .wrapper .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
body:not(.layout-fixed).layout-md-navbar-fixed .wrapper .main-sidebar { body:not(.layout-fixed).layout-md-navbar-fixed .wrapper .main-sidebar {
margin-top: calc(calc(3.5rem + 1px) / -1); margin-top: calc(calc(3.5rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-md-navbar-fixed .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-md-navbar-fixed .wrapper .main-sidebar .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
body:not(.layout-fixed).layout-md-navbar-fixed.text-sm .wrapper .main-sidebar { body:not(.layout-fixed).layout-md-navbar-fixed.text-sm .wrapper .main-sidebar {
margin-top: calc(calc(2.93725rem + 1px) / -1); margin-top: calc(calc(2.93725rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-md-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-md-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-md-navbar-not-fixed .wrapper .brand-link { .layout-md-navbar-not-fixed .wrapper .brand-link {
position: static; position: static;
} }
.layout-md-navbar-not-fixed .wrapper .sidebar, .layout-md-navbar-not-fixed .wrapper .sidebar,
.layout-md-navbar-not-fixed .wrapper .content-wrapper { .layout-md-navbar-not-fixed .wrapper .content-wrapper {
margin-top: 0; margin-top: 0;
} }
.layout-md-navbar-not-fixed .wrapper .main-header { .layout-md-navbar-not-fixed .wrapper .main-header {
position: static; position: static;
} }
@ -11144,7 +11061,6 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
.layout-lg-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper { .layout-lg-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-lg-navbar-fixed .wrapper .main-header { .layout-lg-navbar-fixed .wrapper .main-header {
left: 0; left: 0;
position: fixed; position: fixed;
@ -11152,36 +11068,28 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
top: 0; top: 0;
z-index: 1037; z-index: 1037;
} }
.layout-lg-navbar-fixed.text-sm .wrapper .content-wrapper { .layout-lg-navbar-fixed.text-sm .wrapper .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
body:not(.layout-fixed).layout-lg-navbar-fixed .wrapper .main-sidebar { body:not(.layout-fixed).layout-lg-navbar-fixed .wrapper .main-sidebar {
margin-top: calc(calc(3.5rem + 1px) / -1); margin-top: calc(calc(3.5rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-lg-navbar-fixed .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-lg-navbar-fixed .wrapper .main-sidebar .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
body:not(.layout-fixed).layout-lg-navbar-fixed.text-sm .wrapper .main-sidebar { body:not(.layout-fixed).layout-lg-navbar-fixed.text-sm .wrapper .main-sidebar {
margin-top: calc(calc(2.93725rem + 1px) / -1); margin-top: calc(calc(2.93725rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-lg-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-lg-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-lg-navbar-not-fixed .wrapper .brand-link { .layout-lg-navbar-not-fixed .wrapper .brand-link {
position: static; position: static;
} }
.layout-lg-navbar-not-fixed .wrapper .sidebar, .layout-lg-navbar-not-fixed .wrapper .sidebar,
.layout-lg-navbar-not-fixed .wrapper .content-wrapper { .layout-lg-navbar-not-fixed .wrapper .content-wrapper {
margin-top: 0; margin-top: 0;
} }
.layout-lg-navbar-not-fixed .wrapper .main-header { .layout-lg-navbar-not-fixed .wrapper .main-header {
position: static; position: static;
} }
@ -11294,7 +11202,6 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
.layout-xl-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper { .layout-xl-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-xl-navbar-fixed .wrapper .main-header { .layout-xl-navbar-fixed .wrapper .main-header {
left: 0; left: 0;
position: fixed; position: fixed;
@ -11302,36 +11209,28 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
top: 0; top: 0;
z-index: 1037; z-index: 1037;
} }
.layout-xl-navbar-fixed.text-sm .wrapper .content-wrapper { .layout-xl-navbar-fixed.text-sm .wrapper .content-wrapper {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
body:not(.layout-fixed).layout-xl-navbar-fixed .wrapper .main-sidebar { body:not(.layout-fixed).layout-xl-navbar-fixed .wrapper .main-sidebar {
margin-top: calc(calc(3.5rem + 1px) / -1); margin-top: calc(calc(3.5rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-xl-navbar-fixed .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-xl-navbar-fixed .wrapper .main-sidebar .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
body:not(.layout-fixed).layout-xl-navbar-fixed.text-sm .wrapper .main-sidebar { body:not(.layout-fixed).layout-xl-navbar-fixed.text-sm .wrapper .main-sidebar {
margin-top: calc(calc(2.93725rem + 1px) / -1); margin-top: calc(calc(2.93725rem + 1px) / -1);
} }
body:not(.layout-fixed).layout-xl-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar { body:not(.layout-fixed).layout-xl-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
margin-top: calc(2.93725rem + 1px); margin-top: calc(2.93725rem + 1px);
} }
.layout-xl-navbar-not-fixed .wrapper .brand-link { .layout-xl-navbar-not-fixed .wrapper .brand-link {
position: static; position: static;
} }
.layout-xl-navbar-not-fixed .wrapper .sidebar, .layout-xl-navbar-not-fixed .wrapper .sidebar,
.layout-xl-navbar-not-fixed .wrapper .content-wrapper { .layout-xl-navbar-not-fixed .wrapper .content-wrapper {
margin-top: 0; margin-top: 0;
} }
.layout-xl-navbar-not-fixed .wrapper .main-header { .layout-xl-navbar-not-fixed .wrapper .main-header {
position: static; position: static;
} }
@ -13031,11 +12930,9 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
.sidebar-mini.sidebar-collapse .visible-sidebar-mini { .sidebar-mini.sidebar-collapse .visible-sidebar-mini {
display: block !important; display: block !important;
} }
.sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link { .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
width: 250px; width: 250px;
} }
.sidebar-mini.sidebar-collapse.layout-fixed .brand-link { .sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
width: 4.6rem; width: 4.6rem;
} }
@ -13054,7 +12951,6 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
.sidebar-mini-md.sidebar-collapse .d-hidden-mini { .sidebar-mini-md.sidebar-collapse .d-hidden-mini {
display: none; display: none;
} }
@ -13138,11 +13034,9 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
.sidebar-mini-md.sidebar-collapse .visible-sidebar-mini { .sidebar-mini-md.sidebar-collapse .visible-sidebar-mini {
display: block !important; display: block !important;
} }
.sidebar-mini-md.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link { .sidebar-mini-md.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
width: 250px; width: 250px;
} }
.sidebar-mini-md.sidebar-collapse.layout-fixed .brand-link { .sidebar-mini-md.sidebar-collapse.layout-fixed .brand-link {
width: 4.6rem; width: 4.6rem;
} }
@ -20607,19 +20501,16 @@ html.maximized-card {
-ms-flex-direction: column; -ms-flex-direction: column;
flex-direction: column; flex-direction: column;
} }
.fc-toolbar .fc-left { .fc-toolbar .fc-left {
-ms-flex-order: 1; -ms-flex-order: 1;
order: 1; order: 1;
margin-bottom: .5rem; margin-bottom: .5rem;
} }
.fc-toolbar .fc-center { .fc-toolbar .fc-center {
-ms-flex-order: 0; -ms-flex-order: 0;
order: 0; order: 0;
margin-bottom: .375rem; margin-bottom: .375rem;
} }
.fc-toolbar .fc-right { .fc-toolbar .fc-right {
-ms-flex-order: 2; -ms-flex-order: 2;
order: 2; order: 2;
@ -27842,7 +27733,6 @@ blockquote.quote-gray-dark h6 {
.content-header { .content-header {
display: none !important; display: none !important;
} }
.content-wrapper, .content-wrapper,
.main-footer { .main-footer {
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
@ -31203,5 +31093,4 @@ a.text-muted:hover {
[class*="accent-"] a.btn-dark { [class*="accent-"] a.btn-dark {
color: #ffffff; color: #ffffff;
} }
/*# sourceMappingURL=adminlte.css.map */ /*# sourceMappingURL=adminlte.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) : typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.adminlte = {})); (global = global || self, factory(global.adminlte = {}));
}(this, (function (exports) { }(this, (function (exports) { 'use strict';
'use strict';
/** /**
* -------------------------------------------- * --------------------------------------------
@ -1881,7 +1880,7 @@
exports.TodoList = TodoList; exports.TodoList = TodoList;
exports.Treeview = Treeview; exports.Treeview = Treeview;
Object.defineProperty(exports, '__esModule', {value: true}); Object.defineProperty(exports, '__esModule', { value: true });
}))); })));
//# sourceMappingURL=adminlte.js.map //# sourceMappingURL=adminlte.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jquery')) : typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jquery')) :
typeof define === 'function' && define.amd ? define(['exports', 'jquery'], factory) : typeof define === 'function' && define.amd ? define(['exports', 'jquery'], factory) :
(global = global || self, factory(global.bootstrap = {}, global.jQuery)); (global = global || self, factory(global.bootstrap = {}, global.jQuery));
}(this, (function (exports, $) { }(this, (function (exports, $) { 'use strict';
'use strict';
$ = $ && $.hasOwnProperty('default') ? $['default'] : $; $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
@ -2202,7 +2201,7 @@
// NOTE: 1 DOM access here // NOTE: 1 DOM access here
var boundaries = {top: 0, left: 0}; var boundaries = { top: 0, left: 0 };
var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference)); var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference));
// Handle viewport case // Handle viewport case
@ -7129,7 +7128,7 @@
exports.Tooltip = Tooltip; exports.Tooltip = Tooltip;
exports.Util = Util; exports.Util = Util;
Object.defineProperty(exports, '__esModule', {value: true}); Object.defineProperty(exports, '__esModule', { value: true });
}))); })));
//# sourceMappingURL=bootstrap.bundle.js.map //# sourceMappingURL=bootstrap.bundle.js.map

File diff suppressed because one or more lines are too long

View File

@ -44,17 +44,21 @@
<!-- Sidebar --> <!-- Sidebar -->
<div class="sidebar"> <div class="sidebar">
<!-- Sidebar user panel (optional) --> <!-- Sidebar User -->
<div class="user-panel mt-3 pb-3 mb-3 d-flex"> <nav class="user-panel mt-3 pb-3 mb-3">
<div class="image"> <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu"
<!-- <img src="lib/AdminLTE/dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> --> data-accordion="false">
<i class="nav-icon fas fa-user img-circle elevation-2" style="color:white"></i>
</div> <li class="nav-item">
<!-- <i class="nav-icon fas fa-tachometer-alt"></i> --> <a href="user.html" class="nav-link">
<div class="info"> <i class="nav-icon fas fa-user"></i>
<a href="user.html" class="d-block" id="userlabel">Username to set!</a> <p id="userlabel">
</div> Username to set!
</div> </p>
</a>
</li>
</ul>
</nav>
<!-- Sidebar Menu --> <!-- Sidebar Menu -->
<nav class="mt-2"> <nav class="mt-2">
@ -113,7 +117,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row mb-2"> <div class="row mb-2">
<div class="col-sm-6"> <div class="col-sm-6">
<h1 class="m-0 text-dark">Dashboard</h1> <h1 class="m-0 text-dark sandwich"><i class="fas fa-bars"></i> &ensp;User Area</h1>
</div><!-- /.col --> </div><!-- /.col -->
<div class="col-sm-6"> <div class="col-sm-6">
<ol class="breadcrumb float-sm-right"> <ol class="breadcrumb float-sm-right">
@ -142,7 +146,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-bag"></i> <i class="ion ion-bag"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -157,7 +160,6 @@
<div class="icon"> <div class="icon">
<i class="ion ion-stats-bars"></i> <i class="ion ion-stats-bars"></i>
</div> </div>
<a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a>
</div> </div>
</div> </div>
<!-- ./col --> <!-- ./col -->
@ -269,7 +271,7 @@
<!-- custom js --> <!-- custom js -->
<script src="js/userManager.js"></script> <script src="js/general.js"></script>
</body> </body>
</html> </html>