${TabCollections}
diff --git a/dashboard-ui/css/images/items/folders/home.png b/dashboard-ui/css/images/items/folders/home.png
new file mode 100644
index 0000000000..c1295ea443
Binary files /dev/null and b/dashboard-ui/css/images/items/folders/home.png differ
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css
index 3a053f1af0..bbf6823f63 100644
--- a/dashboard-ui/css/librarybrowser.css
+++ b/dashboard-ui/css/librarybrowser.css
@@ -17,7 +17,7 @@
}
.backdropPage {
- background-color: rgba(0, 0, 0, .85)!important;
+ background-color: rgba(0, 0, 0, .87)!important;
}
.backdropContainer {
@@ -68,6 +68,10 @@
max-width: 750px;
}
+.homePageSection + .homePageSection {
+ margin-top: 3em;
+}
+
@media all and (min-width: 1000px) {
.ehsContent {
diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css
index b3fd9d8300..c9ca5bb246 100644
--- a/dashboard-ui/css/librarymenu.css
+++ b/dashboard-ui/css/librarymenu.css
@@ -28,10 +28,10 @@
bottom: 0;
vertical-align: middle;
text-align: center;
- border: 1px solid #1b1b1b!important;
- cursor: pointer;
+ border: 0!important;
outline: none;
padding: 0 20px;
+ cursor: pointer;
}
.headerButton img {
@@ -44,7 +44,6 @@
}
.headerButtonLeft {
- border-width: 0 1px 0 0 !important;
float: left;
padding: 0 15px;
}
@@ -52,30 +51,33 @@
.headerButtonRight {
border-width: 0 !important;
float: left;
- border-width: 0 0 0 1px !important;
+ padding: 0 18px;
}
.headerButtonRight:first-child {
border-width: 0 !important;
}
-.desktopHomeLink {
- color: #ddd !important;
- text-decoration: none;
- font-weight: 400!important;
- font-size: 15px;
- border-right: 0 !important;
-}
-
- .desktopHomeLink span {
- vertical-align: middle;
- }
-
.libraryMenuButton {
left: 0;
opacity: .8;
}
+.libraryMenuButtonText {
+ color: #fff !important;
+ text-decoration: none;
+ font-weight: 400!important;
+ font-size: 15px;
+}
+
+
+
+.libraryMenuButtonText {
+ display: inline-block;
+ vertical-align: middle;
+ margin-left: .5em;
+}
+
.viewMenuBar {
font-weight: bold;
position: fixed;
@@ -141,12 +143,16 @@
vertical-align: middle;
}
-.viewMenuTextLink:hover, .libraryMenuButton:hover {
+.viewMenuTextLink:hover {
background-color: #38c;
color: #fff!important;
opacity: 1;
}
+.libraryMenuButton:hover {
+ opacity: .6;
+}
+
.headerButtonRight:hover {
opacity: .5;
}
@@ -180,6 +186,11 @@
background-position: 16px 8px;
}
+.homeViewMenu {
+ background-image: url(images/items/folders/home.png);
+ background-position: 16px 9px;
+}
+
.tvshowsViewMenu {
background-image: url(images/items/folders/tv.png);
background-position: 16px 8px;
@@ -292,7 +303,7 @@
@media all and (max-width: 600px) {
- .desktopHomeLink {
+ .libraryMenuButtonText {
display: none;
}
diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html
index 1f74c7da8f..0f35c04f56 100644
--- a/dashboard-ui/editcollectionitems.html
+++ b/dashboard-ui/editcollectionitems.html
@@ -4,7 +4,7 @@
${TitleMediaBrowser}
-