|
|
@ -40,13 +40,20 @@ ol.search-results li { |
|
|
|
border-radius: 0 5px 5px 0; |
|
|
|
border-radius: 0 5px 5px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
#block-vre2024-search form#search-form { |
|
|
|
#block-vre2024-search form#search-form { |
|
|
|
margin:0; |
|
|
|
margin: 0; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
input[type="text"] { |
|
|
|
input[type="text"] { |
|
|
|
padding: 6px; |
|
|
|
padding: 6px; |
|
|
|
width:14rem; |
|
|
|
width: 14rem; |
|
|
|
} |
|
|
|
} |
|
|
|
.button { |
|
|
|
.button { |
|
|
|
/*padding: 10px 10px;*/ |
|
|
|
/*padding: 10px 10px;*/ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#block-vre2024-search a { |
|
|
|
|
|
|
|
color: var(--upei-red); |
|
|
|
|
|
|
|
margin:0; |
|
|
|
|
|
|
|
padding:0; |
|
|
|
|
|
|
|
font-size:.8rem; |
|
|
|
|
|
|
|
} |
|
|
|