2eb634db by Jeff Balicki

dddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 02ec0ec6
...@@ -19447,7 +19447,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -19447,7 +19447,7 @@ ul.sf_date_field .sf-datepicker {
19447 .entry-header.page .search-box { 19447 .entry-header.page .search-box {
19448 background-color: #fff; 19448 background-color: #fff;
19449 border-radius: 1.25rem; 19449 border-radius: 1.25rem;
19450 max-width: 90%; 19450 max-width: 80%;
19451 margin: auto; 19451 margin: auto;
19452 margin-top: 2.5rem; 19452 margin-top: 2.5rem;
19453 position: absolute; 19453 position: absolute;
...@@ -19455,12 +19455,15 @@ ul.sf_date_field .sf-datepicker { ...@@ -19455,12 +19455,15 @@ ul.sf_date_field .sf-datepicker {
19455 transition: 0.5s ease-in-out; 19455 transition: 0.5s ease-in-out;
19456 height: 4rem; 19456 height: 4rem;
19457 width: 4rem; 19457 width: 4rem;
19458 right: 5%; 19458 right: 10%;
19459 overflow: hidden; 19459 overflow: hidden;
19460 } 19460 }
19461 @media only screen and (max-width: 48.875rem) { 19461 @media only screen and (max-width: 48.875rem) {
19462 .entry-header.page .search-box { 19462 .entry-header.page .search-box {
19463 padding: 0rem 0.625rem; 19463 padding: 0rem 0.625rem;
19464 max-width: 90%;
19465 right: 5%;
19466 margin-top: 3.5rem;
19464 } 19467 }
19465 } 19468 }
19466 .entry-header.page .search-box .search-button { 19469 .entry-header.page .search-box .search-button {
......
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.
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
73 .search-box{ 73 .search-box{
74 background-color: #fff; 74 background-color: #fff;
75 border-radius: 1.25rem ; 75 border-radius: 1.25rem ;
76 max-width: 90%; 76 max-width: 80%;
77 margin: auto; 77 margin: auto;
78 margin-top: 2.5rem; 78 margin-top: 2.5rem;
79 //padding: 0rem 6.25rem ; 79 //padding: 0rem 6.25rem ;
...@@ -82,10 +82,13 @@ ...@@ -82,10 +82,13 @@
82 transition: 0.5s ease-in-out; 82 transition: 0.5s ease-in-out;
83 height: 4rem; 83 height: 4rem;
84 width: 4rem; 84 width: 4rem;
85 right: 5%; 85 right: 10%;
86 overflow: hidden; 86 overflow: hidden;
87 @media only screen and (max-width: 48.875rem) { 87 @media only screen and (max-width: 48.875rem) {
88 padding: 0rem 0.625rem ; 88 padding: 0rem 0.625rem ;
89 max-width: 90%;
90 right: 5%;
91 margin-top: 3.5rem;
89 } 92 }
90 93
91 .search-button{ 94 .search-button{
......
...@@ -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.453 5 Version: 1.0.454
6 */ 6 */
7 7
......