diff interfaces/timeline.css @ 2809:3a2dbff86da9

#138 Added timeline specific images
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 25 Apr 2017 11:08:12 +0100
parents d5d374b399cb
children
line wrap: on
line diff
--- a/interfaces/timeline.css	Tue Apr 25 10:55:39 2017 +0100
+++ b/interfaces/timeline.css	Tue Apr 25 11:08:12 2017 +0100
@@ -10,7 +10,6 @@
     padding: 20px;
 }
 div.timeline-element-canvas-holder {
-    display: flex;
     width: inherit;
     height: 160px;
     margin: auto;
@@ -37,6 +36,12 @@
     background-color: gray;
 }
 div.timeline-element-comment-holder {}
+img.timeline-element-image {
+    height: 150px;
+    max-width: 20%;
+    display: inline-block;
+    float: right;
+}
 div.comment-entry {
     border: 1px solid #444444;
     max-width: 600px;