Merge pull request #2350 from bechi/bugs/styles-01

change styles
This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-02 11:40:05 -03:00
commit f3c3e2c1a1
16 changed files with 92 additions and 120 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>