diff -r bf78f1c35edd -r 42c0629971ff src/ztfy/myams/resources/less/tables.less --- a/src/ztfy/myams/resources/less/tables.less Mon Mar 21 16:02:11 2016 +0100 +++ b/src/ztfy/myams/resources/less/tables.less Mon Mar 21 16:07:45 2016 +0100 @@ -365,6 +365,29 @@ } } +.no-padding { + .dataTables_wrapper table, + >table { + border: 0!important; + margin-bottom: 0!important; + + &.border-top { + border-top: 1px solid #ddd!important; + } + tr td:first-child, + tr th:first-child { + border-left: 0!important; + } + tr td:last-child, + tr th:last-child { + border-right: 0!important; + } + tr:last-child td { + border-bottom: 0; + } + } +} + .dataTables_scrollBody { -webkit-overflow-scrolling: touch; }