You are here

fixedColumns.foundation.css in Table Trash 7

div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftBodyWrapper table,
div.DTFC_LeftFootWrapper table {
  border-right-width: 0;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_RightBodyWrapper table,
div.DTFC_RightFootWrapper table {
  border-left-width: 0;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  margin-top: 0 !important;
}

File

library/DataTables/FixedColumns-3.2.0/css/fixedColumns.foundation.css
View source
  1. div.DTFC_LeftHeadWrapper table,
  2. div.DTFC_LeftBodyWrapper table,
  3. div.DTFC_LeftFootWrapper table {
  4. border-right-width: 0;
  5. }
  6. div.DTFC_RightHeadWrapper table,
  7. div.DTFC_RightBodyWrapper table,
  8. div.DTFC_RightFootWrapper table {
  9. border-left-width: 0;
  10. }
  11. div.DTFC_LeftHeadWrapper table,
  12. div.DTFC_RightHeadWrapper table {
  13. margin-bottom: 0 !important;
  14. }
  15. div.DTFC_LeftBodyWrapper table,
  16. div.DTFC_RightBodyWrapper table {
  17. border-top: none;
  18. margin: 0 !important;
  19. }
  20. div.DTFC_LeftFootWrapper table,
  21. div.DTFC_RightFootWrapper table {
  22. margin-top: 0 !important;
  23. }