From 65514534b7e88e801a9201cfac291fe27df97512 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 6 Nov 2014 17:05:31 +0100 Subject: [PATCH] breaking changes of angular-material 0.5.1 --- public/app/css/app.css | 8 ++-- public/app/js/templates/balance.tpl.html | 54 ++++++++++++------------ 2 files changed, 30 insertions(+), 32 deletions(-) diff --git a/public/app/css/app.css b/public/app/css/app.css index b4a5ec56..2c00917d 100644 --- a/public/app/css/app.css +++ b/public/app/css/app.css @@ -2,11 +2,11 @@ h3 { text-align: center; } -material-button { padding: 0 3px; - margin: 0 3px; } +md-button { padding: 0 3px; + margin: 0 3px; } -material-content table { max-width: 99%; - width: 99%; } +md-content table { max-width: 99%; + width: 99%; } .date, .panel-heading { text-align: center } diff --git a/public/app/js/templates/balance.tpl.html b/public/app/js/templates/balance.tpl.html index e3b157ab..30ef84fc 100644 --- a/public/app/js/templates/balance.tpl.html +++ b/public/app/js/templates/balance.tpl.html @@ -1,46 +1,44 @@
- +

From {{from_date | date:'longDate'}} to {{to_date | date:'longDate'}}

- prev - Now - next + prev + Now + next
-
- + +

Balance: {{( balance.buckets[1].raw_total - balance.buckets[0].raw_total ) | number:2}} €

-
+
-
- +
+

{{bucket.categories}}, total = {{bucket.total | number:2}} €

- - + + - - +
+ - - + + - - - + + + @@ -79,7 +77,7 @@
accountamountscoreaccountamountscore
- +