summaryrefslogtreecommitdiffstats
path: root/WebContent/stylesheets/form.css
blob: 8667f07583cdb9e1feb6e1f40897b8b2909d641e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
div.row {
	clear: both;
	padding-top: 10px;
}

div.row label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}