aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/nodes/Timeline.scss34
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