summaryrefslogtreecommitdiffstats
path: root/public/less/_install.less
blob: 36d28eeaac4c105fdecbe70cdcb3a190572b19a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.install {
	padding-top: 45px;
	padding-bottom: @footer-margin * 3;
	.attached.header {
		background: #f0f0f0;
	}
	form {
		label {
			text-align: right;
			width: 40% !important;
		}
		input {
			width: 35% !important;
		}
		.field {
			text-align: left;
			.help {
				margin-left: 41%;
			}
		}
	}
}