Hello, this is a tiny patch so the filter labels can be styled with css. Currently, it is out in the open so there's no way to target it. A simple wrapper fixes this.

Comments

dvessel’s picture

StatusFileSize
new1.09 KB

Ignore the first patch. Snuck in an inline style for debugging..

rjerome’s picture

This is now in the -dev code, however I changed the underscore characters in your class name to hyphens so the new class name looks like this...

class="biblio-current-filters"

Using underscores can be a problem with some browsers.

Ron.

rjerome’s picture

Status: Needs review » Fixed
dvessel’s picture

Thanks. I was going to use hyphens but all the other classes used underscores so I kept it consistent with the rest of the code.

rjerome’s picture

Actually I also noticed that inconsistency when I was making this change. I plan to go through the code and some point soon and change all the underscores to hyphens (not that it really matters I guess, but just to be consistent and avoid upsetting any browsers).

Ron.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.