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.

44 lines
842 B

5 months ago
/* 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);
}
3 months ago
.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;
}