|
|
|
@ -17,7 +17,7 @@ div#block-oliveskln-views-block-solr-search-content-block-1 { |
|
|
|
} |
|
|
|
} |
|
|
|
.header-nav { |
|
|
|
.header-nav { |
|
|
|
.form--inline .form-actions { |
|
|
|
.form--inline .form-actions { |
|
|
|
margin-top: 0; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.js-form-item.form-item.js-form-type-textfield.form-item-search-api-fulltext.js-form-item-search-api-fulltext { |
|
|
|
.js-form-item.form-item.js-form-type-textfield.form-item-search-api-fulltext.js-form-item-search-api-fulltext { |
|
|
|
/* display: none; */ |
|
|
|
/* display: none; */ |
|
|
|
@ -57,3 +57,34 @@ div#block-oliveskln-views-block-solr-search-content-block-1 { |
|
|
|
.view-solr-search-content .view-header { |
|
|
|
.view-solr-search-content .view-header { |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.region--content-above form#views-exposed-form-solr-search-content-page-1 { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
/* justify-content: flex-end; */ |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input#edit-search-api-fulltext--2 { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div#block-oliveskln-exposedformsolr-search-contentpage-1-2 { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: flex-end; |
|
|
|
|
|
|
|
border-top: 1px solid #ccc; |
|
|
|
|
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
|
|
|
|
margin-bottom: 1em; |
|
|
|
|
|
|
|
padding-bottom: 1em; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.form-item { |
|
|
|
|
|
|
|
margin-left: 1em; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input#edit-submit-solr-search-content--3 { |
|
|
|
|
|
|
|
margin: 0; |
|
|
|
|
|
|
|
margin-top: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.view.view-solr-search-content .views-row { |
|
|
|
|
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
|
|
|
|
} |
|
|
|
|