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 { ...@@ -18677,6 +18677,14 @@ ul.sf_date_field .sf-datepicker {
18677 #advance-search-modal .sf-field-reset { 18677 #advance-search-modal .sf-field-reset {
18678 margin-top: 10px !important; 18678 margin-top: 10px !important;
18679 } 18679 }
18680 #advance-search-modal .sf-field-taxonomy-language label {
18681 margin-top: 10px;
18682 }
18683 @media screen and (max-width: 56.25rem) {
18684 #advance-search-modal .sf-field-taxonomy-language label {
18685 margin-top: 0px;
18686 }
18687 }
18680 18688
18681 .select2-container .select2-search--inline .select2-search__field { 18689 .select2-container .select2-search--inline .select2-search__field {
18682 padding-left: 10px; 18690 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 { ...@@ -794,9 +794,13 @@ li.sf-field-post-meta-document_year {
794 .sf-field-reset{ 794 .sf-field-reset{
795 margin-top: 10px !important; 795 margin-top: 10px !important;
796 } 796 }
797 797 .sf-field-taxonomy-language label{
798 margin-top: 10px;
799 @media screen and (max-width: 56.25rem) {
800 margin-top: 0px;
801 }
802 }
798 } 803 }
799
800 .select2-container .select2-search--inline .select2-search__field{ 804 .select2-container .select2-search--inline .select2-search__field{
801 padding-left: 10px; 805 padding-left: 10px;
802 } 806 }
......
...@@ -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.35 5 Version: 1.0.36
6 */ 6 */
......