56450807 by Jeff Balicki

css

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