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

View File

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