c3f9b606 by Jeff Balicki

search fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 6cfea525
......@@ -18890,6 +18890,13 @@ ul.sf_date_field .sf-datepicker {
color: #fff;
}
#search-filter-form-687 li {
display: none !important;
}
#search-filter-form-687 .sf-field-search {
display: inline-block !important;
}
.search-results .search-field {
border: 0;
border-bottom: 0.0625rem solid #707070;
......
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.
......@@ -991,3 +991,13 @@ ul.sf_date_field {
// }
// }
// }
#search-filter-form-687{
li{
display: none !important;
}
.sf-field-search{
display: inline-block !important;
}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.471
*/
Version: 1.0.47
*/2
......