From 7db86a4e0505235b154a1121835861b0b6a76581 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 28 Nov 2015 14:47:17 +0100 Subject: css fixes --- view/tpl/event_item_content.tpl | 6 +++--- view/tpl/event_item_header.tpl | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/event_item_content.tpl b/view/tpl/event_item_content.tpl index 868e5ad27..76e0f4616 100644 --- a/view/tpl/event_item_content.tpl +++ b/view/tpl/event_item_content.tpl @@ -1,10 +1,10 @@ {{if $description}} -
+
{{$description}}
{{/if}} {{if $location}} -
- {{$location_label}} {{$location}} +
+ {{$location_label}} {{$location}}
{{/if}} diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl index 70ddfd808..9547676e9 100755 --- a/view/tpl/event_item_header.tpl +++ b/view/tpl/event_item_header.tpl @@ -1,11 +1,11 @@ -
+

 {{$title}}

-
- {{$dtstart_label}} {{$dtstart_dt}} +
+ {{$dtstart_label}} {{$dtstart_dt}}
{{if $finish}} -
- {{$dtend_label}} {{$dtend_dt}} +
+ {{$dtend_label}} {{$dtend_dt}}
{{/if}} -- cgit v1.2.3