54a0a5d2 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 115a9204
...@@ -16809,15 +16809,21 @@ ul.sf_date_field .sf-datepicker { ...@@ -16809,15 +16809,21 @@ ul.sf_date_field .sf-datepicker {
16809 } 16809 }
16810 16810
16811 #advance-search-modal { 16811 #advance-search-modal {
16812 z-index: 99; 16812 z-index: 999;
16813 position: fixed; 16813 position: fixed;
16814 margin-top: 80px; 16814 margin-top: 1%;
16815 } 16815 }
16816 @media screen and (max-width: 900px) { 16816 @media screen and (max-width: 900px) {
16817 #advance-search-modal { 16817 #advance-search-modal {
16818 margin-top: 0px; 16818 margin-top: 0px;
16819 } 16819 }
16820 } 16820 }
16821 @media screen and (min-height: 810px) {
16822 #advance-search-modal {
16823 z-index: 99;
16824 margin-top: 80px;
16825 }
16826 }
16821 #advance-search-modal .btn-close { 16827 #advance-search-modal .btn-close {
16822 opacity: 1; 16828 opacity: 1;
16823 } 16829 }
...@@ -18121,6 +18127,10 @@ ul.sf_date_field .sf-datepicker { ...@@ -18121,6 +18127,10 @@ ul.sf_date_field .sf-datepicker {
18121 border: 2px #669999 solid !important; 18127 border: 2px #669999 solid !important;
18122 } 18128 }
18123 18129
18130 #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
18131 text-decoration: none;
18132 }
18133
18124 #gt_float_wrapper { 18134 #gt_float_wrapper {
18125 right: 0px !important; 18135 right: 0px !important;
18126 } 18136 }
...@@ -18974,7 +18984,7 @@ body.pojo-a11y-resize-font-130 span, body.pojo-a11y-resize-font-140 span, body.p ...@@ -18974,7 +18984,7 @@ body.pojo-a11y-resize-font-130 span, body.pojo-a11y-resize-font-140 span, body.p
18974 18984
18975 .swiper-button-next { 18985 .swiper-button-next {
18976 background-color: #EE0000; 18986 background-color: #EE0000;
18977 right: 5px !important; 18987 right: 0px !important;
18978 width: 35px !important; 18988 width: 35px !important;
18979 height: 35px !important; 18989 height: 35px !important;
18980 border: 0px solid #EE0000; 18990 border: 0px solid #EE0000;
......
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,7 +107,7 @@ padding: 0px 50px; ...@@ -107,7 +107,7 @@ padding: 0px 50px;
107 .swiper-button-next{ 107 .swiper-button-next{
108 background-color: #EE0000; 108 background-color: #EE0000;
109 109
110 right: 5px !important; 110 right: 0px !important;
111 @media only screen and (max-width:400px) { 111 @media only screen and (max-width:400px) {
112 right: -10px !important; 112 right: -10px !important;
113 } 113 }
......
...@@ -93,3 +93,6 @@ ...@@ -93,3 +93,6 @@
93 } 93 }
94 94
95 } 95 }
96 #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{
97 text-decoration: none;
98 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -410,12 +410,16 @@ ul.sf_date_field { ...@@ -410,12 +410,16 @@ ul.sf_date_field {
410 } 410 }
411 411
412 #advance-search-modal { 412 #advance-search-modal {
413 z-index: 99; 413 z-index: 999;
414 position: fixed; 414 position: fixed;
415 margin-top: 80px; 415 margin-top: 1%;
416 @media screen and (max-width: 900px) { 416 @media screen and (max-width: 900px) {
417 margin-top: 0px; 417 margin-top: 0px;
418 418
419 }
420 @media screen and (min-height: 810px) {
421 z-index: 99;
422 margin-top: 80px;
419 } 423 }
420 424
421 .btn-close { 425 .btn-close {
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
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.17 5 Version: 1.0.18
6 */ 6 */
......