Revert "NEW : upgrade jQuery Component Datable (and extras) to 1.10.7 #3258"

This commit is contained in:
Laurent Destailleur
2015-07-19 18:07:26 +02:00
parent c05900aece
commit 705245d70d
122 changed files with 16772 additions and 27642 deletions

View File

@@ -0,0 +1,21 @@
/*
* Namespace DTCR - "DataTables ColReorder" plug-in
*/
table.DTCR_clonedTable {
background-color: white;
z-index: 202;
}
div.DTCR_pointer {
width: 1px;
background-color: #0259C4;
z-index: 201;
}
body.alt div.DTCR_pointer {
margin-top: -15px;
margin-left: -9px;
width: 18px;
background: url('../images/insert.png') no-repeat top left;
}