Fix position of import/export popup in timeslider

This commit is contained in:
Stefan 2014-08-09 14:05:04 +02:00
parent e34a4ea4ee
commit 287a7805c9

View File

@ -168,8 +168,9 @@
width: 185px width: 185px
} }
#importexport { #importexport {
top: 118px; top: 100px;
width: 185px; width: 185px;
position: fixed;
} }
.timeslider-bar { .timeslider-bar {
background: #f7f7f7; background: #f7f7f7;