Fix top of editorcontainer so that it isn't behind timeslider

This commit is contained in:
s1341 2013-12-16 15:45:36 +02:00
parent 14b2af44a1
commit 541f0e5517

View file

@ -108,8 +108,8 @@
} }
#editorcontainerbox { #editorcontainerbox {
overflow: auto; overflow: auto;
top: 40px; top: 120px;
position: static; position: absolute;
} }
#padcontent { #padcontent {
font-size: 12px; font-size: 12px;
@ -225,6 +225,7 @@
overflow: hidden; overflow: hidden;
padding-top: 3px; padding-top: 3px;
width: 100%; width: 100%;
border-bottom: thin solid #cccccc;
} }
.timeslider-bar #editbar { .timeslider-bar #editbar {
border-bottom: none; border-bottom: none;