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 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/Timeline.scss') 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 -- cgit v1.2.3-70-g09d2