瀏覽代碼

Altofocus: Adds cleaner styles and spacing to Jetpack contact forms; better alignment for radio and checkbox labels with their form elements; removes bold font face from radio and checkbox labels. All styles prefaced with the body tag to override Jetpack's styles. See #2

Caroline Moore 7 年之前
父節點
當前提交
4b60bc9610
共有 1 個文件被更改,包括 28 次插入0 次删除
  1. 28 0
      altofocus/style.css

+ 28 - 0
altofocus/style.css

@@ -3305,6 +3305,34 @@ body {
   }
   }
 }
 }
 
 
+/*--------------------------------------------------------------
+# 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: .21875em;
+}
+body .contact-form label.checkbox,
+body .contact-form > div {
+  margin-bottom: .875em;
+}
+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: .4375em;
+}
+
 /*--------------------------------------------------------------
 /*--------------------------------------------------------------
 # Media
 # Media
 --------------------------------------------------------------*/
 --------------------------------------------------------------*/