summaryrefslogtreecommitdiffstats
path: root/inventory/static/design.css
blob: b9002179b9c824ffbd97de54ed6b996868d4c16d (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.row1 {
	background-color: #DDD;
}

.row2 {
	background-color: #CCC;
}

#itemsearch input {
	background: url(search.svg) no-repeat scroll 0px 0px;
	background-size: contain;
	background-color: white;
	padding-left: 30px;
	font-size:  20px;
}

#itemchooser input {
	background: url(barcode.svg) no-repeat scroll 0px 0px;
	background-size: contain;
	background-color: white;
	padding-left: 30px;
	font-size:  20px;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #eee;
}

body {
	height: 100%;
}

.header {
	text-align: center;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
}

.body {
	height: auto;
	position: absolute;
	bottom: 0; top: 0; left: 0; right: 0;
	margin-top: 40px;
	border-top: 1px solid black;
}

.menu {
	float: left;
	padding-right: 5px;
}

.menu ul {
	padding-left: 5px;
}

.menu li {
	list-style: none;
	display: block;
	float: none;
	position: relative;
}

.menu li a {
	color: blue;
	text-decoration: none;
}

.content {
	border-left: 1px solid black;
	padding-left: 5px;
	overflow: auto;
	height: 100%;
}

.path {
	list-style-type: square;
}