Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
776 lars 1
table.dataTable {
2
    clear: both;
3
    margin-top: 6px !important;
4
    margin-bottom: 6px !important;
5
    max-width: none !important;
6
}
7
table.dataTable td, table.dataTable th {
8
    -webkit-box-sizing: content-box;
9
    -moz-box-sizing: content-box;
10
    box-sizing: content-box;
11
}
12
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
13
    text-align: center;
14
}
15
table.dataTable.nowrap th, table.dataTable.nowrap td {
16
    white-space: nowrap;
17
}
18
div.dataTables_wrapper div.dataTables_length label {
19
    font-weight: normal;
20
    text-align: left;
21
    white-space: nowrap;
22
}
23
div.dataTables_wrapper div.dataTables_length select {
24
    width: 75px;
25
    display: inline-block;
26
}
27
div.dataTables_wrapper div.dataTables_filter {
28
    text-align: right;
29
}
30
div.dataTables_wrapper div.dataTables_filter label {
31
    font-weight: normal;
32
    white-space: nowrap;
33
    text-align: left;
34
}
35
div.dataTables_wrapper div.dataTables_filter input {
36
    margin-left: 0.5em;
37
    display: inline-block;
38
    width: auto;
39
}
40
div.dataTables_wrapper div.dataTables_info {
41
    padding-top: 8px;
42
    white-space: nowrap;
43
}
44
div.dataTables_wrapper div.dataTables_paginate {
45
    margin: 0;
46
    white-space: nowrap;
47
    text-align: right;
48
}
49
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
50
    margin: 2px 0;
51
    white-space: nowrap;
52
}
53
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
54
    padding-right: 30px;
55
}
56
table.dataTable thead>tr>th:active, table.dataTable thead>tr>td:active {
57
    outline: none;
58
}
59
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 {
60
    cursor: pointer;
61
    position: relative;
62
}
63
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
64
    position: absolute;
65
    bottom: 8px;
66
    right: 8px;
67
    display: block;
68
    font-family: 'Glyphicons Halflings';
69
    opacity: 0.5;
70
}
71
table.dataTable thead .sorting:after {
72
    opacity: 0.2;
73
    content: "\e150"}
74
table.dataTable thead .sorting_asc:after {
75
    content: "\e155"}
76
table.dataTable thead .sorting_desc:after {
77
    content: "\e156"}
78
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
79
    color: #eee;
80
}
81
div.dataTables_scrollHead table.dataTable {
82
    margin-bottom: 0 !important;
83
}
84
div.dataTables_scrollBody table {
85
    border-top: none;
86
    margin-top: 0 !important;
87
    margin-bottom: 0 !important;
88
}
89
div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
90
    display: none;
91
}
92
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
93
    border-top: none;
94
}
95
div.dataTables_scrollFoot table {
96
    margin-top: 0 !important;
97
    border-top: none;
98
}
99
@media screen and (max-width: 767px) {
100
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
101
    text-align: center;
102
}
103
}table.dataTable.table-condensed>thead>tr>th {
104
    padding-right: 20px;
105
}
106
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
107
    top: 6px;
108
    right: 6px;
109
}
110
table.table-bordered.dataTable {
111
    border-collapse: separate !important;
112
}
113
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
114
    border-left-width: 0;
115
}
116
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
117
    border-right-width: 0;
118
}
119
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
120
    border-bottom-width: 0;
121
}
122
div.dataTables_scrollHead table.table-bordered {
123
    border-bottom-width: 0;
124
}