Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/DataTables-1.10.9/css/dataTables.foundation.css
1293 views
table.dataTable {1clear: both;2margin: 0.5em 0 !important;3max-width: none !important;4width: 100%;5}6table.dataTable td,7table.dataTable th {8-webkit-box-sizing: content-box;9-moz-box-sizing: content-box;10box-sizing: content-box;11}12table.dataTable td.dataTables_empty,13table.dataTable th.dataTables_empty {14text-align: center;15}16table.dataTable.nowrap th, table.dataTable.nowrap td {17white-space: nowrap;18}1920div.dataTables_wrapper div.dataTables_length label {21float: left;22text-align: left;23margin-bottom: 0;24}25div.dataTables_wrapper div.dataTables_length select {26width: 75px;27margin-bottom: 0;28}29div.dataTables_wrapper div.dataTables_filter label {30float: right;31margin-bottom: 0;32}33div.dataTables_wrapper div.dataTables_filter input {34display: inline-block !important;35width: auto !important;36margin-bottom: 0;37margin-left: 0.5em;38}39div.dataTables_wrapper div.dataTables_info {40padding-top: 2px;41}42div.dataTables_wrapper div.dataTables_paginate {43float: right;44margin: 0;45}4647table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,48table.dataTable thead > tr > td.sorting_asc,49table.dataTable thead > tr > td.sorting_desc,50table.dataTable thead > tr > td.sorting {51padding-right: 1.5rem;52}53table.dataTable thead > tr > th:active,54table.dataTable thead > tr > td:active {55outline: none;56}57table.dataTable thead .sorting,58table.dataTable thead .sorting_asc,59table.dataTable thead .sorting_desc {60cursor: pointer;61}62table.dataTable thead .sorting,63table.dataTable thead .sorting_asc,64table.dataTable thead .sorting_desc,65table.dataTable thead .sorting_asc_disabled,66table.dataTable thead .sorting_desc_disabled {67background-repeat: no-repeat;68background-position: center right;69}70table.dataTable thead .sorting {71background-image: url("../images/sort_both.png");72}73table.dataTable thead .sorting_asc {74background-image: url("../images/sort_asc.png");75}76table.dataTable thead .sorting_desc {77background-image: url("../images/sort_desc.png");78}79table.dataTable thead .sorting_asc_disabled {80background-image: url("../images/sort_asc_disabled.png");81}82table.dataTable thead .sorting_desc_disabled {83background-image: url("../images/sort_desc_disabled.png");84}8586div.dataTables_scrollHead table {87margin-bottom: 0 !important;88}8990div.dataTables_scrollBody table {91border-top: none;92margin-top: 0 !important;93margin-bottom: 0 !important;94}95div.dataTables_scrollBody table tbody tr:first-child th,96div.dataTables_scrollBody table tbody tr:first-child td {97border-top: none;98}99100div.dataTables_scrollFoot table {101margin-top: 0 !important;102border-top: none;103}104105106