From 541f0e55171ef0cde714ef62f265de5bb20dc9c8 Mon Sep 17 00:00:00 2001 From: s1341 Date: Mon, 16 Dec 2013 15:45:36 +0200 Subject: [PATCH] Fix top of editorcontainer so that it isn't behind timeslider --- src/static/css/timeslider.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index 4a962cd65..c354858f7 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -108,8 +108,8 @@ } #editorcontainerbox { overflow: auto; - top: 40px; - position: static; + top: 120px; + position: absolute; } #padcontent { font-size: 12px; @@ -225,6 +225,7 @@ overflow: hidden; padding-top: 3px; width: 100%; + border-bottom: thin solid #cccccc; } .timeslider-bar #editbar { border-bottom: none;