mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
[search] fixup & improvement(display at most 20 result items in the (#6930)
* [search] fixup & improvement(display at most 20 result items in the dialog & a possile 'More' link) - display at most 20 search result items in the dialog - if there are more than 20 result items, display a 'More' link in the bottom of the dialog. click the link, an independent search result page will be shown, with all the search parameters kept. * [search] add the missing icon
This commit is contained in:
@@ -385,3 +385,18 @@
|
||||
font-weight: normal;
|
||||
margin: 7px 0 10px;
|
||||
}
|
||||
|
||||
.search-result-container .more-search-result {
|
||||
margin-top: -4px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.search-result-container .more-search-result-icon {
|
||||
width: 1rem;
|
||||
color: #ec8000;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.search-result-container .more-search-result-text {
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user