From c5372ae9179140bf569a32dfb447aec86f989eea Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 16 Jun 2013 12:25:40 -0400 Subject: [PATCH] fixed fulllscreen video --- dashboard-ui/css/site.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 6f8140c2f..96588049e 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -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; } } @@ -996,4 +998,4 @@ input[type="range"]::-ms-fill-upper { #editItemMetadataPage #providerSettingsContainer .ui-slider-switch { width: 8em; -} \ No newline at end of file +}