Taking up less vertical space in the giftcard product form
authorLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:33:12 +0000 (11:33 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:33:12 +0000 (11:33 -0500)
css/app.css
scss/plugins/_woocommerce.scss

index ccda790..8893216 100644 (file)
@@ -7831,6 +7831,14 @@ h3#ship-to-different-address {
 .woocommerce-breadcrumb {
   display: none; }
 
+.gform_wrapper .top_label .gfield_label {
+  margin: 9px 0 0; }
+
+.ginput_container_text {
+  margin-top: 0; }
+  .ginput_container_text input {
+    margin: 0; }
+
 /* End WooCommerce */
 #staffords-employment-app {
   margin-top: 40px;
index 742d363..dd6e6f7 100644 (file)
@@ -784,4 +784,14 @@ h3#ship-to-different-address {
 .woocommerce-breadcrumb {
     display: none;
 }
+.gform_wrapper .top_label .gfield_label {
+    margin: 9px 0 0;
+}
+.ginput_container_text {
+    margin-top: 0;
+    input {
+        margin: 0;
+    }
+}
+
 /* End WooCommerce */ 
\ No newline at end of file