diff --git a/assets/opalestate.css b/assets/opalestate.css index 2c22ddc8..80e44e68 100755 --- a/assets/opalestate.css +++ b/assets/opalestate.css @@ -1025,9 +1025,6 @@ Use it to make something cool, have fun, and share what you've learned with othe .opalesate-archive-top .opalestate-sortable .form-control, .opalesate-archive-top .opalestate-sortable .select2-selection--single { padding-top: 8px; } -.opalestate-results .contact-share-form-container { - padding: 30px; } - .opalesate-archive-bottom { position: relative; } @@ -3193,7 +3190,7 @@ p.stars.selected a:not(.active)::before { position: absolute; z-index: 999; min-width: 450px; - top: 30px; + top: 40px; margin: 0 0 0 -194px; padding: 30px; background-color: #FFF; diff --git a/assets/scss/opalestate/_archive.scss b/assets/scss/opalestate/_archive.scss index b1927a16..a7ca3bdd 100755 --- a/assets/scss/opalestate/_archive.scss +++ b/assets/scss/opalestate/_archive.scss @@ -70,11 +70,7 @@ } } } -.opalestate-results { - .contact-share-form-container { - padding: $grid-gutter-width; - } -} + .opalesate-archive-bottom { position: relative; } diff --git a/assets/scss/opalestate/_elements.scss b/assets/scss/opalestate/_elements.scss index a4f90077..18998a92 100755 --- a/assets/scss/opalestate/_elements.scss +++ b/assets/scss/opalestate/_elements.scss @@ -564,7 +564,7 @@ p.stars { position:absolute; z-index: 999; min-width: 450px; - top: 30px; + top: 40px; margin:0 0 0 -194px; padding: $grid-gutter-width; background-color: $white;