(js) Fix selected message class in advanced search

Also improved display of accounts subheaders.
This commit is contained in:
Francis Lachapelle
2015-09-24 16:48:20 -04:00
parent ec8c2d08e2
commit 31f2e4b549
6 changed files with 70 additions and 30 deletions
@@ -369,6 +369,12 @@ html p {
white-space: normal;
}
.sg-no-wrap {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sg-label-outline {
// See also .sg-outline-button in button.scss
border-width: 1px;