Hey tricky, first off a huge THANK YOU for this theme, it is a huge improvement over the default UI as others have mentioned.
I did experience some issues with the installation, like the scrunched top bar and a few other minor issues.
To fix the top bar, I had to delete the subsonic/jetty/###/jsp folder and clear my cache as stated earlier in the thread.
My calendar was displaying the month to the left like pdcorcoran's screenshot, I fixed this by opening script/jscal2.js and changing the following:
- Code: Select all
"<table class='DynarchCalendar-titleCont'"
to
- Code: Select all
"<table class='DynarchCalendar-titleCont' style='margin:auto'"
This will fix the issue for any theme that has the problem...
After researching, this same thing can be accomplished by adding this line to outlook_black.css- Code: Select all
.DynarchCalendar-titleCont { margin: auto; }
This will fix the issue for only the outlook_black theme...
I made a LOT of other changes to the theme... not sure how I can post them, but here's what I've modified:
- left.jsp: Removed "dotbars" div elements which did not render properly.
- left.jsp: "Shortcuts", "Internet TV\Radio" changed to accordion style at the top of list.
- left.jsp: "Music Count\Index" changed to accordion style at the bottom of list.
- left.jsp: "Folder List" and "Album List Size" dropdown styles modified.
- outlook_black.css: Lots of miscellaneous margin and padding adjustments and other changes.
- outlook_black.css: Modified player controls hover style (solidblockmenu li a:hover).
- outlook_black.css: Added "searchboxcenter" div that dynamically centers but can be anchored using "float:left"
- home.jsp, home_searchbox.jsp: Added javascript functions to preserve 'Home' album list size, type and offset settings.
- home.jsp, main.jsp, settingsHeader.jsp: Added str:capitalize tags to set title case to categories, play options and settings links.
- home.jsp: Changed playcount string "Played 1 songs" to "Played 1 song". Changed lastplayed string 'Played MM/DD/YYYY" to "Last played MM/DD/YYYY"
- main.jsp: Changed playcount string "Played 1 times" to "Played Once".
- main.jsp: Search links are now icons and changed to "float:right".
- main.jsp: Search urls use Google "site:site.com" and "I'm Feeling Lucky" (seems to provide more accurate results)
- home_searchbox.jsp: Removed album navigation controls when list type 'users' selected.
- home_searchbox.jsp, main_searchbox.jsp, changeCoverArt.jsp: Adjusted pagination links div placement and alignment.
- main_searchbox.jsp: Removed 'Other Albums" div when no other albums available.
- changeCoverArt.jsp: Modified to always show "Previous" and "Next" links (set to "#" when at the first or last page).
- changeCoverArt.jsp: Miscellaneous margin and padding adjustments.
- podcastReceiver.jsp, settingsHeader.jsp, status.jsp, help.jsp, db.jsp: Added searchbox header and changed control placement and alignment.
- shareSettings.jsp: Fixed to show all settings for admin users (preserves settingsHeader.jsp).
- help.jsp: Centered tables and log files information.
- playlist.jsp: Adjusted playlist solidblockmenu controls to "float:right"
- top.jsp: Removed javascript topimg onmouseover switching and uses :hover instead.
- minisub: updated to latest version released 9/17/2011
There are still a few other items on my 'todo' list, like cleaning up 'more.jsp' , 'donate.jsp' and 'db.jsp' and a few other miscellaneous things...
I've only made these changes to the 'outlook_black" theme and do not plan to make the changes to the silver or blue versions (since I can't remember what exactly changed....)
Not sure if anyone is interested in these changes, but I figured I would post the changes I've made to hopefully work towards being able to release the updated version...
I can post new screenshots if any interest, just say so..
Also, just a note... I use Chrome browser primarily, and I am not sure if I broke the way Firefox renders the pages, but it doesn't look as nice in Firefox as it does Chrome...