update translations

This commit is contained in:
Luke Pulverenti 2014-06-23 12:05:19 -04:00
parent b26707208f
commit 0784ca7a0a
29 changed files with 331 additions and 183 deletions

View file

@ -1,12 +1,10 @@
.btnCastImage {
background-color: transparent;
background-size: contain;
background-size: 100%;
background-repeat: no-repeat;
background-position: center center;
width: 28px;
width: 23px;
height: 100%;
position: relative;
top: 2px;
display: inline-block;
}
@ -39,3 +37,10 @@
display: none;
}
}
@media all and (max-width: 400px) {
.btnCastImage {
width: 28px;
}
}