#328656 Small adjustments for request count badge

This commit is contained in:
stoyanvi 2017-03-17 17:15:06 +02:00
Родитель 6af922de55
Коммит 5df0b93ffa
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@
}
.action-bar .btn {
height: 65;
height: 67;
margin: -2 0 0;
background-color: #ededed;
color: #F4550F;

Просмотреть файл

@ -42,8 +42,8 @@
<StackLayout *ngIf="group.RequiresApproval && canEdit()" class="btn" (tap)="onViewRequests()" col="1">
<AbsoluteLayout>
<Label class="btn-icon if" text="&#x6d;" top="0" left="0" width="100%"></Label>
<StackLayout top="0" left="0" width="100%">
<Label *ngIf="requestCount" class="btn-text count" [text]="requestCount"></Label>
<StackLayout top="0" left="0" width="100%" *ngIf="requestCount">
<Label class="btn-text count" [text]="requestCount"></Label>
</StackLayout>
</AbsoluteLayout>
<Label class="btn-text" text="See requests"></Label>