Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2629 vikas 1
/*
2
 * Namespace DTCR - "DataTables ColReorder" plug-in
3
 */
4
 
5
table.DTCR_clonedTable {
6
	background-color: white;
7
	z-index: 202;
8
}
9
 
10
div.DTCR_pointer {
11
	width: 1px;
12
	background-color: #0259C4;
13
	z-index: 201;
14
}
15
 
16
body.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
}