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