2f502b7c by Jeff Balicki

eee

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 82b0cdfa
......@@ -18331,7 +18331,7 @@ ul.sf_date_field .sf-datepicker {
}
@media screen and (max-width: 49.125rem) {
#advance-search-modal {
margin-top: 9rem;
margin-top: 6rem;
z-index: 99;
}
}
......@@ -18460,6 +18460,7 @@ ul.sf_date_field .sf-datepicker {
text-align: left;
font-weight: lighter;
font-family: "PT Sans", sans-serif;
font-weight: 700;
}
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search {
margin-left: 0rem;
......@@ -18565,9 +18566,17 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field {
max-width: 36.4rem;
}
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field .sf-date-prefix {
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:first-of-type .sf-date-prefix {
width: 3.125rem !important;
}
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
width: 2rem !important;
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
width: 3.125rem !important;
}
}
@media screen and (max-width: 56.25rem) {
.modal.left .modal-dialog,
......@@ -18647,6 +18656,11 @@ ul.sf_date_field .sf-datepicker {
width: 65%;
display: inline-block;
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .sf-field-post_date {
width: 100%;
}
}
#advance-search-modal #advance-search-modal .modal-dialog .searchandfilter .sf_date_field {
max-width: 36.875rem;
}
......
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.
......@@ -441,7 +441,7 @@ ul.sf_date_field {
z-index: 99;
}
@media screen and (max-width: 49.125rem) {
margin-top: 9rem;
margin-top: 6rem;
z-index: 99;
}
.select2-container--default .select2-selection--multiple,
......@@ -567,6 +567,7 @@ ul.sf_date_field {
text-align: left;
font-weight: lighter;
font-family: "PT Sans", sans-serif;
font-weight: 700;
}
......@@ -679,14 +680,21 @@ ul.sf_date_field {
.sf_date_field {
max-width: 36.4rem;
.sf-date-prefix {
}
.sf_date_field li:first-of-type .sf-date-prefix{
width: 3.125rem !important;
}
.sf_date_field li:nth-of-type(2) .sf-date-prefix{
width: 2rem!important;
@media screen and (max-width: 56.25rem) {
width: 3.125rem !important;
}
}
}
}
}
}
@media screen and (max-width: 56.25rem) {
.modal.left .modal-dialog,
.modal.right .modal-dialog {
......@@ -766,6 +774,9 @@ ul.sf_date_field {
.sf-field-post_date{
width: 65%;
display: inline-block;
@media screen and (max-width: 56.25rem) {
width: 100%;
}
}
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field{
max-width: 36.875rem;
......@@ -783,6 +794,7 @@ li.sf-field-post-meta-document_year {
.sf-field-reset{
margin-top: 10px !important;
}
}
.select2-container .select2-search--inline .select2-search__field{
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.34
Version: 1.0.35
*/
......