fix delete notification
This commit is contained in:
parent
d9a4967c71
commit
652ab3c222
2 changed files with 7 additions and 3 deletions
|
|
@ -6,8 +6,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="dr-notification-content">
|
<div class="dr-notification-content">
|
||||||
<h3 class="dr-notification-title">{{noti.title|translate}}</h3>
|
<h3 class="dr-notification-title">{{noti.title|translate}}</h3>
|
||||||
<div class="dr-notification-text label"
|
<div class="dr-notification-text label radius" ng-show="noti.userData.color"
|
||||||
ng-style="{'background-color':noti.userData.color}">{{noti.content|translate}}</div>
|
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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -268,7 +268,7 @@ a.missing-copayers {
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: 80%;
|
font-size: 70%;
|
||||||
padding: 0.2rem 0.2rem;
|
padding: 0.2rem 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue