display recording groups

This commit is contained in:
Luke Pulverenti
2013-12-28 16:37:01 -05:00
parent 6d15c55327
commit 04a52bcd6d
8 changed files with 112 additions and 54 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* Now playing bar */
.nowPlayingBar {
padding: 6px 0 12px 0;
padding: 6px 0 15px 0;
border-top: 2px solid green;
}
+3 -1
View File
@@ -62,9 +62,11 @@
overflow: hidden;
text-wrap: none;
white-space: nowrap;
padding: 5px 5px 4px;
padding: 5px 4px 4px;
background-color: #222;
text-shadow: none;
font-size: 14px;
font-weight: 300;
}
.posterItemTextOverlay {