From 013178a816865f1e53e9e463a2543efe74d91397 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 16 Jul 2016 18:11:27 -0400 Subject: [PATCH] fix played indicator --- dashboard-ui/css/librarybrowser.css | 33 ++++++----------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index fb8a766be3..b1c94daa49 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -885,6 +885,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { top: 32px; } +.card .playedIndicator { + position: absolute; + top: 5px; + right: 5px; +} + .syncIndicator i { font-size: 180%; } @@ -1158,33 +1164,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { text-decoration: none; } -.itemsListview { - margin: 0 auto !important; - max-width: 1000px; - background-color: transparent !important; - box-shadow: none !important; -} - - .itemsListview .listItem { - border-bottom: 1px solid #2a2a2a; - } - - .itemsListview .ui-li-count { - right: 1em; - top: 70%; - background: rgba(82, 181, 75, .8); - border: 0; - } - - .itemsListview .playedIndicator { - left: 55px; - top: 2px; - } - - .itemsListview .syncIndicator, .itemsListview .pieIndicator { - left: 55px; - } - @media all and (max-width: 1200px) { .listViewUserDataButtons {