[Slim-Checkins] r10206 - in /trunk/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:43:47 PDT 2006
Author: kdf
Date: Wed Oct 4 22:43:44 2006
New Revision: 10206
URL: http://svn.slimdevices.com?rev=10206&view=rev
Log:
Bug: 4241
Description: css fix for named playlist
Modified:
trunk/server/Changelog6.html
trunk/server/HTML/Default/playlist.html
trunk/server/HTML/Default/slimserver.css
Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=10206&r1=10205&r2=10206&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Wed Oct 4 22:43:44 2006
@@ -48,6 +48,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: trunk/server/HTML/Default/playlist.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Default/playlist.html?rev=10206&r1=10205&r2=10206&view=diff
==============================================================================
--- trunk/server/HTML/Default/playlist.html (original)
+++ trunk/server/HTML/Default/playlist.html Wed Oct 4 22:43:44 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: trunk/server/HTML/Default/slimserver.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Default/slimserver.css?rev=10206&r1=10205&r2=10206&view=diff
==============================================================================
--- trunk/server/HTML/Default/slimserver.css (original)
+++ trunk/server/HTML/Default/slimserver.css Wed Oct 4 22:43:44 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