Bug 4393 - Dark Skin displays albums in Gallery view in a single column
: Dark Skin displays albums in Gallery view in a single column
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Skins
: 6.5.1
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-10-18 11:36 UTC by Dan Evans
Modified: 2008-12-18 11:11 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
Screenshot of what customer is seeing in the Dark Skin (114.83 KB, image/png)
2006-10-18 11:37 UTC, Dan Evans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Evans 2006-10-18 11:36:51 UTC
(reference tmid 10526)  

From customer:  "I guess you will  fix it but just to get it on the radar The "dark" interface (My favorite) is broken in 6.5.0.  The Albums display one to a line not across the page as for other interfaces."

From Dan E:  I tried clearing his browser cache as well as deleting his Cache folder, but no change.  I also had him upgrade to 6.5.1 after completely removing 6.5.0.  No change.
Comment 1 Dan Evans 2006-10-18 11:37:31 UTC
Created attachment 1654 [details]
Screenshot of what customer is seeing in the Dark Skin
Comment 2 KDF 2006-10-18 13:59:00 UTC
IE?

and does EN do the same?  (they use same templates, just not same css)
Comment 3 KDF 2006-10-18 14:27:47 UTC
we need to add this block to EN/standardheader.html so that all skins will have the IE hack:

<!--[if IE]>
<style type="text/css">
	body {width: 97%;}
	.thumbwrap li, .thumbwrap {
		display: inline;
		height: 0;
		he\ight: auto;
	}
	.browsedbControls {
		padding-right: 20px;
	}
	.playlistControls {
		padding-right: 8px;
	}
</style>
<![endif]-

I can take a closer look later to see if maybe some of this isn't needed.
Comment 4 KDF 2006-10-18 18:48:14 UTC
fixed in trunk at change 10401, and 6.5.1 at change 10402
cache will need to be cleared again (nasty css is sticky), but it should work now.
reopen if there are any issues.