[Slim-Checkins] r10207 - in /branches/6.5/server: Changelog6.html
HTML/Default/playlist.html HTML/Default/slimserver.css
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Wed Oct 4 22:47:11 PDT 2006
Author: kdf
Date: Wed Oct 4 22:47:09 2006
New Revision: 10207
URL: http://svn.slimdevices.com?rev=10207&view=rev
Log:
Bug: 4241
Description: css update to fix named playlist, merge -r10205:10206 from trunk
Modified:
branches/6.5/server/Changelog6.html
branches/6.5/server/HTML/Default/playlist.html
branches/6.5/server/HTML/Default/slimserver.css
Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=10207&r1=10206&r2=10207&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Wed Oct 4 22:47:09 2006
@@ -54,6 +54,7 @@
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4221">#4221</a> - 6.5 crashes on artist breadcrumb</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4228">#4228</a> - Fishbone skin status doesn't update from an empty playlist</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4237">#4237</a> - in Help > Internet Radio there is a dead link to Settings</li>
+ <li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4241">#4241</a> - new css default skin inserts playlist name next to 'the current playlist' looks weird</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4242">#4242</a> - changing the name of a player while it's playing audio causes a skip</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4245">#4245</a> - Pressing PLAY on top level browse pushes right</li>
<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4270">#4270</a> - Server Information on SB - two items muddled up</li>
Modified: branches/6.5/server/HTML/Default/playlist.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Default/playlist.html?rev=10207&r1=10206&r2=10207&view=diff
==============================================================================
--- branches/6.5/server/HTML/Default/playlist.html (original)
+++ branches/6.5/server/HTML/Default/playlist.html Wed Oct 4 22:47:09 2006
@@ -12,10 +12,8 @@
<div id="playList">
[% IF playercount == '0' %]
[% ELSE %]
- <div id="currentPlaylistLabel">
- [% "CURRENT_PLAYLIST" | string %][% "COLON" | string %]<span id="currentPlaylistCommands">[% img = '' %][% IF cansave %][% PROCESS savePlaylistLink %] <span class="bar">|</span> [% END %][% PROCESS downloadPlaylistLink %] <span class="bar">|</span> [% PROCESS clearPlaylistLink %]
- [% IF current_playlist %][% current_playlist_name %] [% IF current_playlist_modified %]([% "MODIFIED" | string %])[% END %][% END %]
- </span></div>
+ <span id="currentPlaylistLabel">[% "CURRENT_PLAYLIST" | string %][% "COLON" | string %][% IF current_playlist %][% current_playlist_name %] [% IF current_playlist_modified %]([% "MODIFIED" | string %])[% END %][% END %]</span>
+ <span id="currentPlaylistCommands">[% img = '' %][% IF cansave %][% PROCESS savePlaylistLink %] <span class="bar">|</span> [% END %][% PROCESS downloadPlaylistLink %] <span class="bar">|</span> [% PROCESS clearPlaylistLink %]</span>
[% END %]
[% IF pageinfo.totalpages && pageinfo.totalpages > 1 %][% PROCESS pagebar %][% END %]
<div class="browsedbList">
Modified: branches/6.5/server/HTML/Default/slimserver.css
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Default/slimserver.css?rev=10207&r1=10206&r2=10207&view=diff
==============================================================================
--- branches/6.5/server/HTML/Default/slimserver.css (original)
+++ branches/6.5/server/HTML/Default/slimserver.css Wed Oct 4 22:47:09 2006
@@ -80,9 +80,14 @@
white-space: nowrap;
}
-#currentPlaylistLabel, #currentPlaylistCommands {
+#currentPlaylistLabel {
position: relative;
left: 9px;
+}
+
+#currentPlaylistCommands {
+ position: absolute;
+ right: 9px;
}
.homeMenuSection div, .settingSection div, #playingStatus, #currentPlaylistLabel {
More information about the checkins
mailing list