From df653eef0da5519eb70bac82d4c988d4c30bd5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Andr=C3=A9?= Date: Wed, 13 Jan 2021 09:26:46 +0100 Subject: [PATCH] Style and infos jump --- .../src/app/jump-infos/jump-infos.component.html | 4 ++-- .../src/app/list-of-jumps/list-of-jumps.component.html | 5 +++-- .../skydivelogs-app/src/app/new-jump/new-jump.component.css | 1 + .../skydivelogs-app/src/app/new-jump/new-jump.component.html | 5 +++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html b/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html index c835782..4def8d6 100644 --- a/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html +++ b/Front/skydivelogs-app/src/app/jump-infos/jump-infos.component.html @@ -1,3 +1,3 @@ -

Gear : {{data.gear.mainCanopy}} ({{data.gear.mainCanopy}})

-

Cutaway : {{data.withCutaway}}

+

Gear : {{data.gear.name}} ({{data.gear.mainCanopy}})

+

Cutaway :

Notes : {{data.notes}}

\ No newline at end of file diff --git a/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html b/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html index 7cb6cb0..acb5c68 100644 --- a/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html +++ b/Front/skydivelogs-app/src/app/list-of-jumps/list-of-jumps.component.html @@ -1,7 +1,8 @@
-
+
- +
+
diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css index bec121a..51e3cd2 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css @@ -19,4 +19,5 @@ justify-content: left; flex-direction: column; align-items: initial; + padding-top: 25px; } diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html index 14687b9..cf6a018 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html @@ -1,7 +1,8 @@
- - +
+ +
Choose the jump type