mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +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')
|
if($t_format == '12')
|
||||||
{
|
{
|
||||||
$time_width=26;
|
$time_width=12;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$time_width=26;
|
$time_width=8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if($t_format == '12')
|
if($t_format == '12')
|
||||||
{
|
{
|
||||||
$time_width=20;
|
$time_width=11;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$time_width=14;
|
$time_width=7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$var = Array(
|
$var = Array(
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<!--
|
<!--
|
||||||
.event
|
.event
|
||||||
{
|
{
|
||||||
width: {event_width}%
|
width: {event_width}%;
|
||||||
color: #{font_color};
|
color: #{font_color};
|
||||||
font-family: {font};
|
font-family: {font};
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<!--
|
<!--
|
||||||
.event
|
.event
|
||||||
{
|
{
|
||||||
width: {event_width}%
|
width: {event_width}%;
|
||||||
color: #{font_color};
|
color: #{font_color};
|
||||||
font-family: {font};
|
font-family: {font};
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
|
Loading…
Reference in New Issue
Block a user