dc345ba2 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 2f502b7c
......@@ -18677,6 +18677,14 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .sf-field-reset {
margin-top: 10px !important;
}
#advance-search-modal .sf-field-taxonomy-language label {
margin-top: 10px;
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .sf-field-taxonomy-language label {
margin-top: 0px;
}
}
.select2-container .select2-search--inline .select2-search__field {
padding-left: 10px;
......
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.
......@@ -794,9 +794,13 @@ li.sf-field-post-meta-document_year {
.sf-field-reset{
margin-top: 10px !important;
}
.sf-field-taxonomy-language label{
margin-top: 10px;
@media screen and (max-width: 56.25rem) {
margin-top: 0px;
}
}
}
.select2-container .select2-search--inline .select2-search__field{
padding-left: 10px;
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.35
Version: 1.0.36
*/
......