912f0171 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent de359087
...@@ -17663,7 +17663,20 @@ select { ...@@ -17663,7 +17663,20 @@ select {
17663 } 17663 }
17664 17664
17665 .wpcf7 form.sent .wpcf7-response-output { 17665 .wpcf7 form.sent .wpcf7-response-output {
17666 border-color: #e00; 17666 border-color: transparent;
17667 color: #e00;
17668 }
17669 @media (max-width: 48rem) {
17670 .wpcf7 form.sent .wpcf7-response-output {
17671 padding-left: 0px;
17672 margin-left: -10px;
17673 }
17674 }
17675
17676 @media (max-width: 48rem) {
17677 .wpcf7 {
17678 height: 400px;
17679 }
17667 } 17680 }
17668 17681
17669 body { 17682 body {
...@@ -19547,11 +19560,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -19547,11 +19560,6 @@ ul.sf_date_field .sf-datepicker {
19547 .entry-header.page .search-box.show .search-button { 19560 .entry-header.page .search-box.show .search-button {
19548 display: none; 19561 display: none;
19549 } 19562 }
19550 @media only screen and (max-width: 48.875rem) {
19551 .entry-header.page .advance-search-button {
19552 display: none;
19553 }
19554 }
19555 .entry-header.page .search-box { 19563 .entry-header.page .search-box {
19556 background-color: #fff; 19564 background-color: #fff;
19557 border-radius: 1.25rem; 19565 border-radius: 1.25rem;
...@@ -19630,7 +19638,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -19630,7 +19638,7 @@ ul.sf_date_field .sf-datepicker {
19630 } 19638 }
19631 @media only screen and (max-width: 48.875rem) { 19639 @media only screen and (max-width: 48.875rem) {
19632 .entry-header.page .search-box .searchandfilter { 19640 .entry-header.page .search-box .searchandfilter {
19633 width: calc(100% - 0rem); 19641 width: calc(100% - 40px);
19634 padding-left: 2.5rem; 19642 padding-left: 2.5rem;
19635 } 19643 }
19636 } 19644 }
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -684,5 +684,15 @@ select { ...@@ -684,5 +684,15 @@ select {
684 } 684 }
685 685
686 .wpcf7 form.sent .wpcf7-response-output{ 686 .wpcf7 form.sent .wpcf7-response-output{
687 border-color:#e00; 687 border-color:transparent;
688 color: #e00;
689 @media(max-width: 48rem) {
690 padding-left: 0px;
691 margin-left: -10px;
692 }
693 }
694 .wpcf7{
695 @media(max-width: 48rem) {
696 height: 400px;
697 }
688 } 698 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
72 72
73 .advance-search-button{ 73 .advance-search-button{
74 @media only screen and (max-width: 48.875rem) { 74 @media only screen and (max-width: 48.875rem) {
75 display: none; 75 // display: none;
76 } 76 }
77 77
78 78
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
152 width: calc(100% - 6.25rem); 152 width: calc(100% - 6.25rem);
153 margin-top: -5px; 153 margin-top: -5px;
154 @media only screen and (max-width: 48.875rem) { 154 @media only screen and (max-width: 48.875rem) {
155 width: calc(100% - 0rem); 155 width: calc(100% - 40px);
156 padding-left: 2.5rem; 156 padding-left: 2.5rem;
157 } 157 }
158 display: inline-block; 158 display: inline-block;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.496 5 Version: 1.0.497
6 */ 6 */
7 7
......