Add external auth emails to entity search

Fixes #1791
This commit is contained in:
Joseph Schorr 2016-09-08 11:23:37 -04:00
parent 934cdecbd6
commit ccb5bc8f1b
3 changed files with 11 additions and 0 deletions

View file

@ -1157,6 +1157,12 @@ form input.ng-valid.ng-dirty,
padding: 4px;
}
.entity-mini-listing span.title {
color: #aaa;
font-size: 12px;
display: block;
}
.editable {
position: relative;
}