|
@@ -1890,6 +1890,37 @@ a.more-link:focus {
|
|
|
margin: 2.6em auto;
|
|
|
}
|
|
|
|
|
|
+/*--------------------------------------------------------------
|
|
|
+# Jetpack Contact Forms
|
|
|
+--------------------------------------------------------------*/
|
|
|
+
|
|
|
+.site-content .contact-form input[type="radio"],
|
|
|
+.site-content .contact-form input[type="checkbox"] {
|
|
|
+ margin-bottom: 6px;
|
|
|
+ margin-right: .3em;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+.site-content .contact-form label.checkbox,
|
|
|
+.site-content .contact-form label.checkbox-multiple,
|
|
|
+.site-content .contact-form label.radio {
|
|
|
+ font-weight: normal;
|
|
|
+ margin-bottom: .375em;
|
|
|
+}
|
|
|
+.site-content .contact-form label.checkbox,
|
|
|
+.site-content .contact-form > div {
|
|
|
+ margin-bottom: .75em;
|
|
|
+}
|
|
|
+.site-content .contact-form textarea,
|
|
|
+.site-content .contact-form input[type='text'],
|
|
|
+.site-content .contact-form input[type='email'],
|
|
|
+.site-content .contact-form input[type='url'],
|
|
|
+.site-content .contact-form select {
|
|
|
+ margin-bottom: .375em;
|
|
|
+}
|
|
|
+.site-content .contact-form .grunion-field-label {
|
|
|
+ margin-bottom: .1875em;
|
|
|
+}
|
|
|
+
|
|
|
/*--------------------------------------------------------------
|
|
|
12.0 Media
|
|
|
--------------------------------------------------------------*/
|