rebuild dist files
This commit is contained in:
25
dist/css/adminlte.css
vendored
25
dist/css/adminlte.css
vendored
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* AdminLTE v3.0.0-rc.3
|
||||
* AdminLTE v3.0.0-rc.4
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||
@@ -15028,10 +15028,11 @@ html.maximized-card {
|
||||
margin-right: -0.625rem;
|
||||
}
|
||||
|
||||
.card-header > .card-tools .input-group,
|
||||
.card-header > .card-tools .nav,
|
||||
.card-header > .card-tools .pagination {
|
||||
margin-bottom: -0.375rem;
|
||||
margin-top: -0.375rem;
|
||||
margin-bottom: -0.3rem;
|
||||
margin-top: -0.3rem;
|
||||
}
|
||||
|
||||
.card-header > .card-tools [data-toggle='tooltip'] {
|
||||
@@ -18455,6 +18456,16 @@ html.maximized-card {
|
||||
border-color: #dee2e6 #dee2e6 #dee2e6 transparent;
|
||||
}
|
||||
|
||||
.navbar-no-expand {
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.navbar-no-expand .nav-link {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.navbar-light {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
@@ -18642,10 +18653,10 @@ html.maximized-card {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.table .table-valign-middle thead > tr > th,
|
||||
.table .table-valign-middle thead > tr > td,
|
||||
.table .table-valign-middle tbody > tr > th,
|
||||
.table .table-valign-middle tbody > tr > td {
|
||||
.table.table-valign-middle thead > tr > th,
|
||||
.table.table-valign-middle thead > tr > td,
|
||||
.table.table-valign-middle tbody > tr > th,
|
||||
.table.table-valign-middle tbody > tr > td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
2
dist/css/adminlte.css.map
vendored
2
dist/css/adminlte.css.map
vendored
File diff suppressed because one or more lines are too long
4
dist/css/adminlte.min.css
vendored
4
dist/css/adminlte.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/adminlte.min.css.map
vendored
2
dist/css/adminlte.min.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/js/adminlte.js
vendored
2
dist/js/adminlte.js
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* AdminLTE v3.0.0-rc.3 (https://adminlte.io)
|
||||
* AdminLTE v3.0.0-rc.4 (https://adminlte.io)
|
||||
* Copyright 2014-2019 Colorlib <http://colorlib.com>
|
||||
* Licensed under MIT (https://github.com/almasaeed2010/AdminLTE/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
2
dist/js/adminlte.min.js
vendored
2
dist/js/adminlte.min.js
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* AdminLTE v3.0.0-rc.3 (https://adminlte.io)
|
||||
* AdminLTE v3.0.0-rc.4 (https://adminlte.io)
|
||||
* Copyright 2014-2019 Colorlib <http://colorlib.com>
|
||||
* Licensed under MIT (https://github.com/almasaeed2010/AdminLTE/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user