CC-2299: Better column options in playlist/file list on playlist builder

- allow columns to be re-ordered; note that the 1st two columns are fixed in-place to avoid some
problem with the ColVis plugin
This commit is contained in:
Yuchen Wang 2012-01-10 09:52:32 -05:00
parent 7a27be878b
commit 7d9aa3ca5d
6 changed files with 2256 additions and 17 deletions

View file

@ -0,0 +1,14 @@
/*
* Namespace DTCR - "DataTables ColReorder" plug-in
*/
table.DTCR_clonedTable {
background-color: white;
z-index: 998;
}
div.DTCR_pointer {
width: 1px;
background-color: #5B5B5B;
z-index: 997;
}