|
|
Рядок 1: |
Рядок 1: |
| {{#css: | | {{#css:Bootstrap-table.min.css}} |
| .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{align-items:center;background:#fff;display:flex;justify-content:center;position:absolute;bottom:0;width:100%;z-index:1000;transition:visibility 0s,opacity .15s ease-in-out;opacity:0;visibility:hidden;}
| |
| .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap{align-items:baseline;display:flex;justify-content:center;}
| |
| .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text{margin-right:6px;}
| |
| .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap{align-items:center;display:flex;justify-content:center;}
| |
| .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before{content:"";animation-duration:1.5s;animation-iteration-count:infinite;animation-name:LOADING;background:#212529;border-radius:50%;display:block;height:5px;margin:0 4px;opacity:0;width:5px;}
| |
| .bootstrap-table .fixed-table-toolbar .search{position:relative;margin-top:10px;margin-bottom:10px;}
| |
| .table thead th {vertical-align: inherit;}
| |
| .table {border-collapse: separate}
| |
| .sticky-header{position:sticky; top: 0 ;border-width: 1px; border-color: #CED4DA;}
| |
| h4.alert-heading {font-size:1.5rem;}
| |
| | |
| }
| |
| }} | |
| <html> | | <html> |
| <head> | | <head> |
Рядок 58: |
Рядок 45: |
| <thead class="sticky-header"> | | <thead class="sticky-header"> |
| <tr> | | <tr> |
| <th data-field="Id шаблону" data-sortable="true" style="width: 7%;">ID шаблону <i class="fa fa-sort" ></i></th> | | <th data-field="Id шаблону" data-sortable="true" style="width: 7%;">ID шаблону</th> |
| <th data-field="Назва шаблону" data-sortable="true" style="width: 28%;">Назва шаблону <i class="fa fa-sort"></th> | | <th data-field="Назва шаблону" data-sortable="true" style="width: 28%;">Назва шаблону</th> |
| <th data-field="Інстанція" data-sortable="true" style="width: 10%;">Інстанція <i class="fa fa-sort"></th> | | <th data-field="Інстанція" data-sortable="true" style="width: 10%;">Інстанція</th> |
| <th data-field="Категорія" data-sortable="true" style="width: 10%;">Категорія <i class="fa fa-sort"></th> | | <th data-field="Категорія" data-sortable="true" style="width: 10%;">Категорія</th> |
| <th data-field="Судочинство" data-sortable="true" style="width: 15%;">Судочинство <i class="fa fa-sort"></th> | | <th data-field="Судочинство" data-sortable="true" style="width: 15%;">Судочинство</th> |
| </tr> | | </tr> |
| </thead> | | </thead> |