From 2499245b93f1b30b55f842b9ae40c31fbf58eabe Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 30 Aug 2015 14:34:09 -0400 Subject: [PATCH] update osd --- dashboard-ui/css/mediaplayer-video.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css index 74adec32eb..7054a60680 100644 --- a/dashboard-ui/css/mediaplayer-video.css +++ b/dashboard-ui/css/mediaplayer-video.css @@ -75,14 +75,14 @@ } .nowPlayingInfo { - text-align: left; - padding: 1.5em 1em 2em 3em; + text-align: center; + padding: 1.5em 1em 2em 1em; } #videoPlayer .nowPlayingImage img { height: auto !important; - max-width: 100px; - max-height: 200px; + max-width: 180px; + max-height: 220px; } #videoPlayer .nowPlayingTabs { @@ -94,7 +94,7 @@ vertical-align: top; color: #eee; display: inline-block; - width: 80%; + width: 70%; font-weight: normal; font-size: 14px; }