|
|
@ -5,12 +5,67 @@ form#views-exposed-form-solr-search-content-block-1 { |
|
|
|
#advanced-search-ajax .form-wrapper { |
|
|
|
#advanced-search-ajax .form-wrapper { |
|
|
|
select { |
|
|
|
select { |
|
|
|
/*margin: 0;*/ |
|
|
|
/*margin: 0;*/ |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
margin-bottom: 0.5rem; |
|
|
|
} |
|
|
|
} |
|
|
|
input[type="text"] { |
|
|
|
input[type="text"] { |
|
|
|
width: 130px !important; |
|
|
|
/*width: 130px !important;*/ |
|
|
|
|
|
|
|
padding: 2px; |
|
|
|
|
|
|
|
margin: 0 0 1rem 0; |
|
|
|
|
|
|
|
/*border-bottom: 1px dotted #333;*/ |
|
|
|
} |
|
|
|
} |
|
|
|
input { |
|
|
|
input { |
|
|
|
} |
|
|
|
} |
|
|
|
/*display: flex !important;*/ |
|
|
|
/*display: flex !important;*/ |
|
|
|
/*height: 20px;*/ |
|
|
|
/*height: 20px;*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.advanced-search-form__add { |
|
|
|
|
|
|
|
background: #fff; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
color: var(--upei-green); |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
border: 1px solid; |
|
|
|
|
|
|
|
/*padding: 3px 8px;*/ |
|
|
|
|
|
|
|
line-height: 0.6; |
|
|
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.advanced-search-form__remove { |
|
|
|
|
|
|
|
background: #fff; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
color: var(--upei-red); |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
border: 1px solid var(--upei-red); |
|
|
|
|
|
|
|
/*padding: 3px 8px;*/ |
|
|
|
|
|
|
|
/*padding: 3px 8px;*/ |
|
|
|
|
|
|
|
line-height: 0.6; |
|
|
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.advanced-search-form__remove:hover { |
|
|
|
|
|
|
|
background: var(--upei-red); |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
border-color: var(--upei-red); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.advanced-search-form__add:hover { |
|
|
|
|
|
|
|
background: var(--upei-green); |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
border-color: var(--upei-green); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.citation-container { |
|
|
|
|
|
|
|
.left-col { |
|
|
|
|
|
|
|
flex: 0 0 40%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.right-col input.form-submit { |
|
|
|
|
|
|
|
margin-top: 0 !important; |
|
|
|
|
|
|
|
font-size: 0.8rem; |
|
|
|
|
|
|
|
border-radius: 0 6px 5px 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
div#block-views-block-oai-pmh-item-links-block-1 .field-content { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
a:first-child:after { |
|
|
|
|
|
|
|
content: " |"; |
|
|
|
|
|
|
|
margin-right: 4px; |
|
|
|
|
|
|
|
/*padding-right: 4px;*/ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|