diff --git a/DataTables.Buttons.Resoures.txt b/DataTables.Buttons.Resoures.txt new file mode 100755 index 0000000..e8706ee --- /dev/null +++ b/DataTables.Buttons.Resoures.txt @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/css/custom.css b/css/custom.css index cf6f618..6d55adb 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1 +1,27 @@ /* custom.css */ + +/* DataTables Sorting Levels */ +td[class^="sorting_"]{ + font-weight: bold; +} + +/* Reduce spacing white space in header row */ +.itemTable thead tr th{ + border-width: 0px; +} + +.itemTable thead tr td{ + padding-top: 0px; + border-top-width: 0px; +} + +/* Add drop shadow to floating header + + The fixedHeader-floating class is applied to a new table + that becomes the table header when scrolling by the + DataTables FixedHeader plugin. + + */ +.fixedHeader-floating{ + box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; +} \ No newline at end of file diff --git a/index.html b/index.html index 44742a9..8334e75 100755 --- a/index.html +++ b/index.html @@ -7,16 +7,24 @@ + + + + - + + + - + + + @@ -24,18 +32,25 @@ - + + + - + -
- +