Recent Topics

1 Aug 24, 2005 18:13    

When I go into the backend to make a new post - that page that displays has the recursive list of categories over to the right side - except I have so many categories I have to scroll the list alot and this kinda bogs the posting time down - I looked in alot of pages to see where the size dimensions of the category window is - but couldn't find it. I'd like to increase it -

does anyone have any idea on how to do this? Or could you at least point me at a file or two where this box might get generated?

2 Aug 24, 2005 18:25

Find the desert.css file. Edit this part:

fieldset.extracats div.extracats {
	/* border: 1px solid #f00; */
	height: 44ex;
	overflow: auto;
	padding: 0 1ex 0 0;
	margin: 0 0 0 0;
}

Change the height to whatever works for you. :)

3 Aug 24, 2005 18:28

admin/_edit_form.php and search for "START RECURSIVE CAT LIST".

4 Aug 24, 2005 18:49

That did it thanks muchly!

:D


Form is loading...