You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1010 B
52 lines
1010 B
/* Search result page |
|
--------------------------------------*/ |
|
.page-content input[type="search"] { |
|
width: 80%; |
|
} |
|
ol.search-results { |
|
margin: 1em 0; |
|
padding: 0; |
|
list-style: none; |
|
list-style-type: none; |
|
} |
|
ol.search-results li { |
|
margin: 0 0 1em 0; |
|
padding: 1rem; |
|
background: var(--light); |
|
} |
|
.search-advanced summary { |
|
margin: 10px 0; |
|
cursor: pointer; |
|
} |
|
.search-advanced .form-details-wrapper { |
|
padding: 0.5em 1.4em; |
|
border: 1px solid var(--border); |
|
} |
|
.search-advanced .form-wrapper { |
|
padding: 0.5em 1.4em; |
|
border: 1px solid var(--border); |
|
} |
|
|
|
.region-search-box form#search-form { |
|
display: flex; |
|
justify-content: center; |
|
margin-top: 60px; |
|
margin-bottom: 40px; |
|
} |
|
.search-box-content input[type="submit"] { |
|
display: block; |
|
margin: 0 auto; |
|
padding: 0.5rem 1.5rem; |
|
border-radius: 0 5px 5px 0; |
|
} |
|
#block-vre2024-search form#search-form { |
|
margin:0; |
|
display: flex; |
|
input[type="text"] { |
|
padding: 6px; |
|
width:16rem; |
|
} |
|
.button { |
|
/*padding: 10px 10px;*/ |
|
} |
|
}
|
|
|