Subversion Repositories DevTools

Rev

Rev 5506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 6577
Line 57... Line 57...
57
}
57
}
58
table.dataTable thead th:active,
58
table.dataTable thead th:active,
59
table.dataTable thead td:active {
59
table.dataTable thead td:active {
60
  outline: none;
60
  outline: none;
61
}
61
}
62
table.dataTable tfoot th,
62
table.dataTable tfoot th {
-
 
63
	border-top: 1px solid #111111;
-
 
64
	//padding: 10px 18px 6px 18px;
-
 
65
}
63
table.dataTable tfoot td {
66
table.dataTable tfoot td {
64
  padding: 10px 18px 6px 18px;
67
  //padding: 10px 18px 6px 18px;
65
  border-top: 1px solid #111111;
68
  //border-top: 1px solid #111111;
66
}
69
}
67
table.dataTable thead .sorting_asc,
70
table.dataTable thead .sorting_asc,
68
table.dataTable thead .sorting_desc,
71
table.dataTable thead .sorting_desc,
69
table.dataTable thead .sorting {
72
table.dataTable thead .sorting {
70
  cursor: pointer;
73
  cursor: pointer;