Fix button sizes and styles.

This commit is contained in:
Alexis Lahouze
2017-07-25 23:29:16 +02:00
parent 0e037e664f
commit 931ef38f29
5 changed files with 11 additions and 78 deletions

View File

@ -33,15 +33,15 @@ import { Schedule } from './schedule';
<td>{{ schedule.category }}</td>
<td>
<div class="btn-group btn-group-xs">
<div class="btn-group btn-group-sm">
<!-- Edit operation. -->
<button type="button" class="btn btn-default"
<button type="button" class="btn btn-success"
(click)="modify()" title="edit">
<span class="fa fa-pencil-square-o"></span>
</button>
<!-- Remove operation. -->
<button type="button" class="btn btn-default"
<button type="button" class="btn btn-danger"
[hidden]="!schedule.id"
(click)="confirmDelete()"
title="remove">