src/ztfy/myams/resources/less/tables.less
changeset 168 42c0629971ff
parent 156 61176c64158d
child 206 02a40997d8cb
equal deleted inserted replaced
167:bf78f1c35edd 168:42c0629971ff
   360 	div.DTFC_LeftHeadWrapper table {
   360 	div.DTFC_LeftHeadWrapper table {
   361 		margin-bottom: 0!important;
   361 		margin-bottom: 0!important;
   362 		border-top-right-radius: 0!important;
   362 		border-top-right-radius: 0!important;
   363 		border-bottom-left-radius: 0!important;
   363 		border-bottom-left-radius: 0!important;
   364 		border-bottom-right-radius: 0!important;
   364 		border-bottom-right-radius: 0!important;
       
   365 	}
       
   366 }
       
   367 
       
   368 .no-padding {
       
   369 	.dataTables_wrapper table,
       
   370 	>table {
       
   371 		border: 0!important;
       
   372 		margin-bottom: 0!important;
       
   373 
       
   374 		&.border-top {
       
   375 			border-top: 1px solid #ddd!important;
       
   376 		}
       
   377 		tr td:first-child,
       
   378 		tr th:first-child {
       
   379 			border-left: 0!important;
       
   380 		}
       
   381 		tr td:last-child,
       
   382 		tr th:last-child {
       
   383 			border-right: 0!important;
       
   384 		}
       
   385 		tr:last-child td {
       
   386 			border-bottom: 0;
       
   387 		}
   365 	}
   388 	}
   366 }
   389 }
   367 
   390 
   368 .dataTables_scrollBody {
   391 .dataTables_scrollBody {
   369 	-webkit-overflow-scrolling: touch;
   392 	-webkit-overflow-scrolling: touch;