瀏覽代碼

Canard: 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 年之前
父節點
當前提交
1579644457
共有 1 個文件被更改,包括 23 次插入0 次删除
  1. 23 0
      canard/style.css

+ 23 - 0
canard/style.css

@@ -2658,6 +2658,29 @@ video,
 .site-content .contact-form label span {
 	color: #d11415;
 }
+.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: 4px;
+}
+.site-content .contact-form label.checkbox,
+.site-content .contact-form > div {
+  margin-bottom: 15px;
+}
+.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: 7px;
+}
 
 /*--------------------------------------------------------------
 ## Galleries