From e5626ed38045be55a5f14a0cd25f8f8149f060d2 Mon Sep 17 00:00:00 2001 From: Eleanor Eng Date: Mon, 8 Apr 2019 19:39:03 -0400 Subject: a few more changes --- src/client/views/nodes/Timeline.scss | 19 +++++++++++++++++-- src/client/views/nodes/Timeline.tsx | 11 +++++------ 2 files changed, 22 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/Timeline.scss b/src/client/views/nodes/Timeline.scss index 14e5f160b..d2055c946 100644 --- a/src/client/views/nodes/Timeline.scss +++ b/src/client/views/nodes/Timeline.scss @@ -1,5 +1,5 @@ .timeline-container { - height: 90px; + height: 100px; width: 500px; background-color: rgb(160, 226, 243); position: absolute; @@ -8,13 +8,21 @@ font-size: 75%; .timeline { - height: 50px; + height: 60px; width: 500px; bottom: 0px; background-color: grey; position: absolute; } + .inner { + height: 44px; + width: 484px; + background-color: black; + position: absolute; + margin: 8px; + } + button { height: 30px; width: 100px; @@ -22,4 +30,11 @@ position: relative; margin: 5px; } + + input { + height: 30px; + width: 100px; + font-size: 1em; + margin: 5px; + } } \ No newline at end of file diff --git a/src/client/views/nodes/Timeline.tsx b/src/client/views/nodes/Timeline.tsx index 3bd549ccc..86df33749 100644 --- a/src/client/views/nodes/Timeline.tsx +++ b/src/client/views/nodes/Timeline.tsx @@ -5,21 +5,20 @@ import { observable } from "mobx" import { TimelineField } from "../../../fields/TimelineField"; import "./Timeline.scss" - - @observer export class Timeline extends React.Component{ render() { return (
-
+
- - -
+
+
+
+
) -- cgit v1.2.3-70-g09d2