2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/bs-data-table/css/jquery.bdt.css
Alex 0e3dfa06b8 UPDATEd : Bootstrap to 3.3.6; font-awesome to 4.5.0; bootstrap-tables;
CLEANED  not used doc, examples e.t.c files and folders
2015-12-10 17:08:44 +03:00

42 lines
594 B
CSS

/**
* Custom styles for BDT - Bootstrap Data Tables
**/
.bdt thead th {
cursor: pointer;
}
.bdt .sort-icon {
width: 10px;
display: inline-block;
padding-left: 5px;
}
.search-form {
margin-right: 25px;
}
#table-footer {
margin-bottom: 15px;
}
#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;
}
.disable-sorting {
cursor: auto !important;
}