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

Loading…
Cancel
Save