8ea532f8 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f421d44d
...@@ -17669,6 +17669,11 @@ ul.sf_date_field .sf-datepicker { ...@@ -17669,6 +17669,11 @@ ul.sf_date_field .sf-datepicker {
17669 height: 3rem !important; 17669 height: 3rem !important;
17670 width: 3rem !important; 17670 width: 3rem !important;
17671 } 17671 }
17672 :lang(fr-FR) #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit] {
17673 height: 2.75rem !important;
17674 width: 11.375rem !important;
17675 font-size: 1.125rem !important;
17676 }
17672 @media screen and (max-width: 56.25rem) { 17677 @media screen and (max-width: 56.25rem) {
17673 :lang(fr-FR) #search-wrapper .sf-field-search { 17678 :lang(fr-FR) #search-wrapper .sf-field-search {
17674 width: calc(100% - 9rem) !important; 17679 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.
...@@ -1101,6 +1101,11 @@ ul.sf_date_field { ...@@ -1101,6 +1101,11 @@ ul.sf_date_field {
1101 height: 3rem !important; 1101 height: 3rem !important;
1102 width: 3rem !important; 1102 width: 3rem !important;
1103 } 1103 }
1104 #advance-search-modal .modal-dialog .searchandfilter input[name=_sf_submit]{
1105 height: 2.75rem !important;
1106 width: 11.375rem !important;
1107 font-size: 1.125rem !important;
1108 }
1104 @media screen and (max-width: 56.25rem){ 1109 @media screen and (max-width: 56.25rem){
1105 1110
1106 #search-wrapper .sf-field-search { 1111 #search-wrapper .sf-field-search {
......
...@@ -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.20 5 Version: 1.0.21
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......