From a3c97ddb7c0390c2c13ca6159c1542f65c530993 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 19 Feb 2015 19:34:05 -0500 Subject: [PATCH] search fixes --- dashboard-ui/css/card.css | 2 +- dashboard-ui/css/librarybrowser.css | 6 +++--- dashboard-ui/css/librarymenu.css | 4 ++-- dashboard-ui/css/nowplaying.css | 4 ++-- dashboard-ui/css/search.css | 2 +- dashboard-ui/css/site.css | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 81d757d7c..dd8b8f791 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -20,7 +20,7 @@ left: 0; bottom: 0; background-color: rgba(0, 0, 0, .85); - z-index: 999; + z-index: 998; display: none; } diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 62a35d868..685c9ed6a 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1035,7 +1035,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { right: 2px; bottom: 5px; width: 27px; - z-index: 1000; + z-index: 999; text-align: center; font-size: 13px; display: none; @@ -1080,7 +1080,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { right: 0; height: 55px; background-color: rgba(0, 0, 0, .85); - z-index: 1000; + z-index: 999; text-align: center; padding: 1em; } @@ -1387,7 +1387,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .listItem a + a { background-color: transparent !important; - z-index: 1000; + z-index: 999; } .ui-page-theme-a .listItem:hover a { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index f054ff740..fb140c969 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -114,7 +114,7 @@ position: fixed; right: 0; left: 0; - z-index: 1000; + z-index: 999; top: 0; border-top: 0; border-left: 0; @@ -128,7 +128,7 @@ right: 0; left: 0; top: 50px; - z-index: 1000; + z-index: 999; text-align: center; font-size: 14px; white-space: nowrap; diff --git a/dashboard-ui/css/nowplaying.css b/dashboard-ui/css/nowplaying.css index 87c2e32f8..3f7556c8a 100644 --- a/dashboard-ui/css/nowplaying.css +++ b/dashboard-ui/css/nowplaying.css @@ -21,7 +21,7 @@ bottom: 0; left: 0; right: 0; - z-index: 1000; + z-index: 999; } .chapterMenu { @@ -33,7 +33,7 @@ background-color: rgba(0,0,0,.9); overflow-x: auto; overflow-y: hidden; - z-index: 1001; + z-index: 1000; } .chapterMenuInner { diff --git a/dashboard-ui/css/search.css b/dashboard-ui/css/search.css index 618a5a0d6..055a7fa87 100644 --- a/dashboard-ui/css/search.css +++ b/dashboard-ui/css/search.css @@ -185,7 +185,7 @@ left: 0; right: 0; bottom: 0; - z-index: 1001; + z-index: 1000; border: 0 !important; overflow-x: hidden; overflow-y: auto; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8bae9cc88..722068698 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -316,7 +316,7 @@ h1 .imageLink { } .content-secondary { - z-index: 1000; + z-index: 999; border: 0; display: none; text-align: left; @@ -909,7 +909,7 @@ progress { height: 7px; width: 100%; opacity: .95; - z-index: 1000; + z-index: 999; } .activeDevicesCollapsible .ui-collapsible-content { @@ -958,7 +958,7 @@ progress { height: 5px; width: 100%; opacity: .9; - z-index: 1000; + z-index: 999; position: absolute; }