Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
div.dataTables_length label {
2
	text-align: left;
3
}
4
 
5
div.dataTables_length select {
6
	width: 75px;
7
}
8
 
9
div.dataTables_filter {
10
	text-align: right;
11
}
12
 
13
div.dataTables_filter label {
14
	text-align: left;
15
}
16
 
17
div.dataTables_filter input {
18
	margin-left: 0.5em;
19
	display: inline-block;
20
}
21
 
22
div.dataTables_info {
23
	padding-top: 8px;
24
}
25
 
26
div.dataTables_paginate {
27
	text-align: right;
28
	margin: 0;
29
}
30
 
31
div.dataTables_paginate div.pagination {
32
	margin: 0;
33
}
34
 
35
@media screen and (max-width: 767px) {
36
	div.dataTables_length,
37
	div.dataTables_filter,
38
	div.dataTables_info,
39
	div.dataTables_paginate {
40
		text-align: center;
41
	}
42
}
43
 
44
table.table {
45
	clear: both;
46
	margin-bottom: 6px !important;
47
	max-width: none !important;
48
}
49
 
50
table.table thead .sorting,
51
table.table thead .sorting_asc,
52
table.table thead .sorting_desc,
53
table.table thead .sorting_asc_disabled,
54
table.table thead .sorting_desc_disabled {
55
	cursor: pointer;
56
	*cursor: hand;
57
}
58
 
59
table.table thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
60
table.table thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
61
table.table thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
62
 
63
table.table thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
64
table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
65
 
66
table.dataTable th:active {
67
	outline: none;
68
}
69
 
70
/* Scrolling */
71
div.dataTables_scrollHead table {
72
	margin-bottom: 0 !important;
73
	border-bottom-left-radius: 0;
74
	border-bottom-right-radius: 0;
75
}
76
 
77
div.dataTables_scrollHead table thead tr:last-child th:first-child,
78
div.dataTables_scrollHead table thead tr:last-child td:first-child {
79
	border-bottom-left-radius: 0 !important;
80
	border-bottom-right-radius: 0 !important;
81
}
82
 
83
div.dataTables_scrollBody table {
84
	border-top: none;
85
	margin-top: 0 !important;
86
	margin-bottom: 0 !important;
87
}
88
 
89
div.dataTables_scrollBody tbody tr:first-child th,
90
div.dataTables_scrollBody tbody tr:first-child td {
91
	border-top: none;
92
}
93
 
94
div.dataTables_scrollFoot table {
95
	margin-top: 0 !important;
96
	border-top: none;
97
}
98
 
99
 
100
 
101
 
102
/*
103
 * TableTools styles
104
 */
105
.table tbody tr.active td,
106
.table tbody tr.active th {
107
	background-color: #08C;
108
	color: white;
109
}
110
 
111
.table tbody tr.active:hover td,
112
.table tbody tr.active:hover th {
113
	background-color: #0075b0 !important;
114
}
115
 
116
.table tbody tr.active a {
117
	color: white;
118
}
119
 
120
.table-striped tbody tr.active:nth-child(odd) td,
121
.table-striped tbody tr.active:nth-child(odd) th {
122
	background-color: #017ebc;
123
}
124
 
125
table.DTTT_selectable tbody tr {
126
	cursor: pointer;
127
	*cursor: hand;
128
}
129
 
130
div.DTTT .btn {
131
	color: #333 !important;
132
	font-size: 12px;
133
}
134
 
135
div.DTTT .btn:hover {
136
	text-decoration: none !important;
137
}
138
 
139
ul.DTTT_dropdown.dropdown-menu {
140
  z-index: 2003;
141
}
142
 
143
ul.DTTT_dropdown.dropdown-menu a {
144
	color: #333 !important; /* needed only when demo_page.css is included */
145
}
146
 
147
ul.DTTT_dropdown.dropdown-menu li {
148
	position: relative;
149
}
150
 
151
ul.DTTT_dropdown.dropdown-menu li:hover a {
152
	background-color: #0088cc;
153
	color: white !important;
154
}
155
 
156
div.DTTT_collection_background {
157
	z-index: 2002;
158
}
159
 
160
/* TableTools information display */
161
div.DTTT_print_info.modal {
162
	height: 150px;
163
	margin-top: -75px;
164
	text-align: center;
165
}
166
 
167
div.DTTT_print_info h6 {
168
	font-weight: normal;
169
	font-size: 28px;
170
	line-height: 28px;
171
	margin: 1em;
172
}
173
 
174
div.DTTT_print_info p {
175
	font-size: 14px;
176
	line-height: 20px;
177
}
178
 
179
 
180
 
181
/*
182
 * FixedColumns styles
183
 */
184
div.DTFC_LeftHeadWrapper table,
185
div.DTFC_LeftFootWrapper table,
186
div.DTFC_RightHeadWrapper table,
187
div.DTFC_RightFootWrapper table,
188
table.DTFC_Cloned tr.even {
189
    background-color: white;
190
    margin-bottom: 0;
191
}
192
 
193
div.DTFC_RightHeadWrapper table ,
194
div.DTFC_LeftHeadWrapper table {
195
    margin-bottom: 0 !important;
196
    border-top-right-radius: 0 !important;
197
    border-bottom-left-radius: 0 !important;
198
    border-bottom-right-radius: 0 !important;
199
}
200
 
201
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
202
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
203
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
204
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
205
    border-bottom-left-radius: 0 !important;
206
    border-bottom-right-radius: 0 !important;
207
}
208
 
209
div.DTFC_RightBodyWrapper table,
210
div.DTFC_LeftBodyWrapper table {
211
    border-top: none;
212
    margin-bottom: 0 !important;
213
}
214
 
215
div.DTFC_RightBodyWrapper tbody tr:first-child th,
216
div.DTFC_RightBodyWrapper tbody tr:first-child td,
217
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
218
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
219
    border-top: none;
220
}
221
 
222
div.DTFC_RightFootWrapper table,
223
div.DTFC_LeftFootWrapper table {
224
    border-top: none;
225
}
226