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 ...@@ -18259,10 +18259,10 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
18259 } 18259 }
18260 @media screen and (max-width: 56.25rem) { 18260 @media screen and (max-width: 56.25rem) {
18261 #search-wrapper .sf-field-search label:after { 18261 #search-wrapper .sf-field-search label:after {
18262 width: 1.25rem; 18262 width: 26px;
18263 height: 1.25rem; 18263 height: 26px;
18264 left: -1.5625rem; 18264 left: -2rem !important;
18265 top: 1.5625rem; 18265 top: 1.225rem !important;
18266 } 18266 }
18267 } 18267 }
18268 #search-wrapper .sf-field-search input[name="_sf_search[]"] { 18268 #search-wrapper .sf-field-search input[name="_sf_search[]"] {
...@@ -18644,7 +18644,10 @@ ul.sf_date_field .sf-datepicker { ...@@ -18644,7 +18644,10 @@ ul.sf_date_field .sf-datepicker {
18644 } 18644 }
18645 @media screen and (max-width: 56.25rem) { 18645 @media screen and (max-width: 56.25rem) {
18646 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after { 18646 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
18647 top: 0.625rem; 18647 top: 0.5rem !important;
18648 width: 26px;
18649 height: 26px;
18650 left: -2rem;
18648 } 18651 }
18649 } 18652 }
18650 #advance-search-modal .modal-dialog .searchandfilter .sf-field-reset, 18653 #advance-search-modal .modal-dialog .searchandfilter .sf-field-reset,
...@@ -18904,6 +18907,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -18904,6 +18907,12 @@ ul.sf_date_field .sf-datepicker {
18904 display: inline-block !important; 18907 display: inline-block !important;
18905 } 18908 }
18906 18909
18910 @media screen and (max-width: 59.375rem) {
18911 .home-header #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after {
18912 top: 1.5rem !important;
18913 }
18914 }
18915
18907 .search-results .search-field { 18916 .search-results .search-field {
18908 border: 0; 18917 border: 0;
18909 border-bottom: 0.0625rem solid #707070; 18918 border-bottom: 0.0625rem solid #707070;
...@@ -19322,6 +19331,14 @@ ul.sf_date_field .sf-datepicker { ...@@ -19322,6 +19331,14 @@ ul.sf_date_field .sf-datepicker {
19322 height: 2.063rem; 19331 height: 2.063rem;
19323 top: 1.2rem; 19332 top: 1.2rem;
19324 } 19333 }
19334 @media screen and (max-width: 59.375rem) {
19335 .home-header .search-box .sf-field-search label:after {
19336 width: 26px;
19337 height: 26px;
19338 left: -1.8625rem;
19339 top: 1.4625rem !important;
19340 }
19341 }
19325 .home-header .search-box .sf-field-search input[name="_sf_search[]"] { 19342 .home-header .search-box .sf-field-search input[name="_sf_search[]"] {
19326 width: 100%; 19343 width: 100%;
19327 border: 0; 19344 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 @@ ...@@ -108,6 +108,12 @@
108 width: 2.063rem; 108 width: 2.063rem;
109 height: 2.063rem; 109 height: 2.063rem;
110 top: 1.2rem; 110 top: 1.2rem;
111 @media screen and (max-width: 59.375rem) {
112 width: 26px;
113 height: 26px;
114 left: -1.8625rem;
115 top: 1.4625rem !important;
116 }
111 } 117 }
112 118
113 } 119 }
......
...@@ -311,10 +311,10 @@ ...@@ -311,10 +311,10 @@
311 height: 2.063rem; 311 height: 2.063rem;
312 top: 1.2rem; 312 top: 1.2rem;
313 @media screen and (max-width: 56.25rem) { 313 @media screen and (max-width: 56.25rem) {
314 width: 1.25rem; 314 width: 26px;
315 height: 1.25rem; 315 height: 26px;
316 left: -1.5625rem; 316 left: -2rem !important;
317 top: 1.5625rem; 317 top: 1.225rem !important;
318 318
319 } 319 }
320 320
...@@ -698,7 +698,10 @@ ul.sf_date_field { ...@@ -698,7 +698,10 @@ ul.sf_date_field {
698 width: 100%; 698 width: 100%;
699 &:after { 699 &:after {
700 @media screen and (max-width: 56.25rem) { 700 @media screen and (max-width: 56.25rem) {
701 top: 0.625rem; 701 top: 0.5rem !important;
702 width: 26px;
703 height: 26px;
704 left: -2rem;
702 } 705 }
703 } 706 }
704 707
...@@ -1001,3 +1004,11 @@ ul.sf_date_field { ...@@ -1001,3 +1004,11 @@ ul.sf_date_field {
1001 display: inline-block !important; 1004 display: inline-block !important;
1002 } 1005 }
1003 } 1006 }
1007 .home-header{
1008 #advance-search-modal .modal-dialog .searchandfilter .sf-field-search label:after{
1009
1010 @media screen and (max-width: 59.375rem) {
1011 top: 1.5rem!important;
1012 }
1013 }
1014 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.488 5 Version: 1.0.489
6 */ 6 */
7 7
......