fixed fulllscreen video

This commit is contained in:
Luke Pulverenti 2013-06-16 12:25:40 -04:00
parent 9bccdc0e9a
commit c5372ae917

View file

@ -976,7 +976,8 @@ input[type="range"]::-ms-fill-upper {
.installedPluginTitle {
max-width: 110px;
}
.itemVideo {
.itemVideo:not(.fullscreenVideo) {
width: 320px;
}
}
@ -985,7 +986,8 @@ input[type="range"]::-ms-fill-upper {
.installedPluginTitle {
max-width: 110px;
}
.itemVideo {
.itemVideo:not(.fullscreenVideo) {
width: 400px;
}
}