FCLT#57205 Header/Floating header aligned net niet lekker

svn path=/Website/branches/v2019.1/; revision=41892
This commit is contained in:
Alex Tiehuis
2019-04-01 15:29:04 +00:00
parent c1d34772b2
commit cbfcc028f8
2 changed files with 9 additions and 1 deletions

View File

@@ -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");

View File

@@ -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;