Tweaking the margin on the giftcard product form
authorLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:51:14 +0000 (11:51 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 9 Dec 2015 16:51:14 +0000 (11:51 -0500)
css/app.css
scss/plugins/_woocommerce.scss

index 4e64dbc..f9868d7 100644 (file)
@@ -7459,11 +7459,9 @@ h1.product_title {
       display: block !important;
       width: 50%;
       margin: 0 auto; }
-      .product.type-product .variations_form .single_variation_wrap .single_variation {
-        padding: 10px; }
-        .product.type-product .variations_form .single_variation_wrap .single_variation .price {
-          font-family: arial;
-          font-size: 22px; }
+      .product.type-product .variations_form .single_variation_wrap .single_variation .price {
+        font-family: arial;
+        font-size: 22px; }
     .product.type-product .variations_form .variations_button button {
       border-radius: 3px;
       margin: 12px 0 0;
@@ -7831,12 +7829,15 @@ h3#ship-to-different-address {
 .woocommerce-breadcrumb {
   display: none; }
 
-.gform_wrapper .top_label .gfield_label {
+#content .gform_wrapper {
+  margin: 1em 0 0; }
+
+#content .gform_wrapper .top_label .gfield_label {
   margin: 9px 0 0; }
 
-#content .ginput_container_text {
+#content .ginput_container_textarea, #content .ginput_container_text {
   margin-top: 0; }
-  #content .ginput_container_text input {
+  #content .ginput_container_textarea input, #content .ginput_container_text input {
     margin: 0; }
 
 /* End WooCommerce */
index db0a381..01a35d9 100644 (file)
@@ -306,7 +306,6 @@ h1.product_title {
             width: 50%;
             margin: 0 auto;
             .single_variation {
-                padding: 10px;
                 .price {
                         font-family: arial;
                         font-size: 22px;
@@ -784,9 +783,13 @@ h3#ship-to-different-address {
 .woocommerce-breadcrumb {
     display: none;
 }
-.gform_wrapper .top_label .gfield_label {
+#content .gform_wrapper {
+    margin: 1em 0 0;
+}
+#content .gform_wrapper .top_label .gfield_label {
     margin: 9px 0 0;
 }
+#content .ginput_container_textarea,
 #content .ginput_container_text {
     margin-top: 0;
     input {