Posted by dvessel on April 9, 2008 at 11:06pm
| Project: | Bibliography Module |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| filter_results_label_wrap.patch | 1.08 KB |
Comments
#1
Ignore the first patch. Snuck in an inline style for debugging..
#2
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.
#3
#4
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.
#5
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.
#6
Automatically closed -- issue fixed for two weeks with no activity.