From 1315fa8dbdac9b815d70bff5e69b7eaf918bb862 Mon Sep 17 00:00:00 2001 From: philip van der hoek Date: Tue, 2 Apr 2019 12:07:28 +0200 Subject: [PATCH 1/7] Footer reworked --- src/component/telemachy.component.css | 40 ++++++++++++++++++++++-- src/component/telemachy.component.html | 42 +++++++++++++++----------- 2 files changed, 62 insertions(+), 20 deletions(-) diff --git a/src/component/telemachy.component.css b/src/component/telemachy.component.css index 2acf5c6..8f69fac 100755 --- a/src/component/telemachy.component.css +++ b/src/component/telemachy.component.css @@ -7,7 +7,7 @@ } .explanation { position: absolute; - min-width: 220px; + min-width: 700px; z-index: 9000000; transition: all 0.25s ease; border-width: 1px; @@ -45,7 +45,6 @@ height: calc(100% - 29px); } .popup .controls { - position: absolute; bottom: 1em; } .controls a { @@ -80,3 +79,40 @@ .ytpopup .content { padding: 1em; } + +.flex-container{ + display: flex; +} + +.step-button { + flex: 1; + display: flex; + align-items: center; + justify-content: flex-start; + flex-grow: 2; +} + +.step-counter { + flex: 1; + display: flex; + align-items: center; + justify-content: center; + flex-grow: 2; + padding-right: 15%; +} + +.end-button { + flex: 1; + display: flex; + align-items: center; + justify-content: flex-end; +} + +.horizontal-line { + margin-top: 20px; + height: 2px; + border: none; + color: #333; + background-color: #269189; + text-align: center; +} diff --git a/src/component/telemachy.component.html b/src/component/telemachy.component.html index 90548cb..0a5cfb0 100755 --- a/src/component/telemachy.component.html +++ b/src/component/telemachy.component.html @@ -5,12 +5,12 @@
-
- - - skip - finish - ({{progress}}/{{total}}) +
+ << Prev + Next >> + ({{progress}}/{{total}}) + End tour + finish
@@ -20,12 +20,15 @@