Merge pull request #58 from finnlabs/housekeeping/sticky-header

Apply sticky header
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit 6993c44b19
  1. 6
      app/views/export_card_configurations/index.html.erb

@ -30,7 +30,7 @@ See doc/COPYRIGHT.md for more details.
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table">
<table class="generic-table">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -86,7 +86,7 @@ See doc/COPYRIGHT.md for more details.
</div>
</div>
</th>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody>
@ -121,7 +121,7 @@ See doc/COPYRIGHT.md for more details.
<% end %>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<div class="generic-table--action-buttons">

Loading…
Cancel
Save