summaryrefslogtreecommitdiff
path: root/print.scss
blob: 746527a26d4787496decb28d2d8290012e00a8bf (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
div.infobar {
	display: none;
}

fieldset {
	page-break-inside: auto;
	border: solid black;
	border-width: 1pt 0 0 1pt;
	legend {
		background-color: white;
		border: solid 1pt black;
	}
}

input[type="password"], input[type="submit"] {
	display: none;
}
input[type="text"] {
	background: transparent;
	border: none;
	border-bottom: solid 1pt black;
}
textarea {
	border: solid 1pt black;
	height: 5em;
}