From: Laury GvR Date: Thu, 7 Apr 2016 20:38:24 +0000 (-0400) Subject: Tweaking the state width on gravityforms X-Git-Tag: v1.0.0^2~92 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c3dd8aa3a74bd41a2763c4bdf259ff8e2a25af53;p=WP-Themes%2Fgaslightmedia.git Tweaking the state width on gravityforms --- diff --git a/css/app.css b/css/app.css index b173ee2..6cfcd60 100644 --- a/css/app.css +++ b/css/app.css @@ -6931,6 +6931,22 @@ td.gfield_list_cell.gfield_list_56_cell1, td.gfield_list_cell.gfield_list_57_cel .ginput_container_checkbox > .gfield_checkbox > li > input { margin-bottom: 0; } +.gform_footer.top_label { + padding-top: 40px; + text-align: center; } + +.gform_footer.top_label .gform_button { + border-radius: 4px; + padding: 15px 35px; } + +.gf_last { + padding-left: 10px; } + .gf_last .ginput_container { + margin-left: 10px; + width: 100%; } + .gf_last .gfield_label { + padding-left: 10px; } + /* 4 column Gravity Forms custom ready class ------------------------------------------------------*/ .gform_wrapper .top_label li.gfield.gf_full_width { width: 100%; } diff --git a/scss/plugins/_gravityforms.scss b/scss/plugins/_gravityforms.scss index c51e7c9..3e24445 100644 --- a/scss/plugins/_gravityforms.scss +++ b/scss/plugins/_gravityforms.scss @@ -133,6 +133,24 @@ td.gfield_list_cell.gfield_list_56_cell1 , td.gfield_list_cell.gfield_list_57_ce .ginput_container_checkbox > .gfield_checkbox > li > input { margin-bottom: 0; } +.gform_footer.top_label { + padding-top: 40px; + text-align: center; +} +.gform_footer.top_label .gform_button { + border-radius: 4px; + padding: 15px 35px; +} +.gf_last { + padding-left: 10px; + .ginput_container { + margin-left: 10px; + width: 100%; + } + .gfield_label { + padding-left: 10px; + } +} /* 4 column Gravity Forms custom ready class ------------------------------------------------------*/ .gform_wrapper .top_label li.gfield.gf_full_width {