1 tilqicom Feb 27, 2011 21:59
3 fplanque Feb 28, 2011 03:24
Note: This feature was designed for small teams.
4 tilqicom Feb 28, 2011 04:32
i can see that..
the categories also goes too long, i could simply use
fieldset#categories {height: 123px; overflow-y: scroll;}
oh wait, i cant, 'cause the fieldset doesnt have a unique id, like every other.
can you make sure the fieldsets, at least the important ones have unique id's, or is there a way that we can set them ?
5 sam2kb Mar 01, 2011 05:37
There are lots of unique IDs and classes
id="fieldset_wrapper_itemform_categories">
id="itemform_categories"
class="extracats"
class="catselect"
6 tilqicom Mar 01, 2011 09:03
sam2kb wrote:
There are lots of unique IDs and classes
id="fieldset_wrapper_itemform_categories"> id="itemform_categories" class="extracats" class="catselect"
in the writing screen yes, but not in other places like post/comments section.
7 sam2kb Mar 01, 2011 16:10
Added to CVS
All filter fieldsets are now collapsed by default
Yes that would be a good idea.