583ca1f0 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9b0e8614
...@@ -17734,6 +17734,13 @@ ul.sf_date_field .sf-datepicker { ...@@ -17734,6 +17734,13 @@ ul.sf_date_field .sf-datepicker {
17734 width: 11.375rem !important; 17734 width: 11.375rem !important;
17735 font-size: 1.125rem !important; 17735 font-size: 1.125rem !important;
17736 } 17736 }
17737 @media screen and (max-width: 1067px) {
17738 :lang(fr-FR) #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit] {
17739 height: 2.75rem !important;
17740 width: 100% !important;
17741 font-size: 1.125rem !important;
17742 }
17743 }
17737 @media screen and (max-width: 56.25rem) { 17744 @media screen and (max-width: 56.25rem) {
17738 :lang(fr-FR) #search-wrapper .sf-field-search { 17745 :lang(fr-FR) #search-wrapper .sf-field-search {
17739 width: calc(100% - 9rem) !important; 17746 width: calc(100% - 9rem) !important;
......
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.
...@@ -1168,12 +1168,21 @@ ul.sf_date_field { ...@@ -1168,12 +1168,21 @@ ul.sf_date_field {
1168 width: 11.375rem !important; 1168 width: 11.375rem !important;
1169 font-size: 1.125rem !important; 1169 font-size: 1.125rem !important;
1170 } 1170 }
1171 @media screen and (max-width: 1067px) {
1172 #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit]{
1173 height: 2.75rem !important;
1174 width: 100% !important;
1175 font-size: 1.125rem !important;
1176 }
1177 }
1171 @media screen and (max-width: 56.25rem){ 1178 @media screen and (max-width: 56.25rem){
1172 1179
1173 #search-wrapper .sf-field-search { 1180 #search-wrapper .sf-field-search {
1174 width: calc(100% - 9rem) !important; 1181 width: calc(100% - 9rem) !important;
1175 } 1182 }
1183
1176 } 1184 }
1185
1177 1186
1178 } 1187 }
1179 1188
......
...@@ -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.44 5 Version: 1.0.45
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......