497b6913 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 365c0f66
...@@ -17659,13 +17659,13 @@ ul.sf_date_field .sf-datepicker { ...@@ -17659,13 +17659,13 @@ ul.sf_date_field .sf-datepicker {
17659 top: 32px; 17659 top: 32px;
17660 } 17660 }
17661 17661
17662 :lang(fr-FR) #search-wrapper .sf-field-submit .top-go, :lang(fr-FR) #search-wrapper .sf-field-submit input[name=_sf_submit] { 17662 :lang(fr-FR) .top-go #search-wrapper .sf-field-submit .top-go, :lang(fr-FR) .top-go #search-wrapper .sf-field-submit input[name=_sf_submit] {
17663 font-size: 0.9rem; 17663 font-size: 0.9rem;
17664 height: 3rem; 17664 height: 3rem;
17665 width: 3rem; 17665 width: 3rem;
17666 } 17666 }
17667 @media screen and (max-width: 56.25rem) { 17667 @media screen and (max-width: 56.25rem) {
17668 :lang(fr-FR) #search-wrapper .sf-field-search { 17668 :lang(fr-FR) .top-go #search-wrapper .sf-field-search {
17669 width: calc(100% - 9rem) !important; 17669 width: calc(100% - 9rem) !important;
17670 } 17670 }
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.
...@@ -1090,15 +1090,18 @@ ul.sf_date_field { ...@@ -1090,15 +1090,18 @@ ul.sf_date_field {
1090 } 1090 }
1091 1091
1092 :lang(fr-FR){ 1092 :lang(fr-FR){
1093 #search-wrapper .sf-field-submit .top-go, #search-wrapper .sf-field-submit input[name=_sf_submit]{ 1093 .top-go{
1094 font-size: 0.9rem; 1094 #search-wrapper .sf-field-submit .top-go, #search-wrapper .sf-field-submit input[name=_sf_submit]{
1095 height: 3rem; 1095 font-size: 0.9rem;
1096 width: 3rem; 1096 height: 3rem;
1097 } 1097 width: 3rem;
1098 @media screen and (max-width: 56.25rem){ 1098 }
1099 #search-wrapper .sf-field-search { 1099 @media screen and (max-width: 56.25rem){
1100 width: calc(100% - 9rem) !important; 1100
1101 #search-wrapper .sf-field-search {
1102 width: calc(100% - 9rem) !important;
1103 }
1104 }
1101 } 1105 }
1102 }
1103 1106
1104 } 1107 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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.17 5 Version: 1.0.18
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......