Fix table and add button styles.

This commit is contained in:
Alexis Lahouze 2017-08-27 18:19:46 +02:00
parent bf82f2a4ea
commit fdef99085a
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import { AccountEditModalComponent } from './accountEditModal.component';
template: `
<div class="row">
<div class="col s12">
<table class="table table-sm table-striped table-condensed table-hover">
<table class="bordered highlight responsive-table">
<thead>
<tr>
<th>Nom du compte</th>
@ -30,7 +30,7 @@ import { AccountEditModalComponent } from './accountEditModal.component';
<tbody>
<tr>
<td colspan="5">
<button class="btn btn-success" (click)="add()">
<button class="btn waves-effect green lighten-2" (click)="add()">
Ajouter
</button>
</td>