Page 1 of 1

Display filters inline

PostPosted: Mon Apr 06, 2009 2:25 am
by Martin Dowse
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.

PostPosted: Sun Apr 12, 2009 11:07 am
by shannah
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

PostPosted: Wed Apr 15, 2009 7:56 pm
by Martin Dowse
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

All good now

PostPosted: Thu Apr 16, 2009 11:49 pm
by Martin Dowse
My mistake - index.php was pointing to dataface on the production system.

Thanks.