Fix position of import/export popup in timeslider

pull/2219/head
Stefan 2014-08-09 14:05:04 +02:00
parent e34a4ea4ee
commit 287a7805c9
1 changed files with 2 additions and 1 deletions

View File

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