From 2c0e09d3c76510c11231dc83e8a04d5b5586e14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Tue, 8 Nov 2016 15:13:28 -0300 Subject: [PATCH] fixes --- src/js/controllers/feedback/sendFeedback.js | 2 +- src/sass/views/feedback/sendFeedBack.scss | 6 +++-- src/sass/views/feedback/thanks.scss | 4 ++++ www/views/feedback/sendFeedback.html | 26 ++++++++++----------- www/views/feedback/thanks.html | 2 +- 5 files changed, 22 insertions(+), 18 deletions(-) diff --git a/src/js/controllers/feedback/sendFeedback.js b/src/js/controllers/feedback/sendFeedback.js index cb3700947..1c250d4e8 100644 --- a/src/js/controllers/feedback/sendFeedback.js +++ b/src/js/controllers/feedback/sendFeedback.js @@ -18,7 +18,7 @@ angular.module('copayApp.controllers').controller('sendFeedbackController', func break; case 4: $scope.reaction = gettextCatalog.getString("Thanks!"); - $scope.comment = gettextCatalog.getString("That's exciting to hear. We'd love to earn that fifth star from you"); + $scope.comment = gettextCatalog.getString("That's exciting to hear. We'd love to earn that fifth star from you."); break; case 5: $scope.reaction = gettextCatalog.getString("Feedback!"); diff --git a/src/sass/views/feedback/sendFeedBack.scss b/src/sass/views/feedback/sendFeedBack.scss index 95ab3532c..33b1720ca 100644 --- a/src/sass/views/feedback/sendFeedBack.scss +++ b/src/sass/views/feedback/sendFeedBack.scss @@ -3,17 +3,18 @@ .skip { margin: 20px 20px 10px; color: #667; + text-decoration: none; } .title { + padding: 20px; font-size: 20px; font-weight: bold; color: $dark-gray; - margin-left: 10px; } .star { a { font-size: 25px; - padding: 12px; + padding: 20px; .gold { color: #ffd700; } @@ -30,6 +31,7 @@ color: $dark-gray; } textarea { + padding: 20px; border-top: 1px solid $subtle-gray; padding: 20px; width: 100%; diff --git a/src/sass/views/feedback/thanks.scss b/src/sass/views/feedback/thanks.scss index 58ad59ec2..2d86c357f 100644 --- a/src/sass/views/feedback/thanks.scss +++ b/src/sass/views/feedback/thanks.scss @@ -19,6 +19,10 @@ } .subtitle { padding: 10px 30px 20px 40px; + .image { + text-align: center; + padding: 30px; + } } .share-buttons { bottom: 0; diff --git a/www/views/feedback/sendFeedback.html b/www/views/feedback/sendFeedback.html index 15cbe1edb..f22e175e8 100644 --- a/www/views/feedback/sendFeedback.html +++ b/www/views/feedback/sendFeedback.html @@ -1,19 +1,17 @@ - - -
-
- {{reaction}} -
-
- - - - - -
+ + +
+ {{reaction}}
-
+
+ + + + + +
+
{{comment}}
diff --git a/www/views/feedback/thanks.html b/www/views/feedback/thanks.html index bcef2b4d9..826f65675 100644 --- a/www/views/feedback/thanks.html +++ b/www/views/feedback/thanks.html @@ -21,7 +21,7 @@
If you have additional feedback, please let us know by tapping the "Send feedback" option in the Settings tab. -
+