8a3c64fb by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 7299f888
...@@ -16907,7 +16907,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -16907,7 +16907,7 @@ ul.sf_date_field .sf-datepicker {
16907 @media screen and (max-width: 900px) { 16907 @media screen and (max-width: 900px) {
16908 #advance-search-modal .modal-body { 16908 #advance-search-modal .modal-body {
16909 padding: 5px 60px; 16909 padding: 5px 60px;
16910 padding-bottom: 100px; 16910 padding-bottom: 200px;
16911 } 16911 }
16912 } 16912 }
16913 #advance-search-modal .modal-dialog { 16913 #advance-search-modal .modal-dialog {
...@@ -17450,7 +17450,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17450,7 +17450,7 @@ ul.sf_date_field .sf-datepicker {
17450 .side-caption { 17450 .side-caption {
17451 position: absolute; 17451 position: absolute;
17452 bottom: -100%; 17452 bottom: -100%;
17453 z-index: 99; 17453 z-index: 97;
17454 } 17454 }
17455 .side-caption.hide { 17455 .side-caption.hide {
17456 display: none; 17456 display: none;
...@@ -18096,7 +18096,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18096,7 +18096,7 @@ ul.sf_date_field .sf-datepicker {
18096 width: 200px; 18096 width: 200px;
18097 box-shadow: none !important; 18097 box-shadow: none !important;
18098 position: absolute; 18098 position: absolute;
18099 right: -260px !important; 18099 right: -270px !important;
18100 } 18100 }
18101 18101
18102 .pojo-a11y-toolbar-overlay { 18102 .pojo-a11y-toolbar-overlay {
......
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.
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
170 .side-caption { 170 .side-caption {
171 position: absolute; 171 position: absolute;
172 bottom: -100%; 172 bottom: -100%;
173 z-index: 99; 173 z-index: 97;
174 &.hide { 174 &.hide {
175 display: none; 175 display: none;
176 } 176 }
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
21 width: 200px; 21 width: 200px;
22 box-shadow:none !important; 22 box-shadow:none !important;
23 position: absolute; 23 position: absolute;
24 right: -260px!important; 24 right: -270px!important;
25 25
26 } 26 }
27 27
......
...@@ -488,7 +488,7 @@ ul.sf_date_field { ...@@ -488,7 +488,7 @@ ul.sf_date_field {
488 padding: 0px 35px 35px 35px; 488 padding: 0px 35px 35px 35px;
489 @media screen and (max-width: 900px) { 489 @media screen and (max-width: 900px) {
490 padding: 5px 60px; 490 padding: 5px 60px;
491 padding-bottom: 100px; 491 padding-bottom: 200px;
492 } 492 }
493 } 493 }
494 494
......
...@@ -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.20 5 Version: 1.0.21
6 */ 6 */
......