Skip to content

Commit

Permalink
Fix style break for the floating header in attendances list - Refs #8203
Browse files Browse the repository at this point in the history
  • Loading branch information
jloguercio committed May 10, 2016
1 parent 6ee2856 commit f35ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/attendance/attendance_sheet.php
Expand Up @@ -305,7 +305,7 @@ function UpdateTableHeaders() {
echo '<tr class="tableFloatingHeader row_odd" style="position: absolute; top: 0px; left: 0px; visibility: hidden; margin:0px;padding:0px">';
echo $result;
echo '</tr>';
echo '<tr class="tableWithFloatingHeader row_odd">';
echo '<tr class="tableWithFloatingHeader row_odd tableFloatingHeaderOriginal">';
echo $result;
echo '</tr>';
echo '</thead>';
Expand Down

0 comments on commit f35ec7b

Please sign in to comment.