aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/Timeline.scss
diff options
context:
space:
mode:
authorEleanor Eng <eleanor_eng@brown.edu>2019-04-08 19:39:03 -0400
committerEleanor Eng <eleanor_eng@brown.edu>2019-04-08 19:39:03 -0400
commite5626ed38045be55a5f14a0cd25f8f8149f060d2 (patch)
tree21d56e57e6841d17c887f1c0e5c6b91760210437 /src/client/views/nodes/Timeline.scss
parent992b1e0996f82436f4f933a97ad5b56ecf44afca (diff)
a few more changes
Diffstat (limited to 'src/client/views/nodes/Timeline.scss')
-rw-r--r--src/client/views/nodes/Timeline.scss19
1 files changed, 17 insertions, 2 deletions
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