fix delete notification

This commit is contained in:
bechi 2015-04-16 12:22:43 -03:00
commit 652ab3c222
2 changed files with 7 additions and 3 deletions

View file

@ -6,8 +6,12 @@
</div>
<div class="dr-notification-content">
<h3 class="dr-notification-title">{{noti.title|translate}}</h3>
<div class="dr-notification-text label"
ng-style="{'background-color':noti.userData.color}">{{noti.content|translate}}</div>
<div class="dr-notification-text label radius" ng-show="noti.userData.color"
ng-style="{'background-color':noti.userData.color}">{{noti.content|translate}}
</div>
<div class="dr-notification-text" ng-show="!noti.userData.color"
>{{noti.content|translate}}
</div>
</div>
</div>
</div>

View file

@ -268,7 +268,7 @@ a.missing-copayers {
}
.label {
font-size: 80%;
font-size: 70%;
padding: 0.2rem 0.2rem;
}