Subversion-Projekte lars-tiefland.faltradxxs.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
 
2
 
3
/* Block out what is behind the fixed column's header and footer */
4
table.DTFC_Cloned thead,
5
table.DTFC_Cloned tfoot {
6
	background-color: white;
7
}
8
 
9
/* Block out the gap above the scrollbar on the right, when there is a fixed
10
 * right column
11
 */
12
div.DTFC_Blocker {
13
	background-color: white;
14
}
15
 
16
div.DTFC_LeftWrapper table.dataTable,
17
div.DTFC_RightWrapper table.dataTable {
18
	margin-bottom: 0;
19
}
20
 
21
div.DTFC_LeftWrapper table.dataTable.no-footer,
22
div.DTFC_RightWrapper table.dataTable.no-footer {
23
	border-bottom: none;
24
}