2.0.9 Dark theme, track duration fix

This commit is contained in:
Trevor Squillario 2012-09-30 12:40:29 -04:00
parent 59ffcf7435
commit 3b6b240bce
8 changed files with 228 additions and 44 deletions

View file

@ -59,7 +59,7 @@ function resizeSMSection(x) {
if (smwidth != newsmwidth && newsmwidth > 150 && newsmwidth < 500) {
$('.smsection').css({ 'width': (newsmwidth) + 'px' });
$('.actions').css({ 'width': (newsmwidth - 5) + 'px' });
$('#BottomContainer').css({ 'width': (newsmwidth - 16) + 'px' });
$('#BottomContainer').css({ 'width': (newsmwidth - 23) + 'px' });
$.cookie('defaultsmwidth', newwidth, { expires: 365, path: '/' });
var ulwidth = newsmwidth + 6;
$('#AlbumContainer, #TrackContainer, #PodcastContainer').css({ 'margin-left': ulwidth + 'px' });