|
|
@@ -4,7 +4,7 @@
|
|
|
*
|
|
|
* To rebuild or modify this file with the latest versions of the included
|
|
|
* software please visit:
|
|
|
- * https://datatables.net/download/#dt/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.18/b-1.5.2/b-html5-1.5.2/r-2.2.2
|
|
|
+ * https://datatables.net/download/#ju/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.18/b-1.5.2/b-html5-1.5.2/r-2.2.2
|
|
|
*
|
|
|
* Included libraries:
|
|
|
* JSZip 2.5.0, pdfmake 0.1.36, DataTables 1.10.18, Buttons 1.5.2, HTML5 export 1.5.2, Responsive 2.2.2
|
|
|
@@ -33,7 +33,6 @@ table.dataTable tfoot th {
|
|
|
table.dataTable thead th,
|
|
|
table.dataTable thead td {
|
|
|
padding: 10px 18px;
|
|
|
- border-bottom: 1px solid #111;
|
|
|
}
|
|
|
table.dataTable thead th:active,
|
|
|
table.dataTable thead td:active {
|
|
|
@@ -42,32 +41,6 @@ table.dataTable thead td:active {
|
|
|
table.dataTable tfoot th,
|
|
|
table.dataTable tfoot td {
|
|
|
padding: 10px 18px 6px 18px;
|
|
|
- border-top: 1px solid #111;
|
|
|
-}
|
|
|
-table.dataTable thead .sorting,
|
|
|
-table.dataTable thead .sorting_asc,
|
|
|
-table.dataTable thead .sorting_desc,
|
|
|
-table.dataTable thead .sorting_asc_disabled,
|
|
|
-table.dataTable thead .sorting_desc_disabled {
|
|
|
- cursor: pointer;
|
|
|
- *cursor: hand;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center right;
|
|
|
-}
|
|
|
-table.dataTable thead .sorting {
|
|
|
- background-image: url("DataTables-1.10.18/images/sort_both.png");
|
|
|
-}
|
|
|
-table.dataTable thead .sorting_asc {
|
|
|
- background-image: url("DataTables-1.10.18/images/sort_asc.png");
|
|
|
-}
|
|
|
-table.dataTable thead .sorting_desc {
|
|
|
- background-image: url("DataTables-1.10.18/images/sort_desc.png");
|
|
|
-}
|
|
|
-table.dataTable thead .sorting_asc_disabled {
|
|
|
- background-image: url("DataTables-1.10.18/images/sort_asc_disabled.png");
|
|
|
-}
|
|
|
-table.dataTable thead .sorting_desc_disabled {
|
|
|
- background-image: url("DataTables-1.10.18/images/sort_desc_disabled.png");
|
|
|
}
|
|
|
table.dataTable tbody tr {
|
|
|
background-color: #ffffff;
|
|
|
@@ -458,6 +431,66 @@ table.dataTable td {
|
|
|
margin-top: 0.5em;
|
|
|
}
|
|
|
}
|
|
|
+table.dataTable thead th div.DataTables_sort_wrapper {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+table.dataTable thead th div.DataTables_sort_wrapper span {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ margin-top: -8px;
|
|
|
+ right: -18px;
|
|
|
+}
|
|
|
+table.dataTable thead th.ui-state-default,
|
|
|
+table.dataTable tfoot th.ui-state-default {
|
|
|
+ border-left-width: 0;
|
|
|
+}
|
|
|
+table.dataTable thead th.ui-state-default:first-child,
|
|
|
+table.dataTable tfoot th.ui-state-default:first-child {
|
|
|
+ border-left-width: 1px;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Control feature layout
|
|
|
+ */
|
|
|
+.dataTables_wrapper .dataTables_paginate .fg-button {
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: inline-block;
|
|
|
+ min-width: 1.5em;
|
|
|
+ padding: 0.5em;
|
|
|
+ margin-left: 2px;
|
|
|
+ text-align: center;
|
|
|
+ text-decoration: none !important;
|
|
|
+ cursor: pointer;
|
|
|
+ *cursor: hand;
|
|
|
+ border: 1px solid transparent;
|
|
|
+}
|
|
|
+.dataTables_wrapper .dataTables_paginate .fg-button:active {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
|
|
|
+ border-top-left-radius: 3px;
|
|
|
+ border-bottom-left-radius: 3px;
|
|
|
+}
|
|
|
+.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
|
|
|
+ border-top-right-radius: 3px;
|
|
|
+ border-bottom-right-radius: 3px;
|
|
|
+}
|
|
|
+.dataTables_wrapper .ui-widget-header {
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
+.dataTables_wrapper .ui-toolbar {
|
|
|
+ padding: 8px;
|
|
|
+}
|
|
|
+.dataTables_wrapper.no-footer .dataTables_scrollBody {
|
|
|
+ border-bottom: none;
|
|
|
+}
|
|
|
+.dataTables_wrapper .dataTables_length,
|
|
|
+.dataTables_wrapper .dataTables_filter,
|
|
|
+.dataTables_wrapper .dataTables_info,
|
|
|
+.dataTables_wrapper .dataTables_processing,
|
|
|
+.dataTables_wrapper .dataTables_paginate {
|
|
|
+ color: inherit;
|
|
|
+}
|
|
|
|
|
|
|
|
|
@keyframes dtb-spinner {
|
|
|
@@ -514,151 +547,23 @@ div.dt-button-info > div {
|
|
|
padding: 1em;
|
|
|
}
|
|
|
|
|
|
-button.dt-button,
|
|
|
-div.dt-button,
|
|
|
-a.dt-button {
|
|
|
+div.dt-buttons {
|
|
|
position: relative;
|
|
|
- display: inline-block;
|
|
|
- box-sizing: border-box;
|
|
|
- margin-right: 0.333em;
|
|
|
- margin-bottom: 0.333em;
|
|
|
- padding: 0.5em 1em;
|
|
|
- border: 1px solid #999;
|
|
|
- border-radius: 2px;
|
|
|
- cursor: pointer;
|
|
|
- font-size: 0.88em;
|
|
|
- line-height: 1.6em;
|
|
|
- color: black;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- background-color: #e9e9e9;
|
|
|
- /* Fallback */
|
|
|
- background-image: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
|
|
|
- /* Chrome 10+, Saf5.1+, iOS 5+ */
|
|
|
- background-image: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
|
|
|
- /* FF3.6 */
|
|
|
- background-image: -ms-linear-gradient(top, white 0%, #e9e9e9 100%);
|
|
|
- /* IE10 */
|
|
|
- background-image: -o-linear-gradient(top, white 0%, #e9e9e9 100%);
|
|
|
- /* Opera 11.10+ */
|
|
|
- background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
|
|
|
- -webkit-user-select: none;
|
|
|
- -moz-user-select: none;
|
|
|
- -ms-user-select: none;
|
|
|
- user-select: none;
|
|
|
- text-decoration: none;
|
|
|
- outline: none;
|
|
|
+ float: left;
|
|
|
}
|
|
|
-button.dt-button.disabled,
|
|
|
-div.dt-button.disabled,
|
|
|
-a.dt-button.disabled {
|
|
|
- color: #999;
|
|
|
- border: 1px solid #d0d0d0;
|
|
|
- cursor: default;
|
|
|
- background-color: #f9f9f9;
|
|
|
- /* Fallback */
|
|
|
- background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
|
|
- /* Chrome 10+, Saf5.1+, iOS 5+ */
|
|
|
- background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
|
|
- /* FF3.6 */
|
|
|
- background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
|
|
- /* IE10 */
|
|
|
- background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
|
|
|
- /* Opera 11.10+ */
|
|
|
- background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
|
|
|
-}
|
|
|
-button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
|
|
|
-div.dt-button:active:not(.disabled),
|
|
|
-div.dt-button.active:not(.disabled),
|
|
|
-a.dt-button:active:not(.disabled),
|
|
|
-a.dt-button.active:not(.disabled) {
|
|
|
- background-color: #e2e2e2;
|
|
|
- /* Fallback */
|
|
|
- background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
|
|
- /* Chrome 10+, Saf5.1+, iOS 5+ */
|
|
|
- background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
|
|
- /* FF3.6 */
|
|
|
- background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
|
|
- /* IE10 */
|
|
|
- background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
|
|
|
- /* Opera 11.10+ */
|
|
|
- background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
|
|
|
- box-shadow: inset 1px 1px 3px #999999;
|
|
|
-}
|
|
|
-button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
|
|
|
-div.dt-button:active:not(.disabled):hover:not(.disabled),
|
|
|
-div.dt-button.active:not(.disabled):hover:not(.disabled),
|
|
|
-a.dt-button:active:not(.disabled):hover:not(.disabled),
|
|
|
-a.dt-button.active:not(.disabled):hover:not(.disabled) {
|
|
|
- box-shadow: inset 1px 1px 3px #999999;
|
|
|
- background-color: #cccccc;
|
|
|
- /* Fallback */
|
|
|
- background-image: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
|
|
- /* Chrome 10+, Saf5.1+, iOS 5+ */
|
|
|
- background-image: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
|
|
- /* FF3.6 */
|
|
|
- background-image: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
|
|
- /* IE10 */
|
|
|
- background-image: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
|
|
|
- /* Opera 11.10+ */
|
|
|
- background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
|
|
|
-}
|
|
|
-button.dt-button:hover,
|
|
|
-div.dt-button:hover,
|
|
|
-a.dt-button:hover {
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-button.dt-button:hover:not(.disabled),
|
|
|
-div.dt-button:hover:not(.disabled),
|
|
|
-a.dt-button:hover:not(.disabled) {
|
|
|
- border: 1px solid #666;
|
|
|
- background-color: #e0e0e0;
|
|
|
- /* Fallback */
|
|
|
- background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
|
|
- /* Chrome 10+, Saf5.1+, iOS 5+ */
|
|
|
- background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
|
|
- /* FF3.6 */
|
|
|
- background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
|
|
- /* IE10 */
|
|
|
- background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
|
|
|
- /* Opera 11.10+ */
|
|
|
- background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
|
|
|
-}
|
|
|
-button.dt-button:focus:not(.disabled),
|
|
|
-div.dt-button:focus:not(.disabled),
|
|
|
-a.dt-button:focus:not(.disabled) {
|
|
|
- border: 1px solid #426c9e;
|
|
|
- text-shadow: 0 1px 0 #c4def1;
|
|
|
- outline: none;
|
|
|
- background-color: #79ace9;
|
|
|
- /* Fallback */
|
|
|
- background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
|
|
- /* Chrome 10+, Saf5.1+, iOS 5+ */
|
|
|
- background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
|
|
- /* FF3.6 */
|
|
|
- background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
|
|
- /* IE10 */
|
|
|
- background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
|
|
|
- /* Opera 11.10+ */
|
|
|
- background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
|
|
|
+div.dt-buttons .dt-button {
|
|
|
+ margin-right: 0;
|
|
|
}
|
|
|
-
|
|
|
-.dt-button embed {
|
|
|
- outline: none;
|
|
|
+div.dt-buttons .dt-button span.ui-icon {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-top: -2px;
|
|
|
}
|
|
|
-
|
|
|
-div.dt-buttons {
|
|
|
- position: relative;
|
|
|
- float: left;
|
|
|
+div.dt-buttons .dt-button:active {
|
|
|
+ outline: none;
|
|
|
}
|
|
|
-div.dt-buttons.buttons-right {
|
|
|
- float: right;
|
|
|
+div.dt-buttons .dt-button:hover > span {
|
|
|
+ background-color: rgba(0, 0, 0, 0.05);
|
|
|
}
|
|
|
|
|
|
div.dt-button-collection {
|
|
|
@@ -670,47 +575,36 @@ div.dt-button-collection {
|
|
|
padding: 8px 8px 4px 8px;
|
|
|
border: 1px solid #ccc;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
|
- background-color: white;
|
|
|
+ background-color: #f3f3f3;
|
|
|
+ background-color: rgba(255, 255, 255, 0.3);
|
|
|
overflow: hidden;
|
|
|
z-index: 2002;
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
|
|
|
+ z-index: 2002;
|
|
|
-webkit-column-gap: 8px;
|
|
|
-moz-column-gap: 8px;
|
|
|
-ms-column-gap: 8px;
|
|
|
-o-column-gap: 8px;
|
|
|
column-gap: 8px;
|
|
|
+ -webkit-column-gap: 0;
|
|
|
+ -moz-column-gap: 0;
|
|
|
+ -ms-column-gap: 0;
|
|
|
+ -o-column-gap: 0;
|
|
|
+ column-gap: 0;
|
|
|
}
|
|
|
-div.dt-button-collection button.dt-button,
|
|
|
-div.dt-button-collection div.dt-button,
|
|
|
-div.dt-button-collection a.dt-button {
|
|
|
+div.dt-button-collection .dt-button {
|
|
|
position: relative;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
width: 100%;
|
|
|
display: block;
|
|
|
float: none;
|
|
|
- margin-bottom: 4px;
|
|
|
margin-right: 0;
|
|
|
+ margin-bottom: 4px;
|
|
|
}
|
|
|
-div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
|
|
|
-div.dt-button-collection div.dt-button:active:not(.disabled),
|
|
|
-div.dt-button-collection div.dt-button.active:not(.disabled),
|
|
|
-div.dt-button-collection a.dt-button:active:not(.disabled),
|
|
|
-div.dt-button-collection a.dt-button.active:not(.disabled) {
|
|
|
- background-color: #dadada;
|
|
|
- /* Fallback */
|
|
|
- background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
|
|
- /* Chrome 10+, Saf5.1+, iOS 5+ */
|
|
|
- background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
|
|
- /* FF3.6 */
|
|
|
- background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
|
|
- /* IE10 */
|
|
|
- background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
|
|
|
- /* Opera 11.10+ */
|
|
|
- background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
|
|
|
- box-shadow: inset 1px 1px 3px #666;
|
|
|
+div.dt-button-collection .dt-button:hover > span {
|
|
|
+ background-color: rgba(0, 0, 0, 0.05);
|
|
|
}
|
|
|
div.dt-button-collection.fixed {
|
|
|
position: fixed;
|