Fix button sizes and styles.
This commit is contained in:
@ -40,7 +40,7 @@ import { AccountEditModalComponent } from './accountEditModal.component';
|
||||
<td>{{ account.authorized_overdraft | currency:"EUR":true }}</td>
|
||||
|
||||
<td>
|
||||
<div class="btn-group btn-group-xs">
|
||||
<div class="btn-group btn-group-sm">
|
||||
<!-- Edit account. -->
|
||||
<button type="button" class="btn btn-success"
|
||||
(click)="modify()">
|
||||
@ -48,13 +48,13 @@ import { AccountEditModalComponent } from './accountEditModal.component';
|
||||
</button>
|
||||
|
||||
<!-- Delete account, with confirm. -->
|
||||
<button type="button" class="btn btn-default"
|
||||
<button type="button" class="btn btn-secondary"
|
||||
(click)="confirmDelete()">
|
||||
<span class="fa fa-trash-o"></span>
|
||||
</button>
|
||||
|
||||
<!-- Open account scheduler. -->
|
||||
<a class="btn btn-default"
|
||||
<a class="btn btn-secondary"
|
||||
[hidden]="!account.id"
|
||||
href="#!/account/{{ account.id }}/scheduler">
|
||||
<span class="fa fa-clock-o"></span>
|
||||
|
Reference in New Issue
Block a user