diff --git a/app/assets/stylesheets/extends/_search-form.scss b/app/assets/stylesheets/extends/_search-form.scss index 3394e05a..095c1b2c 100644 --- a/app/assets/stylesheets/extends/_search-form.scss +++ b/app/assets/stylesheets/extends/_search-form.scss @@ -21,7 +21,7 @@ left: 15px; line-height: 1em; position: absolute; - top: 6px; + top: 15px; width: 20px; z-index: 1; } @@ -47,6 +47,10 @@ } } + &.advanced-search div.input:before { + display: none !important; + } + div.submit { position: absolute; float: right;