src/ztfy/myams/resources/css/myams.css
changeset 168 42c0629971ff
parent 164 746cbce8ea00
child 171 d1a43750fea2
--- a/src/ztfy/myams/resources/css/myams.css	Mon Mar 21 16:02:11 2016 +0100
+++ b/src/ztfy/myams/resources/css/myams.css	Mon Mar 21 16:07:45 2016 +0100
@@ -3517,27 +3517,6 @@
 .no-padding > pre {
   margin: 30px;
 }
-.no-padding .dataTables_wrapper table,
-.no-padding > table {
-  border: 0!important;
-  margin-bottom: 0!important;
-}
-.no-padding .dataTables_wrapper table tr td:first-child,
-.no-padding > table tr td:first-child,
-.no-padding .dataTables_wrapper table tr th:first-child,
-.no-padding > table tr th:first-child {
-  border-left: 0!important;
-}
-.no-padding .dataTables_wrapper table tr td:last-child,
-.no-padding > table tr td:last-child,
-.no-padding .dataTables_wrapper table tr th:last-child,
-.no-padding > table tr th:last-child {
-  border-right: 0!important;
-}
-.no-padding .dataTables_wrapper table tr:last-child td,
-.no-padding > table tr:last-child td {
-  border-bottom: 0;
-}
 .no-padding-bottom {
   padding-bottom: 0!important;
 }
@@ -7828,6 +7807,31 @@
   border-bottom-left-radius: 0!important;
   border-bottom-right-radius: 0!important;
 }
+.no-padding .dataTables_wrapper table,
+.no-padding > table {
+  border: 0!important;
+  margin-bottom: 0!important;
+}
+.no-padding .dataTables_wrapper table.border-top,
+.no-padding > table.border-top {
+  border-top: 1px solid #ddd!important;
+}
+.no-padding .dataTables_wrapper table tr td:first-child,
+.no-padding > table tr td:first-child,
+.no-padding .dataTables_wrapper table tr th:first-child,
+.no-padding > table tr th:first-child {
+  border-left: 0!important;
+}
+.no-padding .dataTables_wrapper table tr td:last-child,
+.no-padding > table tr td:last-child,
+.no-padding .dataTables_wrapper table tr th:last-child,
+.no-padding > table tr th:last-child {
+  border-right: 0!important;
+}
+.no-padding .dataTables_wrapper table tr:last-child td,
+.no-padding > table tr:last-child td {
+  border-bottom: 0;
+}
 .dataTables_scrollBody {
   -webkit-overflow-scrolling: touch;
 }