mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
Changed the size of the time column on the day view a little more and fixed the template.
This commit is contained in:
parent
04e38d6313
commit
797d6e913d
@ -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(
|
||||
|
@ -4,7 +4,7 @@
|
||||
<!--
|
||||
.event
|
||||
{
|
||||
width: {event_width}%
|
||||
width: {event_width}%;
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
|
@ -4,7 +4,7 @@
|
||||
<!--
|
||||
.event
|
||||
{
|
||||
width: {event_width}%
|
||||
width: {event_width}%;
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
|
Loading…
Reference in New Issue
Block a user