(css) Improve cards/lists display of contacts

This commit is contained in:
Francis Lachapelle
2016-01-14 14:21:42 -05:00
parent 78771d7abb
commit 936f6cb073
2 changed files with 4 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
sg-src="editor.card.photoURL"
size="40"><!-- avatar --></sg-avatar-image>
</div>
<div class="sg-list-avatar" ng-show="editor.card.c_component == 'vlist'">
<div class="md-tile-left sg-avatar-list" ng-show="editor.card.$isList()">
<!--list avatar-->
</div>
<div class="msg-header-content">

View File

@@ -215,7 +215,9 @@ sg-avatar-image {
// Avatar placeholder
// ------------------------------------
.md-avatar:before,
.md-avatar md-icon {
.md-avatar md-icon,
sg-avatar-image md-icon,
.sg-avatar-list {
font-family: 'Material Icons';
font-size: $sg-avatar-width;
color: rgba(0, 0, 0, 0.26);