ba5eedf7 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0f12cb48
...@@ -17745,6 +17745,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -17745,6 +17745,9 @@ ul.sf_date_field .sf-datepicker {
17745 :lang(fr-FR) #search-wrapper .sf-field-search { 17745 :lang(fr-FR) #search-wrapper .sf-field-search {
17746 width: calc(100% - 9rem) !important; 17746 width: calc(100% - 9rem) !important;
17747 } 17747 }
17748 :lang(fr-FR) #advance-search-modal .sf-field-search {
17749 width: calc(100% - 2rem) !important;
17750 }
17748 } 17751 }
17749 17752
17750 .overlay { 17753 .overlay {
......
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.
...@@ -1180,6 +1180,9 @@ ul.sf_date_field { ...@@ -1180,6 +1180,9 @@ ul.sf_date_field {
1180 #search-wrapper .sf-field-search { 1180 #search-wrapper .sf-field-search {
1181 width: calc(100% - 9rem) !important; 1181 width: calc(100% - 9rem) !important;
1182 } 1182 }
1183 #advance-search-modal .sf-field-search {
1184 width: calc(100% - 2rem) !important;
1185 }
1183 1186
1184 } 1187 }
1185 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.55 5 Version: 1.0.56
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......