summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
blob: 23bb6fa05e86edb57c6588e1e6784bc63386542c (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
.form {
	.help {
		color: #999999;
	  padding-top: .6em;
	  padding-bottom: .6em;
	  display: inline-block;
	}
}
.ui.attached.header {
	background: #f0f0f0;
	.right {
		margin-top: -5px;
		.button {
			padding: 8px 10px;
			font-weight: normal;
		}
	}
}

.repository {
	&.new.migrate,
	&.new.fork {
		form {
			margin: auto;
			width: 800px!important;
			.ui.message {
				text-align: center;
			}
			@input-padding: 250px !important;
			.header {
				padding-left: @input-padding+30px;
			}
			.inline.field > label {
				text-align: right;
				width: @input-padding;
				word-wrap: break-word;
			}
			.help {
				margin-left: @input-padding+15px;
			}
			.dropdown {
				.dropdown.icon {
					margin-top: -7px!important;
				}
				.text {
					margin-right: 0!important;
					i {
						margin-right: 0!important;
					}
				}
			}
			.optional .title {
				margin-left: @input-padding;
			}
			input,
			textarea {
				width: 50%!important;
			}
		}
	}
}

.new.webhook {
	form {
		.help {
			margin-left: 25px;
		}
	}
}