Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/jQuery/jQueryPlugins/DataTables-1.7.6/extras/ColReorder/media/css/ColReorder.css @ 6286

Last change on this file since 6286 was 6286, checked in by dkahn, 13 years ago

#1198 Added jQuery plus plugins

File size: 351 bytes
RevLine 
[6286]1/*
2 * Namespace DTCR - "DataTables ColReorder" plug-in
3 */
4
5table.DTCR_clonedTable {
6  background-color: white;
7  z-index: 202;
8}
9
10div.DTCR_pointer {
11  width: 1px;
12  background-color: #0259C4;
13  z-index: 201;
14}
15
16body.alt div.DTCR_pointer {
17  margin-top: -15px;
18  margin-left: -9px;
19  width: 18px;
20  background: url('../images/insert.png') no-repeat top left;
21}
Note: See TracBrowser for help on using the repository browser.