[missions] use webkit vendor prefix for transform (Android doesn't yet support unprefixed transforms)

This commit is contained in:
fkloft
2015-04-12 02:06:15 +02:00
parent d7ce5b2c58
commit 735a0fee85
2 changed files with 4 additions and 0 deletions

View File

@ -107,7 +107,9 @@
left: 6px;
position: absolute;
top: 0;
/* Firefox supports transform* without vendor prefix, but Android does not yet */
transform-origin: 4px 9px 0;
-webkit-transform-origin: 4px 9px 0;
width: 8px;
}