Index: HTML/Default/slimserver.css =================================================================== --- HTML/Default/slimserver.css (revision 10071) +++ HTML/Default/slimserver.css (working copy) @@ -80,11 +80,16 @@ white-space: nowrap; } -#currentPlaylistLabel, #currentPlaylistCommands { +#currentPlaylistLabel { position: relative; left: 9px; } +#currentPlaylistCommands { + position: absolute; + right: 9px; +} + .homeMenuSection div, .settingSection div, #playingStatus, #currentPlaylistLabel { color: #737373; } Index: HTML/Default/playlist.html =================================================================== --- HTML/Default/playlist.html (revision 10071) +++ HTML/Default/playlist.html (working copy) @@ -12,10 +12,8 @@
[% IF playercount == '0' %] [% ELSE %] -
- [% "CURRENT_PLAYLIST" | string %][% "COLON" | string %][% img = '' %][% IF cansave %][% PROCESS savePlaylistLink %] | [% END %][% PROCESS downloadPlaylistLink %] | [% PROCESS clearPlaylistLink %] - [% IF current_playlist %][% current_playlist_name %] [% IF current_playlist_modified %]([% "MODIFIED" | string %])[% END %][% END %] -
+ [% "CURRENT_PLAYLIST" | string %][% "COLON" | string %][% IF current_playlist %][% current_playlist_name %] [% IF current_playlist_modified %]([% "MODIFIED" | string %])[% END %][% END %] + [% img = '' %][% IF cansave %][% PROCESS savePlaylistLink %] | [% END %][% PROCESS downloadPlaylistLink %] | [% PROCESS clearPlaylistLink %] [% END %] [% IF pageinfo.totalpages && pageinfo.totalpages > 1 %][% PROCESS pagebar %][% END %]