updated ffmpeg

This commit is contained in:
Luke Pulverenti 2013-06-14 08:42:43 -04:00
parent 8b47dedea2
commit e3b7710c62

View file

@ -976,8 +976,20 @@ input[type="range"]::-ms-fill-upper {
.installedPluginTitle {
max-width: 110px;
}
.itemVideo {
width: 320px;
}
}
@media (min-width: 1440px) {
.installedPluginTitle {
max-width: 110px;
}
.itemVideo {
width: 400px;
}
}
#editItemMetadataPage #txtOverview {
height: 70px;
}
}