Path: blob/master/web-gui/buildyourownbotnet/assets/js/datatables/DataTables-1.10.9/css/dataTables.bootstrap.css
1293 views
table.dataTable {1clear: both;2margin-top: 6px !important;3margin-bottom: 6px !important;4max-width: none !important;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,17table.dataTable.nowrap td {18white-space: nowrap;19}2021div.dataTables_wrapper div.dataTables_length label {22font-weight: normal;23text-align: left;24white-space: nowrap;25}26div.dataTables_wrapper div.dataTables_length select {27width: 75px;28display: inline-block;29}30div.dataTables_wrapper div.dataTables_filter {31text-align: right;32}33div.dataTables_wrapper div.dataTables_filter label {34font-weight: normal;35white-space: nowrap;36text-align: left;37}38div.dataTables_wrapper div.dataTables_filter input {39margin-left: 0.5em;40display: inline-block;41width: auto;42}43div.dataTables_wrapper div.dataTables_info {44padding-top: 8px;45white-space: nowrap;46}47div.dataTables_wrapper div.dataTables_paginate {48margin: 0;49white-space: nowrap;50text-align: right;51}52div.dataTables_wrapper div.dataTables_paginate ul.pagination {53margin: 2px 0;54white-space: nowrap;55}5657table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,58table.dataTable thead > tr > td.sorting_asc,59table.dataTable thead > tr > td.sorting_desc,60table.dataTable thead > tr > td.sorting {61padding-right: 30px;62}63table.dataTable thead > tr > th:active,64table.dataTable thead > tr > td:active {65outline: none;66}67table.dataTable thead .sorting,68table.dataTable thead .sorting_asc,69table.dataTable thead .sorting_desc,70table.dataTable thead .sorting_asc_disabled,71table.dataTable thead .sorting_desc_disabled {72cursor: pointer;73position: relative;74}75table.dataTable thead .sorting:after,76table.dataTable thead .sorting_asc:after,77table.dataTable thead .sorting_desc:after,78table.dataTable thead .sorting_asc_disabled:after,79table.dataTable thead .sorting_desc_disabled:after {80position: absolute;81bottom: 8px;82right: 8px;83display: block;84font-family: 'Glyphicons Halflings';85opacity: 0.5;86}87table.dataTable thead .sorting:after {88opacity: 0.2;89content: "\e150";90/* sort */91}92table.dataTable thead .sorting_asc:after {93content: "\e155";94/* sort-by-attributes */95}96table.dataTable thead .sorting_desc:after {97content: "\e156";98/* sort-by-attributes-alt */99}100table.dataTable thead .sorting_asc_disabled:after,101table.dataTable thead .sorting_desc_disabled:after {102color: #eee;103}104105div.dataTables_scrollHead table.dataTable {106margin-bottom: 0 !important;107}108109div.dataTables_scrollBody table {110border-top: none;111margin-top: 0 !important;112margin-bottom: 0 !important;113}114div.dataTables_scrollBody table thead .sorting:after,115div.dataTables_scrollBody table thead .sorting_asc:after,116div.dataTables_scrollBody table thead .sorting_desc:after {117display: none;118}119div.dataTables_scrollBody table tbody tr:first-child th,120div.dataTables_scrollBody table tbody tr:first-child td {121border-top: none;122}123124div.dataTables_scrollFoot table {125margin-top: 0 !important;126border-top: none;127}128129@media screen and (max-width: 767px) {130div.dataTables_wrapper div.dataTables_length,131div.dataTables_wrapper div.dataTables_filter,132div.dataTables_wrapper div.dataTables_info,133div.dataTables_wrapper div.dataTables_paginate {134text-align: center;135}136}137table.dataTable.table-condensed > thead > tr > th {138padding-right: 20px;139}140table.dataTable.table-condensed .sorting:after,141table.dataTable.table-condensed .sorting_asc:after,142table.dataTable.table-condensed .sorting_desc:after {143top: 6px;144right: 6px;145}146147table.table-bordered.dataTable {148border-collapse: separate !important;149}150table.table-bordered.dataTable th,151table.table-bordered.dataTable td {152border-left-width: 0;153}154table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,155table.table-bordered.dataTable td:last-child,156table.table-bordered.dataTable td:last-child {157border-right-width: 0;158}159table.table-bordered.dataTable tbody th,160table.table-bordered.dataTable tbody td {161border-bottom-width: 0;162}163164div.dataTables_scrollHead table.table-bordered {165border-bottom-width: 0;166}167168169