Changeset:
5fd4cf97ff19
https://sourceforge.net/p/mrbs/hg-code/ci/5fd4cf97ff1950b4a6536ea62008deeb7d5f116c
Author:
Campbell Morrison <[email protected]>
Date:
Tue Sep 29 16:27:21 2015 +0100
Log message:
Updated to FixedColumns 3.1.0
diffstat:
web/jquery/datatables/css/dataTables.fixedColumns.css | 24 ---------------
web/jquery/datatables/css/dataTables.fixedColumns.min.css | 1 -
web/jquery/datatables/css/fixedColumns.dataTables.css | 18 +++++++++++
web/jquery/datatables/css/fixedColumns.dataTables.min.css | 1 +
web/style.inc | 4 +-
5 files changed, 21 insertions(+), 27 deletions(-)
diffs (81 lines):
diff -r ce0d8e4bfead -r 5fd4cf97ff19
web/jquery/datatables/css/dataTables.fixedColumns.css
--- a/web/jquery/datatables/css/dataTables.fixedColumns.css Tue Sep 29
16:09:00 2015 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-
-
-/* Block out what is behind the fixed column's header and footer */
-table.DTFC_Cloned thead,
-table.DTFC_Cloned tfoot {
- background-color: white;
-}
-
-/* Block out the gap above the scrollbar on the right, when there is a fixed
- * right column
- */
-div.DTFC_Blocker {
- background-color: white;
-}
-
-div.DTFC_LeftWrapper table.dataTable,
-div.DTFC_RightWrapper table.dataTable {
- margin-bottom: 0;
-}
-
-div.DTFC_LeftWrapper table.dataTable.no-footer,
-div.DTFC_RightWrapper table.dataTable.no-footer {
- border-bottom: none;
-}
diff -r ce0d8e4bfead -r 5fd4cf97ff19
web/jquery/datatables/css/dataTables.fixedColumns.min.css
--- a/web/jquery/datatables/css/dataTables.fixedColumns.min.css Tue Sep 29
16:09:00 2015 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-table.DTFC_Cloned thead,table.DTFC_Cloned
tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper
table.dataTable,div.DTFC_RightWrapper
table.dataTable{margin-bottom:0}div.DTFC_LeftWrapper
table.dataTable.no-footer,div.DTFC_RightWrapper
table.dataTable.no-footer{border-bottom:none}
diff -r ce0d8e4bfead -r 5fd4cf97ff19
web/jquery/datatables/css/fixedColumns.dataTables.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/jquery/datatables/css/fixedColumns.dataTables.css Tue Sep 29
16:27:21 2015 +0100
@@ -0,0 +1,18 @@
+table.DTFC_Cloned thead,
+table.DTFC_Cloned tfoot {
+ background-color: white;
+}
+
+div.DTFC_Blocker {
+ background-color: white;
+}
+
+div.DTFC_LeftWrapper table.dataTable,
+div.DTFC_RightWrapper table.dataTable {
+ margin-bottom: 0;
+ z-index: 2;
+}
+div.DTFC_LeftWrapper table.dataTable.no-footer,
+div.DTFC_RightWrapper table.dataTable.no-footer {
+ border-bottom: none;
+}
diff -r ce0d8e4bfead -r 5fd4cf97ff19
web/jquery/datatables/css/fixedColumns.dataTables.min.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/jquery/datatables/css/fixedColumns.dataTables.min.css Tue Sep 29
16:27:21 2015 +0100
@@ -0,0 +1,1 @@
+table.DTFC_Cloned thead,table.DTFC_Cloned
tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper
table.dataTable,div.DTFC_RightWrapper
table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper
table.dataTable.no-footer,div.DTFC_RightWrapper
table.dataTable.no-footer{border-bottom:none}
diff -r ce0d8e4bfead -r 5fd4cf97ff19 web/style.inc
--- a/web/style.inc Tue Sep 29 16:09:00 2015 +0100
+++ b/web/style.inc Tue Sep 29 16:27:21 2015 +0100
@@ -10,7 +10,7 @@
<link href="jquery/ui/css/jquery-ui.structure.css" rel="stylesheet"
type="text/css">
<link href="jquery/ui/css/sunny/jquery-ui.theme.css" rel="stylesheet"
type="text/css">
<link href="jquery/datatables/css/jquery.dataTables.css" rel="stylesheet"
type="text/css">
- <link href="jquery/datatables/css/dataTables.fixedColumns.css"
rel="stylesheet" type="text/css">
+ <link href="jquery/datatables/css/fixedColumns.dataTables.css"
rel="stylesheet" type="text/css">
<link href="jquery/datatables/css/dataTables.colVis.css" rel="stylesheet"
type="text/css">
<link href="jquery/datatables/css/colReorder.dataTables.css"
rel="stylesheet" type="text/css">
<?php
@@ -21,7 +21,7 @@
<link href="jquery/ui/css/jquery-ui.structure.min.css" rel="stylesheet"
type="text/css">
<link href="jquery/ui/css/sunny/jquery-ui.theme.min.css" rel="stylesheet"
type="text/css">
<link href="jquery/datatables/css/jquery.dataTables.min.css"
rel="stylesheet" type="text/css">
- <link href="jquery/datatables/css/dataTables.fixedColumns.min.css"
rel="stylesheet" type="text/css">
+ <link href="jquery/datatables/css/fixedColumns.dataTables.min.css"
rel="stylesheet" type="text/css">
<link href="jquery/datatables/css/dataTables.colVis.css" rel="stylesheet"
type="text/css">
<link href="jquery/datatables/css/colReorder.dataTables.css"
rel="stylesheet" type="text/css">
<?php
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits