[Slim-Checkins] r11832 - in /trunk/server: Changelog6.html HTML/Fishbone/cmdwrappers_Fishbone HTML/Fishbone/skin.css

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Wed Apr 25 20:32:34 PDT 2007


Author: kdf
Date: Wed Apr 25 20:32:34 2007
New Revision: 11832

URL: http://svn.slimdevices.com?rev=11832&view=rev
Log:
Bug: 4910
Description: merge -r11830:11831 from 6.5

Modified:
    trunk/server/Changelog6.html
    trunk/server/HTML/Fishbone/cmdwrappers_Fishbone
    trunk/server/HTML/Fishbone/skin.css

Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=11832&r1=11831&r2=11832&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Wed Apr 25 20:32:34 2007
@@ -46,7 +46,8 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4872">#4872</a> - Installer: Error creating INI entry in Logitech.url</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4891">#4891</a> - "Play this song" and "Add this song to playlist" links are not always visible.</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4902">#4902</a> - BMF: correctly display and follow Windows shortcuts pointing to a drive; fix an issue with the path display on the player interface</li>
-		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4902">#4907</a> - Dark Skin:  Song Info not visible.</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4907">#4907</a> - Dark Skin:  Song Info not visible.</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4910">#4910</a> - Fishbone skin:  Some texts are cut off.</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4924">#4924</a> - Nice to have: Up and Down buttons for PlayList on Dark skin</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4926">#4926</a> - Mac Installer & Preference Pane still shows 6.5.1 should be 6.5.2</li>
 	</ul>

Modified: trunk/server/HTML/Fishbone/cmdwrappers_Fishbone
URL: http://svn.slimdevices.com/trunk/server/HTML/Fishbone/cmdwrappers_Fishbone?rev=11832&r1=11831&r2=11832&view=diff
==============================================================================
--- trunk/server/HTML/Fishbone/cmdwrappers_Fishbone (original)
+++ trunk/server/HTML/Fishbone/cmdwrappers_Fishbone Wed Apr 25 20:32:34 2007
@@ -119,10 +119,10 @@
 		<a name="currentsong"></a>
 	[% END %]
 	[% IF item.infohref %]
-			<a [% item.infohref %] target="browser">[% ( item.text || item.title ) | html %]</a>
+		<a [% item.infohref %] target="browser">[% ( item.text || item.title ) | html %]</a>
 	[% ELSIF item.num || item.num == 0 %]
-			&nbsp;[% item.num + 1 %].&nbsp;
-			<b><a [% PROCESS songinfoItemHRef %] target="browser">[% item.title | html %]</a></b>
+		&nbsp;[% item.num + 1 %].&nbsp;
+		<b><a [% PROCESS songinfoItemHRef %] target="browser">[% item.title | html %]</a></b>
 	[%# browse list items %]
 	[%# no level info means its a music folder item, and check for itemobj to make sure it isn't just a text item %]
 	[% ELSIF item.item || !item.defined('level') && item.itemobj %]

Modified: trunk/server/HTML/Fishbone/skin.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Fishbone/skin.css?rev=11832&r1=11831&r2=11832&view=diff
==============================================================================
--- trunk/server/HTML/Fishbone/skin.css (original)
+++ trunk/server/HTML/Fishbone/skin.css Wed Apr 25 20:32:34 2007
@@ -154,10 +154,11 @@
 .browsedbControls,.playlistControls, .browsedbRightControls {
 	position: absolute;
 	top: 0px;
+	position: absolute;
+	top: 0px;
 	right: 1px;
 	padding: 0px;
 	margin: 0px;
-	float: right;
 	z-index: 100;
 	opacity:1;
 	filter: alpha(opacity=100);
@@ -513,7 +514,7 @@
 	padding: 0px;
 	top: 0px;
 	float: left;
-	width: 5%;
+	width: 4.9%;
 }
 
 #TopMenu1



More information about the checkins mailing list