f421d44d by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 56450807
...@@ -17665,7 +17665,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17665,7 +17665,7 @@ ul.sf_date_field .sf-datepicker {
17665 width: 3rem !important; 17665 width: 3rem !important;
17666 } 17666 }
17667 :lang(fr-FR) .search-box .sf-field-submit input[name=_sf_submit] { 17667 :lang(fr-FR) .search-box .sf-field-submit input[name=_sf_submit] {
17668 font-size: 0.9rem; 17668 font-size: 0.9rem !important;
17669 height: 3rem !important; 17669 height: 3rem !important;
17670 width: 3rem !important; 17670 width: 3rem !important;
17671 } 17671 }
......
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.
...@@ -43,7 +43,7 @@ defined( 'ABSPATH' ) || exit; ...@@ -43,7 +43,7 @@ defined( 'ABSPATH' ) || exit;
43 43
44 printf( 44 printf(
45 '<p>%s<p>', 45 '<p>%s<p>',
46 esc_html__( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'understrap' ) 46 esc_html__( 'It seems we can&rsquo;t find what you&rsquo;re looking for.', 'understrap' )
47 ); 47 );
48 get_search_form(); 48 get_search_form();
49 49
......
...@@ -1097,7 +1097,7 @@ ul.sf_date_field { ...@@ -1097,7 +1097,7 @@ ul.sf_date_field {
1097 } 1097 }
1098 1098
1099 .search-box .sf-field-submit input[name=_sf_submit]{ 1099 .search-box .sf-field-submit input[name=_sf_submit]{
1100 font-size: 0.9rem; 1100 font-size: 0.9rem !important;
1101 height: 3rem !important; 1101 height: 3rem !important;
1102 width: 3rem !important; 1102 width: 3rem !important;
1103 } 1103 }
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
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.19 5 Version: 1.0.20
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......