PDA


View Full Version : Module sizes


attroll
08-24-2007, 02:32 PM
For some reason I noticed that my calendar module us a little bigger then all my other modules. Is there a setting for this. I would like my modules to all be the same size. How can I make this happen?

Brian
08-25-2007, 01:58 PM
There's not really an easy way to make the calendar any smaller. The size of it is going to depend on things like your padding and font sizes in your style.

attroll
08-25-2007, 02:25 PM
There's not really an easy way to make the calendar any smaller. The size of it is going to depend on things like your padding and font sizes in your style.
I don't care about the caledar getting smaller. How about have the other modules matching the calendar size?

Brian
08-25-2007, 03:12 PM
The best way would probably be to expand the width of the column(s) that the calendar is active in so that the other modules will be able to fill in that extra space as well.

HenrikHansen
08-25-2007, 05:16 PM
Expanding the column width is a fine solution for sites with liquid styles,
but as you know Brian, it may nok work for sites with fixed styles for these reasons:

the browsecategory template has the A-Z box which does not shrink much
the showentry template has (when user logged in) a reply box which does not shrink either.
Result: tables expand /design broken.

A solution might be to add indiviual CSS-classes to the calendar for those
who want to avoid their fixed-width tables expand.

attroll
08-25-2007, 08:01 PM
The best way would probably be to expand the width of the column(s) that the calendar is active in so that the other modules will be able to fill in that extra space as well.
How would I do that. I do not see any option for this in the Admincp like CMPS has.

Let me show you what I mean. I have two installs of this on my web site.
The first one has the modules smalled then the calendar and the second one has them so that they are the same size as the calendar.

I can not find where I did anything different. Where can I do to make the second one like the first one?

http://www.whiteblaze.net/journals/browsecategory.php?c=13
http://www.whiteblaze.net/section/browsecategory.php?c=2

attroll
08-25-2007, 10:53 PM
Never mind Brian. I found my mistake and fixed it. Sorry to bother you.