[missions] implemented search

This commit is contained in:
fkloft
2015-05-16 15:56:17 +02:00
parent c19106fd34
commit 5f79a56450
2 changed files with 76 additions and 0 deletions

View File

@ -160,3 +160,11 @@
width: 18px;
}
.plugin-mission-search-result-desc {
display: block;
max-height: 2em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}