mirror of https://github.com/Sonarr/Sonarr
110 lines
2.2 KiB
CSS
110 lines
2.2 KiB
CSS
|
div.dataTables_length {
|
||
|
/*float: right;
|
||
|
margin: 10px;*/
|
||
|
display: inline-block;
|
||
|
margin-right: 30px;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
|
||
|
div.bottomRight {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
div.dataTables_length label {
|
||
|
text-align: left;
|
||
|
display: inline-block;
|
||
|
padding-bottom: 0px;
|
||
|
}
|
||
|
|
||
|
div.dataTables_length select {
|
||
|
width: 75px;
|
||
|
}
|
||
|
|
||
|
div.dataTables_filter label {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
div.dataTables_info {
|
||
|
padding-top: 8px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
div.dataTables_paginate {
|
||
|
float: right;
|
||
|
margin: 0;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
table.table {
|
||
|
clear: both;
|
||
|
margin-bottom: 6px !important;
|
||
|
}
|
||
|
|
||
|
.dataTables_wrapper {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
table.table thead .sorting,
|
||
|
table.table thead .sorting_asc,
|
||
|
table.table thead .sorting_desc,
|
||
|
table.table thead .sorting_asc_disabled,
|
||
|
table.table thead .sorting_desc_disabled {
|
||
|
cursor: pointer;
|
||
|
*cursor: hand;
|
||
|
}
|
||
|
|
||
|
/*table.table thead .sorting:after {
|
||
|
width: 12px;
|
||
|
font-family: FontAwesome;
|
||
|
content: "\f106 \f107";
|
||
|
-webkit-transform: rotate(90deg);
|
||
|
-o-transform: rotate(90deg);
|
||
|
-moz-transform: rotate(90deg);
|
||
|
}
|
||
|
|
||
|
table.table thead .sorting_asc:after {
|
||
|
font-family: FontAwesome;
|
||
|
content: "\f106";
|
||
|
}
|
||
|
|
||
|
table.table thead .sorting_desc:after {
|
||
|
font-family: FontAwesome;
|
||
|
content: "\f107";
|
||
|
}*/
|
||
|
|
||
|
table.table thead .sorting { background: url('./images/sort_both.png') no-repeat center right; }
|
||
|
table.table thead .sorting_asc { background: url('./images/sort_asc.png') no-repeat center right; }
|
||
|
table.table thead .sorting_desc { background: url('./images/sort_desc.png') no-repeat center right; }
|
||
|
|
||
|
table.table thead .sorting_asc_disabled { background: url('./images/sort_asc_disabled.png') no-repeat center right; }
|
||
|
table.table thead .sorting_desc_disabled { background: url('./images/sort_desc_disabled.png') no-repeat center right; }
|
||
|
|
||
|
table.dataTable th:active {
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
/*table.dataTable tr.odd { background-color: #F9F9F9; }*/
|
||
|
|
||
|
/*
|
||
|
* Processing indicator
|
||
|
*/
|
||
|
.dataTables_processing {
|
||
|
position: absolute;
|
||
|
top: 50px;
|
||
|
left: 50%;
|
||
|
width: 250px;
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
margin-left: -125px;
|
||
|
padding: 0px 0 0px 0;
|
||
|
border: 1px solid #ddd;
|
||
|
text-align: center;
|
||
|
color: #999;
|
||
|
font-size: 14px;
|
||
|
background-color: white;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.dataTables_searchButton {
|
||
|
margin-left: 4px;
|
||
|
}
|