Upgrade Meteor. Use keyboard for speed input.

This commit is contained in:
Juho Teperi
2013-05-07 11:24:49 +03:00
parent e19e4ad352
commit 9a97a998b6
14 changed files with 98 additions and 120 deletions

View File

@@ -115,17 +115,16 @@ a.thumbnail
height 250px
left 0
top 0
opacity 0.8
display none
opacity 0.0
.street
filter(blur(4px))
// filter(blur(4px))
.show-map
.street
filter(blur(0))
// filter(blur(0))
.map
display block
opacity 0.8
.show-sidebar
.street, .map
@@ -138,7 +137,7 @@ a.thumbnail
bottom 42px
left 0
right 0
background rgba(0, 0, 0, 0.5)
// background rgba(0, 0, 0, 0.5)
padding-top 30px
overflow-y auto
@@ -186,6 +185,13 @@ ol.points
font-weight bold
line-height 150%
.speedSliderContainer
position absolute
bottom 100px
right 20px
.speedSlider
height 200px
::-webkit-scrollbar
background transparent
border none