4979adc1 by Jeff Balicki

SEARCH FIX

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 18277b98
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.
......@@ -146,7 +146,7 @@
width: auto !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 100% !important;
width: 94% !important;
background-color: #fff;
height: 32px;
border:solid 1px #bebebe !important;
......@@ -747,13 +747,21 @@ ul.sf_date_field {
.sf-field-taxonomy-language,
.sf-field-taxonomy-msf-office,
.sf-field-taxonomy-oc,
.sf-field-post-meta-msf_initiative,
.sf-field-taxonomy-document-format{
width: 33%;
display: inline-block !important;
vertical-align: top;
@media screen and (max-width: 56.25rem) {
width: 100%;
}
}
.sf-field-taxonomy-region,
.sf-field-taxonomy-continent,
.sf-field-taxonomy-country{
vertical-align: bottom;
}
.sf-field-post_date{
width: 65%;
display: inline-block;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.32
Version: 1.0.33
*/
......