Bugzilla – Bug 4393
Dark Skin displays albums in Gallery view in a single column
Last modified: 2008-12-18 11:11:39 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.
Created attachment 1654 [details] Screenshot of what customer is seeing in the Dark Skin
IE? and does EN do the same? (they use same templates, just not same css)
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.
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.