Fixed missing CSS for li-tags of calendar
This commit is contained in:
@@ -31,9 +31,9 @@
|
|||||||
<!-- IF S_DISPLAY_EVENTS -->
|
<!-- IF S_DISPLAY_EVENTS -->
|
||||||
<hr class="dashed" />
|
<hr class="dashed" />
|
||||||
<div class="menutitle" style="font: bold 12px 'Trebuchet MS','Lucida Grande',Arial,sans-serif; text-decoration: underline;">{L_CURRENT_EVENTS}:</div>
|
<div class="menutitle" style="font: bold 12px 'Trebuchet MS','Lucida Grande',Arial,sans-serif; text-decoration: underline;">{L_CURRENT_EVENTS}:</div>
|
||||||
<ul>
|
<ul class="portal-events">
|
||||||
<!-- BEGIN cur_events -->
|
<!-- BEGIN cur_events -->
|
||||||
<li class="row" style="border-top: 0px;">
|
<li class="row">
|
||||||
<dl class="icon">
|
<dl class="icon">
|
||||||
<dt style="width: 100%; padding-left: 0px; padding-bottom: 5px;">
|
<dt style="width: 100%; padding-left: 0px; padding-bottom: 5px;">
|
||||||
<!-- IF cur_events.EVENT_URL --><a href="{cur_events.EVENT_URL}" title="{cur_events.EVENT_TITLE}"><!-- ENDIF -->
|
<!-- IF cur_events.EVENT_URL --><a href="{cur_events.EVENT_URL}" title="{cur_events.EVENT_TITLE}"><!-- ENDIF -->
|
||||||
@@ -51,20 +51,20 @@
|
|||||||
<li class="calendar-info"><span style="float:left;" class="gensmall"><strong>{L_NO_CUR_EVENTS}</strong></span><br /></li>
|
<li class="calendar-info"><span style="float:left;" class="gensmall"><strong>{L_NO_CUR_EVENTS}</strong></span><br /></li>
|
||||||
<!-- END cur_events -->
|
<!-- END cur_events -->
|
||||||
</ul>
|
</ul>
|
||||||
<hr style="margin: 10px 0; border-top: 0;" />
|
<hr style="margin: 5px 0; border-top: 0;" />
|
||||||
<div class="menutitle" style="font: bold 12px 'Trebuchet MS','Lucida Grande',Arial,sans-serif; text-decoration: underline;">{L_UPCOMING_EVENTS}:</div>
|
<div class="menutitle" style="font: bold 12px 'Trebuchet MS','Lucida Grande',Arial,sans-serif; text-decoration: underline;">{L_UPCOMING_EVENTS}:</div>
|
||||||
<ul>
|
<ul class="portal-events">
|
||||||
<!-- BEGIN upcoming_events -->
|
<!-- BEGIN upcoming_events -->
|
||||||
<li class="row" style="border-top: 0px;">
|
<li class="row">
|
||||||
<dl class="icon">
|
<dl class="icon">
|
||||||
<dt style="width: 100%; padding-left: 0px; padding-bottom: 5px;">
|
<dt style="width: 100%; padding-left: 0px; padding-bottom: 5px;">
|
||||||
<!-- IF upcoming_events.EVENT_URL --><a href="{upcoming_events.EVENT_URL}" title="{upcoming_events.EVENT_TITLE}"><!-- ENDIF -->
|
<!-- IF upcoming_events.EVENT_URL --><a href="{upcoming_events.EVENT_URL}" title="{upcoming_events.EVENT_TITLE}"><!-- ENDIF -->
|
||||||
<span style="font-weight: bold;">{upcoming_events.EVENT_TITLE}:</span><br />
|
<span style="font-weight: bold;">{upcoming_events.EVENT_TITLE}:</span><br />
|
||||||
|
<!-- IF upcoming_events.EVENT_DESC --><span style="font-style: italic;">{upcoming_events.EVENT_DESC}</span><br /><!-- ENDIF -->
|
||||||
<!-- IF not upcoming_events.ALL_DAY and not upcoming_events.END_TIME -->{L_EVENT_TIME}: {upcoming_events.START_TIME}<br />
|
<!-- IF not upcoming_events.ALL_DAY and not upcoming_events.END_TIME -->{L_EVENT_TIME}: {upcoming_events.START_TIME}<br />
|
||||||
<!-- ELSEIF not upcoming_events.ALL_DAY and upcoming_events.END_TIME -->{L_EVENT_START}: {upcoming_events.START_TIME}<br />{L_EVENT_END}: {upcoming_events.END_TIME}<br />
|
<!-- ELSEIF not upcoming_events.ALL_DAY and upcoming_events.END_TIME -->{L_EVENT_START}: {upcoming_events.START_TIME}<br />{L_EVENT_END}: {upcoming_events.END_TIME}<br />
|
||||||
<!-- ELSE -->{L_EVENT_TIME}: {upcoming_events.START_TIME}<br />{L_EVENT_ALL_DAY}<br />
|
<!-- ELSE -->{L_EVENT_TIME}: {upcoming_events.START_TIME}<br />{L_EVENT_ALL_DAY}<br />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF upcoming_events.EVENT_DESC --><span style="font-style: italic;">{upcoming_events.EVENT_DESC}</span><!-- ENDIF -->
|
|
||||||
<!-- IF upcoming_events.EVENT_URL --></a><!-- ENDIF -->
|
<!-- IF upcoming_events.EVENT_URL --></a><!-- ENDIF -->
|
||||||
</dt>
|
</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|||||||
@@ -53,4 +53,10 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
|
|||||||
|
|
||||||
.calendar-info {
|
.calendar-info {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-events li.row
|
||||||
|
{
|
||||||
|
border-top: 0px;
|
||||||
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user