07f04b15 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 785dc0c0
......@@ -18259,10 +18259,10 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
}
@media screen and (max-width: 56.25rem) {
#search-wrapper .sf-field-search label:after {
width: 1.25rem;
height: 1.25rem;
left: -1.5625rem;
top: 1.5625rem;
width: 26px;
height: 26px;
left: -2rem !important;
top: 1.225rem !important;
}
}
#search-wrapper .sf-field-search input[name="_sf_search[]"] {
......@@ -18644,7 +18644,10 @@ ul.sf_date_field .sf-datepicker {
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
top: 0.625rem;
top: 0.5rem !important;
width: 26px;
height: 26px;
left: -2rem;
}
}
#advance-search-modal .modal-dialog .searchandfilter .sf-field-reset,
......@@ -18904,6 +18907,12 @@ ul.sf_date_field .sf-datepicker {
display: inline-block !important;
}
@media screen and (max-width: 59.375rem) {
.home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
top: 1.5rem !important;
}
}
.search-results .search-field {
border: 0;
border-bottom: 0.0625rem solid #707070;
......@@ -19322,6 +19331,14 @@ ul.sf_date_field .sf-datepicker {
height: 2.063rem;
top: 1.2rem;
}
@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;
}
}
.home-header .search-box .sf-field-search input[name="_sf_search[]"] {
width: 100%;
border: 0;
......
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.
......@@ -108,6 +108,12 @@
width: 2.063rem;
height: 2.063rem;
top: 1.2rem;
@media screen and (max-width: 59.375rem) {
width: 26px;
height: 26px;
left: -1.8625rem;
top: 1.4625rem !important;
}
}
}
......
......@@ -311,10 +311,10 @@
height: 2.063rem;
top: 1.2rem;
@media screen and (max-width: 56.25rem) {
width: 1.25rem;
height: 1.25rem;
left: -1.5625rem;
top: 1.5625rem;
width: 26px;
height: 26px;
left: -2rem !important;
top: 1.225rem !important;
}
......@@ -698,7 +698,10 @@ ul.sf_date_field {
width: 100%;
&:after {
@media screen and (max-width: 56.25rem) {
top: 0.625rem;
top: 0.5rem !important;
width: 26px;
height: 26px;
left: -2rem;
}
}
......@@ -1000,4 +1003,12 @@ ul.sf_date_field {
.sf-field-search{
display: inline-block !important;
}
}
.home-header{
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{
@media screen and (max-width: 59.375rem) {
top: 1.5rem!important;
}
}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.488
Version: 1.0.489
*/
......