diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 9caa29de0b..c854ce65b4 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -35,6 +35,8 @@ padding: 0; border-spacing: 0; border-collapse: collapse; + margin: 0 auto; + max-width: 1540px; } .ehsContent td { @@ -42,6 +44,10 @@ border-spacing: 0; } +.squareEhsContent { + max-width: 1420px; +} + .detailPageContent { margin: 0 auto; padding: 0; @@ -330,7 +336,7 @@ a.itemTag:hover { } .lnkPreviousItem { - left: 210px; + left: 10px; } .lnkNextItem { @@ -474,7 +480,6 @@ a.itemTag:hover { .libraryPanelHeader span { color: #fff; vertical-align: middle; - font-size: 16px; font-weight: 300; } @@ -498,12 +503,6 @@ a.itemTag:hover { font-family: 'Open Sans', Arial, Helvetica, sans-serif; } -.desktopHomeLink img { - height: 24px; - vertical-align: middle; - margin-right: 5px; -} - .detailImageProgressContainer { position: absolute; bottom: 10px; @@ -856,6 +855,7 @@ a.itemTag:hover { } .itemsContainer { + text-align: center; } .timelineItemsContainer { @@ -1130,11 +1130,11 @@ a.itemTag:hover { padding: 1em 1em 1em 170px; } -.spotlightContentInner p { - max-height: 130px; - overflow: hidden; - text-overflow: ellipsis; -} + .spotlightContentInner p { + max-height: 130px; + overflow: hidden; + text-overflow: ellipsis; + } .rightSpotlightContent .spotlightContentInner { padding: 195px 1em 1em 1em; diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 3152e792a6..235ffa09b9 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -6,22 +6,6 @@ padding-top: 102px !important; } -.desktopLibraryMenu { - position: fixed; - left: 0; - z-index: 1001; - top: 53px; - width: 200px; - min-height: 100px; - border-bottom-right-radius: 5px; - padding-bottom: 10px; - background-color: rgba(0,0,0,.6); -} - -.metadataEditorPage .desktopLibraryMenu { - display: none; -} - .libraryMenuDivider { height: 1px; background: #333; @@ -52,7 +36,8 @@ } .viewMenuLink:hover { - background-color: #555; + background-color: #52B54B; + color: #fff!important; } .viewMenuBar .btnCurrentUser { @@ -142,10 +127,6 @@ background-color: rgba(51,136,204,.8)!important; } -.ui-panel.ui-body-b { - background-color: #181818; -} - .libraryViewNav { height: 48px; overflow: hidden; @@ -158,6 +139,10 @@ background-color: #181818; } +.ui-panel.ui-body-b { + background-color: #181818; +} + .libraryViewNavInner { text-align: center; font-size: 14px; @@ -206,38 +191,22 @@ @media all and (min-width: 1099px) { - .libraryMenuButton { - display: none; - } - - .libraryPage:not(.itemDetailPage):not(.metadataEditorPage) { + /*.type-home { left: 215px !important; width: auto !important; right: 0 !important; - } + }*/ .viewSettings { padding-left: .4em; } } -@media all and (max-width: 1099px) { +@media all and (max-width: 459px) { .desktopHomeLink { display: none; } - - .desktopLibraryMenu { - display: none; - } - - .viewSettings { - text-align: center; - } - - .itemsContainer { - text-align: center; - } } @media all and (min-width: 750px) { diff --git a/dashboard-ui/livetvguide.html b/dashboard-ui/livetvguide.html index d9bfe4a356..93ce45ae8e 100644 --- a/dashboard-ui/livetvguide.html +++ b/dashboard-ui/livetvguide.html @@ -27,16 +27,16 @@
diff --git a/dashboard-ui/musicrecommended.html b/dashboard-ui/musicrecommended.html
index 2894244679..6f1256f1d3 100644
--- a/dashboard-ui/musicrecommended.html
+++ b/dashboard-ui/musicrecommended.html
@@ -15,7 +15,7 @@
${TabMusicVideos}
-
|