Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
875 lars 1
table.dataTable.fixedHeader-floating,
2
table.dataTable.fixedHeader-locked {
3
  background-color: white;
4
  margin-top: 0 !important;
5
  margin-bottom: 0 !important;
6
}
7
 
8
table.dataTable.fixedHeader-floating {
9
  position: fixed;
10
}
11
 
12
table.dataTable.fixedHeader-locked {
13
  position: absolute;
14
}