mdl css added, remaking everything

This commit is contained in:
arnaucode
2017-01-26 17:42:49 +01:00
parent 17f0f740d8
commit 5332f6d0db
10 changed files with 94 additions and 331 deletions

View File

@@ -50,7 +50,7 @@
<input ng-model="newtravel.description" type="text" placeholder="Description">
</label>
<p class="padding">
<button ng-click="createTravel()" class="button button-calm o_floatRight">
<button ng-click="createTravel()" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent o_floatRight">
{{'Create_travel' | translate}}
</button>
</p>