diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 9e3239df74..e896785e50 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -81,7 +81,7 @@ } .ehsContent { - max-width: 800px; + max-width: 900px; } .libraryItemsGridContainer { @@ -97,7 +97,7 @@ @media all and (min-width: 1920px) { .ehsContent { - max-width: 1000px; + max-width: 1300px; } .libraryItemsGridContainer { padding: 0 25%; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index e1dfe1ceb2..32bd97aebb 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -407,11 +407,6 @@ form, .readOnlyContent { padding-bottom: 56px; } - .posterViewItemWithDualText .posterViewItemText { - text-align: left; - color: #fff; - } - .posterViewItemWithNoText { padding-bottom: 0!important; } @@ -445,7 +440,7 @@ form, .readOnlyContent { text-wrap: none; white-space: nowrap; margin: 0; - padding: 4px 4px 0; + padding: 4px 5px 0; position: absolute; bottom: 0; left: 0; @@ -455,6 +450,14 @@ form, .readOnlyContent { text-shadow: none; } + +.posterViewItemWithDualText .posterViewItemText { + text-align: left; + color: #fff; + padding-top: 5px; + height: 23px; +} + .posterViewItemPrimaryText { bottom: 28px; } @@ -467,18 +470,6 @@ form, .readOnlyContent { @media all and (min-width: 750px) { - .posterViewItemWithDualText { - padding-bottom: 58px; - } - - .posterViewItemText { - padding-top: 5px; - } - - .posterViewItemPrimaryText { - bottom: 29px; - } - .posterViewItem img { max-width: 190px; max-height: 160px; @@ -489,36 +480,35 @@ form, .readOnlyContent { .posterViewItem { font-size: 16px; - padding-bottom: 29px; } - .posterViewItem img { - max-width: 250px; - max-height: 200px; - } + .posterViewItem img { + max-width: 270px; + max-height: 220px; + } } @media all and (min-width: 1920px) { + .posterViewItemText { + height: 25px!important; + } + .posterViewItem { font-size: 18px; - padding-bottom: 33px; + padding-bottom: 29px; } .posterViewItemWithDualText { - padding-bottom: 66px; + padding-bottom: 60px; } .posterViewItemPrimaryText { - bottom: 33px; - } - - .posterViewItemText { - height: 28px; + bottom: 30px; } .posterViewItem img { - max-width: 300px; + max-width: 310px; max-height: 250px; } } @@ -702,20 +692,21 @@ progress { } .userItemRating { - height: 24px; - width: 24px; - margin-right: 1em; - overflow: hidden; - display: inline-block; + height: 24px; + width: 24px; + margin-right: 1em; + overflow: hidden; + display: inline-block; } + .imgUserItemRating { height: 24px; cursor: pointer; } -.imgUserItemRating:hover { - opacity: .5; -} + .imgUserItemRating:hover { + opacity: .5; + } @media all and (min-width: 650px) { .itemImageBlock { @@ -788,9 +779,10 @@ progress { display: inline-block; position: relative; } -#mediaElement.video { - width: 270px; -} + + #mediaElement.video { + width: 270px; + } #nowPlayingBar #mediaInfo, #nowPlayingBar #mediaInfo div { margin-left: 10px; diff --git a/dashboard-ui/scripts/videojsextensions.js b/dashboard-ui/scripts/videojsextensions.js new file mode 100644 index 0000000000..5f282702bb --- /dev/null +++ b/dashboard-ui/scripts/videojsextensions.js @@ -0,0 +1 @@ + \ No newline at end of file