Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7250 dpurdie 1
div.dts {
2
  display: block !important;
3
}
4
div.dts tbody th,
5
div.dts tbody td {
6
  // white-space: nowrap;
7
}
8
div.dts div.dts_loading {
9
  z-index: 1;
10
}
11
div.dts div.dts_label {
12
  position: absolute;
13
  right: 10px;
14
  background: rgba(0, 0, 0, 0.8);
15
  color: white;
16
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
17
  text-align: right;
18
  border-radius: 3px;
19
  padding: 0.4em;
20
  z-index: 2;
21
  display: none;
22
}
23
div.dts div.dataTables_scrollBody {
24
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
25
}
26
div.dts div.dataTables_scrollBody table {
27
  z-index: 2;
28
}
29
div.dts div.dataTables_paginate,
30
div.dts div.dataTables_length {
31
  display: none;
32
}