From 992b1e0996f82436f4f933a97ad5b56ecf44afca Mon Sep 17 00:00:00 2001 From: Eleanor Eng Date: Mon, 8 Apr 2019 18:22:46 -0400 Subject: some styling things --- src/client/views/nodes/Timeline.scss | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/Timeline.scss b/src/client/views/nodes/Timeline.scss index b58828c0f..14e5f160b 100644 --- a/src/client/views/nodes/Timeline.scss +++ b/src/client/views/nodes/Timeline.scss @@ -1,23 +1,25 @@ -.timeline-container{ - top: 10px; - left: 400px; - height: 100px; - width: 500px; - background-color: yellow; +.timeline-container { + height: 90px; + width: 500px; + background-color: rgb(160, 226, 243); position: absolute; + left: 15%; + top: 1%; + font-size: 75%; - .timeline{ - height: 50px; + .timeline { + height: 50px; width: 500px; - bottom: 0px; + bottom: 0px; background-color: grey; - position: absolute; - + position: absolute; } - button{ - height: 30px; - width: 100px; - font-size: 1em; - position:relative; + + button { + height: 30px; + width: 100px; + font-size: 1em; + position: relative; + margin: 5px; } } \ No newline at end of file -- cgit v1.2.3-70-g09d2