7299f888 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f9820aa7
...@@ -16831,6 +16831,12 @@ ul.sf_date_field .sf-datepicker { ...@@ -16831,6 +16831,12 @@ ul.sf_date_field .sf-datepicker {
16831 margin-top: 0px; 16831 margin-top: 0px;
16832 } 16832 }
16833 } 16833 }
16834 @media screen and (max-width: 786px) {
16835 #advance-search-modal {
16836 margin-top: 80px;
16837 z-index: 99;
16838 }
16839 }
16834 @media screen and (min-height: 810px) { 16840 @media screen and (min-height: 810px) {
16835 #advance-search-modal { 16841 #advance-search-modal {
16836 z-index: 99; 16842 z-index: 99;
......
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.
...@@ -414,9 +414,13 @@ ul.sf_date_field { ...@@ -414,9 +414,13 @@ ul.sf_date_field {
414 position: fixed; 414 position: fixed;
415 margin-top: 1%; 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 } 419 }
420 @media screen and (max-width: 786px) {
421 margin-top: 80px;
422 z-index: 99;
423 }
420 @media screen and (min-height: 810px) { 424 @media screen and (min-height: 810px) {
421 z-index: 99; 425 z-index: 99;
422 margin-top: 80px; 426 margin-top: 80px;
......
...@@ -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.19 5 Version: 1.0.20
6 */ 6 */
......