Display filters inline
Archived from the Xataface Users forum.
Martin Dowse — Mon Apr 06, 2009 2:25 am
Hi
I have several filters on one of my table list and calendar view and the appear on separate lines. I’d like them to all be on a single line. Can anyone tell me how to do this?
Thanks.
shannah — Sun Apr 12, 2009 11:07 am
Add the following to the end of your plone.css file (in the xataface dist):
- Code: Select all
div.resultlist-filters ul li { display: inline; list-style-type: none; list-style-image:none} div.resultlist-filters h3 { display: inline; font-size: 12px; color: #444} div.resultlist-filters ul { display: inline}
These rules must have been removed by accident somewhere along the line. I’ve added them back so they’ll be part of the next release.
-Steve
Martin Dowse — Wed Apr 15, 2009 7:56 pm
Thanks Steve
I’ve made the change, cleared browser cache etc; but the filters are still on separate lines. Is there anything else I need to do to turn on the inline function?
Cheers
Martin
Martin Dowse — Thu Apr 16, 2009 11:49 pm
My mistake - index.php was pointing to dataface on the production system.
Thanks.