mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
!!! NEW ADMIN PANEL layout + required js and css libraries
modified functions/functions.xhtml.php file prepared for upcoming admin pages changes
This commit is contained in:
36
include/bs-data-table/css/jquery.bdt.css
Normal file
36
include/bs-data-table/css/jquery.bdt.css
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* Custom styles for BDT - Bootstrap Data Tables
|
||||
**/
|
||||
|
||||
.bdt thead th {
|
||||
cursor: pointer;
|
||||
}
|
||||
/*
|
||||
.bdt .sort-icon {
|
||||
width: 10px;
|
||||
display: inline-block;
|
||||
padding-left: 5px;
|
||||
} */
|
||||
|
||||
#table-footer {
|
||||
margin-bottom: 15px;
|
||||
margin-top: 10px;
|
||||
min-height:35px;
|
||||
}
|
||||
|
||||
#table-footer a, #table-footer button {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#table-footer .form-horizontal .control-label {
|
||||
text-align: left;
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
||||
#table-footer .pagination {
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
||||
#table-footer .pagination li:not(.active) {
|
||||
cursor: pointer;
|
||||
}
|
||||
1
include/bs-data-table/css/jquery.bdt.min.css
vendored
Normal file
1
include/bs-data-table/css/jquery.bdt.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.bdt thead th{cursor:pointer}.bdt .sort-icon{width:10px;display:inline-block;padding-left:5px}#table-footer{margin-bottom:15px}#table-footer a,#table-footer button{outline:0}#table-footer .form-horizontal .control-label{text-align:left;margin:0 15px}#table-footer .pagination{margin:0 15px}#table-footer .pagination li:not(.active){cursor:pointer}
|
||||
Reference in New Issue
Block a user