mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:09:13 +01:00
Fix for bug #414285 - Improper display on home page.
This commit is contained in:
parent
804c40e9d0
commit
988df8a223
@ -4,23 +4,23 @@
|
|||||||
<!--
|
<!--
|
||||||
.event
|
.event
|
||||||
{
|
{
|
||||||
width: 91%
|
width: {event_width}%
|
||||||
color: #{font_color};
|
color: #{font_color};
|
||||||
font-family: {font};
|
font-family: {font};
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
line-height: 220%;
|
line-height: 110%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time
|
.time
|
||||||
{
|
{
|
||||||
width: 9%;
|
width: {time_width}%;
|
||||||
background-image: url('{bg_time_image}');
|
background-image: url('{bg_time_image}');
|
||||||
color: #{font_color};
|
color: #{font_color};
|
||||||
font-family: {font};
|
font-family: {font};
|
||||||
font-size: 65%;
|
font-size: 65%;
|
||||||
line-height: 220%;
|
line-height: 110%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,23 +4,23 @@
|
|||||||
<!--
|
<!--
|
||||||
.event
|
.event
|
||||||
{
|
{
|
||||||
width: 91%
|
width: {event_width}%
|
||||||
color: #{font_color};
|
color: #{font_color};
|
||||||
font-family: {font};
|
font-family: {font};
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
line-height: 220%;
|
line-height: 110%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time
|
.time
|
||||||
{
|
{
|
||||||
width: 9%;
|
width: {time_width}%;
|
||||||
background-image: url('{bg_time_image}');
|
background-image: url('{bg_time_image}');
|
||||||
color: #{font_color};
|
color: #{font_color};
|
||||||
font-family: {font};
|
font-family: {font};
|
||||||
font-size: 65%;
|
font-size: 65%;
|
||||||
line-height: 220%;
|
line-height: 110%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user