styling fixes search results page

This commit is contained in:
Jonas Heinrich 2020-04-26 17:14:03 +02:00
parent 0ecd2e5efc
commit 4fcd021cb7
4 changed files with 49 additions and 30 deletions

View file

@ -59,7 +59,7 @@
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
margin-top: 15px;
margin-top: 40px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox > * + * {
@ -117,7 +117,7 @@
}
.tx-indexedsearch .tx-indexedsearch-res .link-more span::after {
content: url(img/arrow-right-grey.svg);
content: url(../img/arrow-right-grey.svg);
position: absolute;
width: 17px;
margin-left: 10px;
@ -131,3 +131,7 @@
h2.screen-reader-text {
display: none;
}
.tx-indexedsearch-res p {
margin: 0.2rem 0;
}