|
@@ -2088,6 +2088,37 @@ article:hover .apostrophe-2-inline-controls {
|
|
left: 50% !important; /* ..because the Jetpack CSS is inline */
|
|
left: 50% !important; /* ..because the Jetpack CSS is inline */
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/*--------------------------------------------------------------
|
|
|
|
+# Jetpack Contact Forms
|
|
|
|
+--------------------------------------------------------------*/
|
|
|
|
+
|
|
|
|
+body .contact-form input[type="radio"],
|
|
|
|
+body .contact-form input[type="checkbox"] {
|
|
|
|
+ margin-bottom: 6px;
|
|
|
|
+ margin-right: .3em;
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+}
|
|
|
|
+body .contact-form label.checkbox,
|
|
|
|
+body .contact-form label.checkbox-multiple,
|
|
|
|
+body .contact-form label.radio {
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ margin-bottom: 4px;
|
|
|
|
+ letter-spacing: 0px;
|
|
|
|
+ text-transform: none;
|
|
|
|
+ color: inherit;
|
|
|
|
+}
|
|
|
|
+body .contact-form label.checkbox,
|
|
|
|
+body .contact-form > div {
|
|
|
|
+ margin-bottom: 16px;
|
|
|
|
+}
|
|
|
|
+body .contact-form textarea,
|
|
|
|
+body .contact-form input[type='text'],
|
|
|
|
+body .contact-form input[type='email'],
|
|
|
|
+body .contact-form input[type='url'],
|
|
|
|
+body .contact-form select {
|
|
|
|
+ margin-bottom: 8px;
|
|
|
|
+}
|
|
|
|
+
|
|
/*--------------------------------------------------------------
|
|
/*--------------------------------------------------------------
|
|
12.0 Media
|
|
12.0 Media
|
|
--------------------------------------------------------------*/
|
|
--------------------------------------------------------------*/
|