mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +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
|
||||
{
|
||||
width: 91%
|
||||
width: {event_width}%
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
font-size: 80%;
|
||||
line-height: 220%;
|
||||
line-height: 110%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.time
|
||||
{
|
||||
width: 9%;
|
||||
width: {time_width}%;
|
||||
background-image: url('{bg_time_image}');
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-size: 65%;
|
||||
line-height: 220%;
|
||||
line-height: 110%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -4,23 +4,23 @@
|
||||
<!--
|
||||
.event
|
||||
{
|
||||
width: 91%
|
||||
width: {event_width}%
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
font-size: 80%;
|
||||
line-height: 220%;
|
||||
line-height: 110%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.time
|
||||
{
|
||||
width: 9%;
|
||||
width: {time_width}%;
|
||||
background-image: url('{bg_time_image}');
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-size: 65%;
|
||||
line-height: 220%;
|
||||
line-height: 110%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user