fixed installed text alignment

This commit is contained in:
Luke Pulverenti 2013-08-26 17:00:44 -04:00
parent d7d1de09d5
commit 86382af228
2 changed files with 1 additions and 21 deletions

View file

@ -992,39 +992,19 @@ input[type="range"]::-ms-fill-upper {
padding-left: 5px;
}
.installedPluginTitle {
max-width: 85px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
}
@media (min-width: 750px) {
.installedPluginTitle {
max-width: 110px;
}
.itemVideo:not(.fullscreenVideo) {
width: 320px;
}
}
@media (min-width: 1200px) {
.installedPluginTitle {
max-width: 110px;
}
.itemVideo:not(.fullscreenVideo) {
width: 320px;
}
}
@media (min-width: 1440px) {
.installedPluginTitle {
max-width: 110px;
}
.itemVideo:not(.fullscreenVideo) {
width: 400px;
}