From fc747c55c7290a0a4488b88721ebca01532676b0 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 29 Sep 2016 13:02:24 +0200 Subject: [PATCH] wallet credit confirmation --- app/assets/stylesheets/app.utilities.scss | 2 ++ .../templates/wallet/credit_modal.html.erb | 30 +++++++++++++++++-- config/locales/app.shared.en.yml | 4 +++ config/locales/app.shared.fr.yml | 8 +++-- 4 files changed, 39 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/app.utilities.scss b/app/assets/stylesheets/app.utilities.scss index b9b692522..eca31e638 100644 --- a/app/assets/stylesheets/app.utilities.scss +++ b/app/assets/stylesheets/app.utilities.scss @@ -102,6 +102,7 @@ p, .widget p { .text-italic { font-style: italic; } .text-center { text-align: center; } +.text-right { text-align: right; } .text-active, .active > .text, .active > .auto .text{display: none !important;} .active > .text-active, .active > .auto .text-active{display: inline-block !important;} @@ -127,6 +128,7 @@ p, .widget p { .width-35 { width: 35% !important; } .width-70 { width: 70%; } +.width-90 { width: 90%; } .b{border: 1px solid rgba(0, 0, 0, 0.05)} .b-a{border: 1px solid $border-color} diff --git a/app/assets/templates/wallet/credit_modal.html.erb b/app/assets/templates/wallet/credit_modal.html.erb index 1515bcc41..7624e12a9 100644 --- a/app/assets/templates/wallet/credit_modal.html.erb +++ b/app/assets/templates/wallet/credit_modal.html.erb @@ -4,15 +4,39 @@