Skip to content
Snippets Groups Projects
Commit 2d845578 authored by Chris Hallgren's avatar Chris Hallgren
Browse files

Merge branch 'responsive_table' of github.com:challgren/startbootstrap-sb-admin-2 into gh-pages

parents 4e03e29d fcf0cdcf
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,11 @@ body {
height: 100%;
}
.dataTables_wrapper {
position: relative;
clear: both;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
......
......@@ -386,7 +386,7 @@
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive">
<div class="dataTable_wrapper">
<table class="table table-striped table-bordered table-hover" id="dataTables-example">
<thead>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment