2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Display results for parts and stock items

- Use the existing rendering functions
This commit is contained in:
Oliver Walters
2022-03-29 22:35:47 +11:00
parent 51d26b1d16
commit 78e5a685dc
4 changed files with 118 additions and 34 deletions

View File

@ -1018,4 +1018,30 @@ input[type='number']{
a {
text-decoration: none;
background-color: transparent;
}
/* Quicksearch Panel */
.search-result-panel {
max-width: 800px;
width: 50%
}
.search-result-group {
padding: 5px;
border: 1px solid var(--border-color);
margin-bottom: 10px;
}
.search-result-group-buttons > button{
padding: 2px;
padding-left: 5px;
padding-right: 5px;
font-size: 80%;
}
.search-result-entry {
border-top: 1px solid var(--border-color);
padding: 3px;
margin-top: 3px;
}