forum: better display of search results

This commit is contained in:
2018-12-07 13:28:30 +01:00
committed by Skia
parent 107c6c196f
commit 65a0b7b2d4
2 changed files with 9 additions and 29 deletions

View File

@ -1476,24 +1476,6 @@ textarea {
}
}
}
.search-results {
width: 100%;
.result-box {
width: 100%;
}
.result-topic {
display: inline-block;
background: #9f9f9f;
width: 19%;
}
.result-message {
display: inline-block;
background: #dbdbdb;
width: 80%;
}
}
}
/*------------------------------SAS------------------------------------*/