Changed the size of the time column on the day view a little more and fixed the template.

This commit is contained in:
skeeter 2001-05-05 04:47:26 +00:00
parent 04e38d6313
commit 797d6e913d
3 changed files with 6 additions and 6 deletions

View File

@ -1362,22 +1362,22 @@ class calendar extends calendar_
{
if($t_format == '12')
{
$time_width=26;
$time_width=12;
}
else
{
$time_width=26;
$time_width=8;
}
}
else
{
if($t_format == '12')
{
$time_width=20;
$time_width=11;
}
else
{
$time_width=14;
$time_width=7;
}
}
$var = Array(

View File

@ -4,7 +4,7 @@
<!--
.event
{
width: {event_width}%
width: {event_width}%;
color: #{font_color};
font-family: {font};
font-weight: 100;

View File

@ -4,7 +4,7 @@
<!--
.event
{
width: {event_width}%
width: {event_width}%;
color: #{font_color};
font-family: {font};
font-weight: 100;