summaryrefslogtreecommitdiff
blob: 8006876b36da6c3417692bd10ed20a5e282ec418 (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
.contact-form .clear-form {
	clear: both;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='url'] {
	width: 300px;
	max-width: 98%;
	margin-bottom: 13px;
}

.contact-form select {
	margin-bottom: 13px;
}

.contact-form textarea {
	height: 200px;
	width: 80%;
	float: none;
	margin-bottom: 13px;
}

.contact-form input[type='radio'],
.contact-form input[type='checkbox'] {
	float: none;
	margin-bottom: 13px;
}

.contact-form label {
	margin-bottom: 3px;
	float: none;
	font-weight: bold;
	display: block;
}

.contact-form label.checkbox,
.contact-form label.radio {
	margin-bottom: 3px;
	float: none;
	font-weight: bold;
	display: inline-block;
}

.contact-form label span {
	color: #AAA;
	margin-left: 4px;
	font-weight: normal;
}

.contact-form-submission {
	margin-bottom: 4em;
	padding: 1.5em 1em;
}

.contact-form-submission p {
	margin: 0 auto;
}

.form-errors .form-error-message {
	color: red;
}

.textwidget .contact-form input[type='text'],
.textwidget .contact-form input[type='email'],
.textwidget .contact-form input[type='url'],
.textwidget .contact-form textarea {
	width: 250px;
	max-width: 100%;
	box-sizing: border-box;
}

#jetpack-check-feedback-spam {
	margin: 1px 8px 0px 0px;
}

.jetpack-check-feedback-spam-spinner {
	display: inline-block;
	margin-top: 7px;
}