small style fix: add margin on top of last annotation container
authorrougeronj
Thu, 10 Sep 2015 16:43:19 +0200
changeset 122 95ba0b597c61
parent 121 e8a484a9bc98
child 123 681b48b19e3f
small style fix: add margin on top of last annotation container
server/src/remie/static/remie/css/style.css
--- a/server/src/remie/static/remie/css/style.css	Thu Sep 10 16:34:33 2015 +0200
+++ b/server/src/remie/static/remie/css/style.css	Thu Sep 10 16:43:19 2015 +0200
@@ -45,6 +45,9 @@
 
 /* -------- Override CurrentSegment style -------- */
 
+#LatestAnnotation_container{
+    margin-top: 10px;
+}
 
 #CurrentSegmentInfobox_container .Ldt-CurrentSegmentInfobox,
 #LatestAnnotation_container .Ldt-LatestAnnotation{