c20e6d60 by Jeff Balicki

date

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 14d3fc79
......@@ -18084,7 +18084,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
}
@media screen and (max-width: 90.625rem) {
#search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-date-prefix {
display: block;
display: inline-block;
}
}
#search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-datepicker {
......@@ -18606,6 +18606,11 @@ ul.sf_date_field .sf-datepicker {
margin-left: 1.25rem !important;
}
}
@media screen and (max-width: 48rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label {
width: 100% !important;
}
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
top: 0.625rem;
......
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.
......@@ -127,13 +127,17 @@
.sf_date_field {
li {
label{
width:calc(100% - 3.125rem) !important;
@media screen and (min-width: 62.5rem) {
}
}
.sf-date-prefix {
@media screen and (max-width: 90.625rem) {
display: block;
display: inline-block;
}
}
.sf-datepicker{
......@@ -682,6 +686,9 @@ ul.sf_date_field {
@media screen and (max-width: 56.25rem) {
margin-left: 1.25rem!important;
}
@media screen and (max-width: 48rem) {
width: 100% !important;
}
width: 100%;
&:after {
@media screen and (max-width: 56.25rem) {
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.430
Version: 1.0.431
*/
......