Systemerweiterungen
This commit is contained in:
16
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap.css
Normal file
16
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap.css
Normal file
@ -0,0 +1,16 @@
|
||||
table.dataTable.fixedHeader-floating,
|
||||
table.dataTable.fixedHeader-locked {
|
||||
background-color: white;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
table.dataTable.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
|
16
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.css
Normal file
16
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.css
Normal file
@ -0,0 +1,16 @@
|
||||
table.dataTable.fixedHeader-floating,
|
||||
table.dataTable.fixedHeader-locked {
|
||||
background-color: white;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
table.dataTable.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap4.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
|
16
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css
Normal file
16
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.css
Normal file
@ -0,0 +1,16 @@
|
||||
table.dataTable.fixedHeader-floating,
|
||||
table.dataTable.fixedHeader-locked {
|
||||
background-color: white;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
table.dataTable.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.bootstrap5.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
|
16
test2/FixedHeader-3.3.2/css/fixedHeader.bulma.css
Normal file
16
test2/FixedHeader-3.3.2/css/fixedHeader.bulma.css
Normal file
@ -0,0 +1,16 @@
|
||||
table.dataTable.fixedHeader-floating,
|
||||
table.dataTable.fixedHeader-locked {
|
||||
background-color: white;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
table.dataTable.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.bulma.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.bulma.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
|
18
test2/FixedHeader-3.3.2/css/fixedHeader.dataTables.css
Normal file
18
test2/FixedHeader-3.3.2/css/fixedHeader.dataTables.css
Normal file
@ -0,0 +1,18 @@
|
||||
table.fixedHeader-floating {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
table.fixedHeader-floating.no-footer {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
table.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.dataTables.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.dataTables.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.fixedHeader-floating{background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}
|
16
test2/FixedHeader-3.3.2/css/fixedHeader.foundation.css
Normal file
16
test2/FixedHeader-3.3.2/css/fixedHeader.foundation.css
Normal file
@ -0,0 +1,16 @@
|
||||
table.dataTable.fixedHeader-floating,
|
||||
table.dataTable.fixedHeader-locked {
|
||||
background-color: white;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
table.dataTable.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.foundation.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.foundation.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
|
14
test2/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css
Normal file
14
test2/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css
Normal file
@ -0,0 +1,14 @@
|
||||
table.fixedHeader-floating {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
table.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.jqueryui.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.jqueryui.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.fixedHeader-floating{background-color:white}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}
|
13
test2/FixedHeader-3.3.2/css/fixedHeader.semanticui.css
Normal file
13
test2/FixedHeader-3.3.2/css/fixedHeader.semanticui.css
Normal file
@ -0,0 +1,13 @@
|
||||
table.fixedHeader-floating {
|
||||
border-bottom-width: 0 !important;
|
||||
}
|
||||
|
||||
table.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
1
test2/FixedHeader-3.3.2/css/fixedHeader.semanticui.min.css
vendored
Normal file
1
test2/FixedHeader-3.3.2/css/fixedHeader.semanticui.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.fixedHeader-floating{border-bottom-width:0 !important}table.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
|
Reference in New Issue
Block a user