Style changes to gravity forms fields
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 8 Oct 2015 18:24:53 +0000 (14:24 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 8 Oct 2015 18:24:53 +0000 (14:24 -0400)
css/app.css
scss/plugins/_gravityforms.scss

index 5f4c28c..31d53de 100644 (file)
@@ -7901,6 +7901,9 @@ td.gfield_list_cell.gfield_list_56_cell1, td.gfield_list_cell.gfield_list_57_cel
   padding: 0; }
 
 @media only screen and (min-width:0em) and (max-width:40em) {
+  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
+    width: 100% !important; }
+
 
   td.gfield_list_cell.gfield_list_56_cell1 input, td.gfield_list_cell.gfield_list_57_cell1 input {
     width: 90px !important; }
index 5aea84f..e84475a 100644 (file)
@@ -69,6 +69,9 @@ td.gfield_list_cell.gfield_list_56_cell1 , td.gfield_list_cell.gfield_list_57_ce
 
 //mobile view ////////////////////////////////
 @media #{$medium-down}{
+    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half{
+        width: 100% !important;
+    }
 .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {