From: Laury GvR Date: Wed, 9 Dec 2015 16:44:08 +0000 (-0500) Subject: Decrease margin of form label giftcard product X-Git-Tag: v1.0.0^2~92 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=15fbc201abf561c0e88652c8258aa4a65fc0d2d1;p=WP-Themes%2Fstaffords.git Decrease margin of form label giftcard product --- diff --git a/css/app.css b/css/app.css index 8893216..4e64dbc 100644 --- a/css/app.css +++ b/css/app.css @@ -7834,9 +7834,9 @@ h3#ship-to-different-address { .gform_wrapper .top_label .gfield_label { margin: 9px 0 0; } -.ginput_container_text { +#content .ginput_container_text { margin-top: 0; } - .ginput_container_text input { + #content .ginput_container_text input { margin: 0; } /* End WooCommerce */ diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index dd6e6f7..db0a381 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -787,7 +787,7 @@ h3#ship-to-different-address { .gform_wrapper .top_label .gfield_label { margin: 9px 0 0; } -.ginput_container_text { +#content .ginput_container_text { margin-top: 0; input { margin: 0;