Welcome, Guest. Please Login or Register
FET Homepage
   
  HomeHelpSearchLoginRegister  
 
Page Index Toggle Pages: 1
Send Topic Print
CSS td height proportional to slots number. (Read 103 times)
tevi
YaBB Newbies
*
Offline


I Love Free Software!

Posts: 13
CSS td height proportional to slots number.
07/30/10 at 06:58:57
 
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.
Back to top
 
 
IP Logged
 
Silver
Senior Member
****
Offline


I Love YaBB 2!

Posts: 299
Gender: male
Re: CSS td height proportional to slots number.
Reply #1 - 08/02/10 at 02:41:02
 
you can change :
th.yAxis {
  height: 8ex;
}

to

th.yAxis {
  height: 3ex;
}

in CSS.
regards
Back to top
 
 
IP Logged
 
tevi
YaBB Newbies
*
Offline


I Love Free Software!

Posts: 13
Re: CSS td height proportional to slots number.
Reply #2 - 08/03/10 at 09:35:44
 
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.. Wink
Back to top
 
 
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print