FCLT#57205 Header/Floating header aligned net niet lekker
svn path=/Website/branches/v2019.1/; revision=41892
This commit is contained in:
@@ -730,7 +730,7 @@ $(function() {
|
||||
$clonedHeaderRow.addClass("tableFloatingHeader");
|
||||
$clonedHeaderRow.css("position", "absolute");
|
||||
$clonedHeaderRow.css("top", "0px");
|
||||
$clonedHeaderRow.css("left", 1);
|
||||
$clonedHeaderRow.css("left", "0px");
|
||||
$clonedHeaderRow.css("opacity", "0.90");
|
||||
|
||||
$originalHeaderRow.addClass("tableFloatingHeaderOriginal");
|
||||
|
||||
@@ -1937,6 +1937,14 @@ div.notetoggler.autocollapse {
|
||||
border-right: 1px ridge #ccc;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.rstable thead th:first-child, .rstable tfoot td:first-child
|
||||
{
|
||||
border-left: 1px ridge ==tableheaderbackgroundcolor==;
|
||||
}
|
||||
.rstable thead th:last-child, .rstable tfoot td:last-child
|
||||
{
|
||||
border-right: 1px ridge ==tableheaderbackgroundcolor==;
|
||||
}
|
||||
.rstable tfoot .rsfooter
|
||||
{
|
||||
padding: 3px 3px 2px 3px;
|
||||
|
||||
Reference in New Issue
Block a user