fa441e11 by Jeff Balicki

date

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c20e6d60
......@@ -17571,7 +17571,7 @@ select {
[data-sf-field-input-type=multiselect] label {
max-width: 95%;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
[data-sf-field-input-type=multiselect] label {
max-width: unset;
}
......@@ -17590,7 +17590,7 @@ select {
background-color: #fff;
border: 0.0625rem solid #bebebe;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
[data-sf-field-input-type=select] label {
max-width: unset;
}
......@@ -18090,6 +18090,11 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
#search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-datepicker {
width: calc(100% - 3.25rem) !important;
}
@media screen and (max-width: 48rem) {
#search-wrapper #search-sidebar .sf-field-post_date .sf_date_field li .sf-datepicker {
width: calc(100% - 2.25rem) !important;
}
}
#search-wrapper #search-sidebar .select2-container--default .select2-selection--multiple,
#search-wrapper #search-sidebar .select2-selection__rendered {
background-color: #fff;
......@@ -18828,6 +18833,11 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .sf_date_field li .sf-datepicker {
width: calc(100% - 3.25rem) !important;
}
@media screen and (max-width: 48rem) {
#advance-search-modal .sf_date_field li .sf-datepicker {
width: calc(100% - 2.25rem) !important;
}
}
#advance-search-modal .sf_date_field li:nth-of-type(2) .sf-date-prefix {
text-align: right;
}
......
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.
......@@ -626,7 +626,7 @@ select {
}
[data-sf-field-input-type="multiselect"] label{
max-width: 95%;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
max-width: unset;
}
}
......@@ -643,7 +643,7 @@ select {
line-height: 1.1;
background-color: #fff;
border: 0.0625rem solid #bebebe;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 48rem) {
max-width: unset;
}
}
......
......@@ -142,6 +142,9 @@
}
.sf-datepicker{
width: calc(100% - 3.25rem) !important;
@media screen and (max-width: 48rem) {
width: calc(100% - 2.25rem) !important;
}
}
}
......@@ -924,6 +927,9 @@ ul.sf_date_field {
padding:0px !important;
.sf-datepicker{
width: calc(100% - 3.25rem) !important;
@media screen and (max-width:48rem) {
width: calc(100% - 2.25rem) !important;
}
}
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.431
Version: 1.0.432
*/
......