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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | filter_results_label_wrap_b.patch | 1.09 KB | dvessel |
| filter_results_label_wrap.patch | 1.08 KB | dvessel |
Comments
Comment #1
dvessel commentedIgnore the first patch. Snuck in an inline style for debugging..
Comment #2
rjerome commentedThis 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...
Using underscores can be a problem with some browsers.
Ron.
Comment #3
rjerome commentedComment #4
dvessel commentedThanks. I was going to use hyphens but all the other classes used underscores so I kept it consistent with the rest of the code.
Comment #5
rjerome commentedActually 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.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.