From e3b7710c62f84ebec79bda2c2f189dc72b433799 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 14 Jun 2013 08:42:43 -0400 Subject: [PATCH] updated ffmpeg --- dashboard-ui/css/site.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index cb0a180bc..6ee091471 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -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; -} \ No newline at end of file +}