Commit 7e88d454 authored by Richard Torenvliet's avatar Richard Torenvliet

Minor tweaks in design

parent a29bc23b
...@@ -54,4 +54,7 @@ angular.module('Interactive.game.tapdance.result', [ ...@@ -54,4 +54,7 @@ angular.module('Interactive.game.tapdance.result', [
$scope.points = result; $scope.points = result;
$scope.clicks = clicks; $scope.clicks = clicks;
$scope.result_info = result_info[result]; $scope.result_info = result_info[result];
game.played = 0;
game.clicks = 0;
}); });
...@@ -135,7 +135,7 @@ img.bg-image { ...@@ -135,7 +135,7 @@ img.bg-image {
line-height: 1em; line-height: 1em;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding: 0.5em 1em 0.5em 1em; padding: 0.9em 1em 1.2em 1em;
position: relative; position: relative;
top: 80px; top: 80px;
width: @popup-width width: @popup-width
...@@ -162,7 +162,6 @@ img.bg-image { ...@@ -162,7 +162,6 @@ img.bg-image {
border-radius: 20px; border-radius: 20px;
background: #e7d878; background: #e7d878;
color: white; color: white;
padding: 1em;
} }
.gold a.button { .gold a.button {
...@@ -176,7 +175,7 @@ img.bg-image { ...@@ -176,7 +175,7 @@ img.bg-image {
.popup a.button { .popup a.button {
margin-top: 2em; margin-top: 2em;
margin-bottom: 2em; margin-bottom: 2em;
padding: 0.4em 1em 0.3em 1em; padding: 0.3em 1em 0.3em 1em;
color: white; color: white;
font-weight: 600; font-weight: 600;
} }
...@@ -280,11 +279,10 @@ img.bg-image { ...@@ -280,11 +279,10 @@ img.bg-image {
border-radius: 20px; border-radius: 20px;
background: white; background: white;
color: #d0b745; color: #d0b745;
padding: 1em;
} }
.popup-content { .popup-content {
padding: 0.5em; padding: 0.2em;
} }
.popup-content p { .popup-content p {
...@@ -295,7 +293,7 @@ img.bg-image { ...@@ -295,7 +293,7 @@ img.bg-image {
font-weight: 600; font-weight: 600;
margin-bottom: 0; margin-bottom: 0;
margin-top: 0.2em; margin-top: 0.2em;
font-size: 2em; font-size: 2.3em;
} }
.white .button { .white .button {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment