ctucx.git: ctucx.things

simple inventory management web-app

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
35 
36 
37 
38 
39 
@media print {
	body,
	#content,
	#container {
		background: #fff;
		float: none;
		margin: 0;
		width: 100%;
	}

	#topRight,
	#sidebar,
	.addCategory,
	.lpAddItem,
	.lpExpand,
	.ad,
	.noprint,
	#lpFooter,
	hr,
	#hamburger {
		display: none;
	}

	.lpHasSidebar .lpList,
	.lpListName {
		margin-left: 0;
	}

	.handleCell,
	.lpItems .lpFooter > .lpCell:first-child,
	.lpRemoveCell,
	.lpActionsCell .lpLink,
	.lpActionsCell .lpCamera,
	.lpQtyCell .lpArrows { display: none !important; }

	.lpActionsCell { width: 80px !important; }
	.lpQtyCell { width: 20px !important; }
	.lpWeightCell { width: 99px !important; }
}