FET Forum

FET Development => Suggestions => Topic started by: tevi on July 30, 2010, 01:58:57 PM

Title: CSS td height proportional to slots number.
Post by: tevi on July 30, 2010, 01:58:57 PM
For print in one page TT with short time periods we need to change td_height and make it little. Perhaps fet can write for default a value depending on the number of periods in a day user deffined.

Another nice thing will be write a CSS preferences dialog, but I suppose it's harder.

PS: Write this css file and use html for output were a very good idea.
Title: Re: CSS td height proportional to slots number.
Post by: Silver on August 02, 2010, 09:41:02 AM
you can change :
th.yAxis {
  height: 8ex;
}

to

th.yAxis {
  height: 3ex;
}

in CSS.
regards
Title: Re: CSS td height proportional to slots number.
Post by: tevi on August 03, 2010, 04:35:44 PM
Yes, I knew this.

I told about FET writing this value depending on the # of slots.

This is the only value I have to modify each time I want to print a timetable. Just 20 seconds.. ;)