mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
36 lines
639 B
Smarty
Executable File
36 lines
639 B
Smarty
Executable File
<!-- $Id$ -->
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
.event
|
|
{
|
|
width: {event_width}%
|
|
color: #{font_color};
|
|
font-family: {font};
|
|
font-weight: 100;
|
|
font-size: 80%;
|
|
line-height: 110%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.time
|
|
{
|
|
width: {time_width}%;
|
|
background-image: url('{bg_time_image}');
|
|
background-repeat: repeat;
|
|
border-width: 1;
|
|
color: #{font_color};
|
|
font-family: {font};
|
|
font-size: 65%;
|
|
line-height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
-->
|
|
</style>
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
{row}
|
|
</table>
|
|
|