style & change icon

This commit is contained in:
bechi 2015-01-29 12:57:11 -03:00
commit 53b4375fb7
5 changed files with 17 additions and 44 deletions

View file

@ -3,13 +3,13 @@
<i class="fi-x"></i>
</div>
<div class="dr-notification">
<div class="dr-notification-image dr-notification-type-{{noti.type}}" ng-switch on="noti.image">
<div class="dr-notification-image" ng-switch on="noti.image">
<i class="fi-{{noti.icon}}" ng-switch-when="false"></i>
<img ng-src="{{noti.image}}" ng-switch-default />
</div>
<div class="dr-notification-content">
<h3 class="dr-notification-title">{{noti.title|translate}}</h3>
<div class="dr-notification-text">{{noti.content|translate}}</div>
<div class="dr-notification-text ellipsis">{{noti.content|translate}}</div>
</div>
</div>
</div>