From abf37a562f05fbf003b99f7c6390847b8a6057e2 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Sat, 9 Mar 2013 14:27:35 +0000 Subject: [PATCH] FixedColumns for Bootstrap update to support right column fixing - Update from ganchunhow - http://datatables.net/forums/discussion/10869 --- .../bootstrap/dataTables.bootstrap.css | 44 +++++++++++-------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/integration/bootstrap/dataTables.bootstrap.css b/integration/bootstrap/dataTables.bootstrap.css index 22a8d4c..fc3dfbd 100644 --- a/integration/bootstrap/dataTables.bootstrap.css +++ b/integration/bootstrap/dataTables.bootstrap.css @@ -150,35 +150,43 @@ div.DTTT_print_info p { */ div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, +div.DTFC_RightHeadWrapper table, +div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even { - background-color: white; + background-color: white; } - + +div.DTFC_RightHeadWrapper table , div.DTFC_LeftHeadWrapper table { - margin-bottom: 0 !important; - border-top-right-radius: 0 !important; - border-bottom-left-radius: 0 !important; - border-bottom-right-radius: 0 !important; -} - + margin-bottom: 0 !important; + border-top-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; +} + +div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, +div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child { - border-bottom-left-radius: 0 !important; - border-bottom-right-radius: 0 !important; + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; } - + +div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table { - border-top: none; - margin-bottom: 0 !important; + border-top: none; + margin-bottom: 0 !important; } - + +div.DTFC_RightBodyWrapper tbody tr:first-child th, +div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td { - border-top: none; + border-top: none; } - + +div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table { - border-top: none; + border-top: none; } -