Bug 2914 - Browsing artwork/albums/artists/etc. pages are all bold & linked.
: Browsing artwork/albums/artists/etc. pages are all bold & linked.
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.5b1
: Other Linux (other)
: P2 minor (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-01 12:56 UTC by Robin Rainton
Modified: 2006-02-01 18:48 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Rainton 2006-02-01 12:56:52 UTC
In the older versions of Slimserver, when browsing artwork/albums/artists/etc. the page browser (at top & bottom of current page) would show bold for the range that appear on the current page.

Ie. you're looking at albums A-D, at the bottom of the page A-Z are listed and A-D should be bold with no link, the rest should be standard weight and linked.

I notice when upgrading to 6.5b1 - 5998 - Linux - EN - utf8 that all letters (& numbers where applicable) are bold and have links.
Comment 1 KDF 2006-02-01 13:38:46 UTC
looks like the slimserver.css for pagebar is overriding the bold tags in the actual pagebar. adding this to slimserver.css should fix it:

.pagebar {
	font-weight: normal !important;
}
Comment 2 Robin Rainton 2006-02-01 14:42:04 UTC
Yes, that works. Of course the whole section now reads:

.pagebar {
        clear: left;
        margin-left:2px;
        margin-top:0px;
        font-weight: normal !important;
}

This is in ./HTML/Default/slimserver.css so presume there are other places it belongs too.
Comment 3 KDF 2006-02-01 18:48:34 UTC
committed to trunk at change 6010