diff options
| author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-04-08 18:22:46 -0400 |
|---|---|---|
| committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-04-08 18:22:46 -0400 |
| commit | 992b1e0996f82436f4f933a97ad5b56ecf44afca (patch) | |
| tree | 94bc6a5bdb1fc4fce37545389ba5eec1f81c51a2 | |
| parent | 1327dc11149fc0ee774f6ee94609a4c48f901ef7 (diff) | |
some styling things
| -rw-r--r-- | src/client/views/nodes/Timeline.scss | 34 |
1 files changed, 18 insertions, 16 deletions
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 |
