aaa4ce46 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ff4b897b
......@@ -18255,7 +18255,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
background-size: contain;
width: 2.063rem;
height: 2.063rem;
top: 1.2rem;
top: 2rem;
}
@media screen and (max-width: 56.25rem) {
#search-wrapper .sf-field-search label:after {
......@@ -18279,7 +18279,7 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
@media screen and (max-width: 56.25rem) {
#search-wrapper .sf-field-search input[name="_sf_search[]"] {
padding: 0;
font-size: 1.5rem;
font-size: 1.5rem !important;
}
}
#search-wrapper .sf-field-submit {
......@@ -18642,6 +18642,9 @@ ul.sf_date_field .sf-datepicker {
width: 100% !important;
}
}
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
top: 1.2rem !important;
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
top: 0.5rem !important;
......@@ -18908,28 +18911,11 @@ ul.sf_date_field .sf-datepicker {
}
@media screen and (max-width: 59.375rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
top: 0.5rem !important;
}
}
@media screen and (max-width: 59.375rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4 {
padding-bottom: 20px;
}
}
@media screen and (max-width: 59.375rem) {
.home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
top: 1.5rem !important;
}
}
@media screen and (max-width: 59.375rem) {
.home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, .home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4 {
padding-bottom: 20px;
}
}
.search-results .search-field {
border: 0;
border-bottom: 0.0625rem solid #707070;
......@@ -19346,14 +19332,14 @@ ul.sf_date_field .sf-datepicker {
background-size: contain;
width: 2.063rem;
height: 2.063rem;
top: 1.2rem;
top: 1.2rem !important;
}
@media screen and (max-width: 59.375rem) {
.home-header .search-box .sf-field-search label:after {
width: 26px;
height: 26px;
left: -1.8625rem;
top: 1.4625rem !important;
top: 0.5rem !important;
}
}
.home-header .search-box .sf-field-search input[name="_sf_search[]"] {
......@@ -19368,6 +19354,12 @@ ul.sf_date_field .sf-datepicker {
padding: 0.375rem 0.75rem;
margin: auto;
}
@media screen and (max-width: 56.25rem) {
.home-header .search-box .sf-field-search input[name="_sf_search[]"] {
padding: 0;
font-size: 1.5rem !important;
}
}
.home-header .search-box .sf-field-submit {
display: inline-block !important;
}
......
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.
......@@ -107,12 +107,12 @@
background-size: contain;
width: 2.063rem;
height: 2.063rem;
top: 1.2rem;
top: 1.2rem !important;
@media screen and (max-width: 59.375rem) {
width: 26px;
height: 26px;
left: -1.8625rem;
top: 1.4625rem !important;
top: 0.5rem !important;
}
}
......@@ -128,6 +128,10 @@
color: #212529;
padding: 0.375rem 0.75rem;
margin: auto;
@media screen and (max-width: 56.25rem) {
padding: 0;
font-size: 1.5rem !important;
}
}
}
......
......@@ -309,7 +309,7 @@
background-size: contain;
width: 2.063rem;
height: 2.063rem;
top: 1.2rem;
top: 2rem;
@media screen and (max-width: 56.25rem) {
width: 26px;
height: 26px;
......@@ -333,7 +333,7 @@
padding: 0.375rem 0.75rem;
@media screen and (max-width: 56.25rem) {
padding: 0;
font-size: 1.5rem;
font-size: 1.5rem !important;
}
}
......@@ -697,6 +697,7 @@ ul.sf_date_field {
}
width: 100%;
&:after {
top: 1.2rem !important;
@media screen and (max-width: 56.25rem) {
top: 0.5rem !important;
width: 26px;
......@@ -1004,27 +1005,33 @@ ul.sf_date_field {
display: inline-block !important;
}
}
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{
// #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{
@media screen and (max-width: 59.375rem) {
top: 0.5rem!important;
}
}
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4{
@media screen and (max-width: 59.375rem) {
padding-bottom: 20px;
}
}
.home-header{
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{
// @media screen and (max-width: 59.375rem) {
// top: 0.5rem!important;
// }
// }
// #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4{
// @media screen and (max-width: 59.375rem) {
// padding-bottom: 20px;
// }
// }
// .home-header{
// #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{
@media screen and (max-width: 59.375rem) {
top: 1.5rem!important;
}
}
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4{
// @media screen and (max-width: 59.375rem) {
// top: 1.5rem!important;
// }
// }
// #advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4{
// @media screen and (max-width: 59.375rem) {
// padding-bottom: 20px;
// }
// }
// }
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search .h4, #advance-search-modal .modal-dialog .searchandfilter .sf-field-search h4{
@media screen and (max-width: 59.375rem) {
padding-bottom: 20px;
}
}
}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.490
Version: 1.0.491
*/
......