From 6baf7b4da2e9bce2b4329d1de9df7dc416a0e157 Mon Sep 17 00:00:00 2001 From: hoergen Date: Mon, 11 Dec 2017 00:03:59 +0100 Subject: [PATCH 1/2] removed avatar and name from month/week and fixed time display --- view/theme/vier/templates/event_head.tpl | 190 +++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 view/theme/vier/templates/event_head.tpl diff --git a/view/theme/vier/templates/event_head.tpl b/view/theme/vier/templates/event_head.tpl new file mode 100644 index 0000000000..c7f9ec3457 --- /dev/null +++ b/view/theme/vier/templates/event_head.tpl @@ -0,0 +1,190 @@ + + + + + + + + + + From 95309fe5c4e06e8930ef68b3e5e7e20997a48375 Mon Sep 17 00:00:00 2001 From: hoergen Date: Mon, 11 Dec 2017 00:16:23 +0100 Subject: [PATCH 2/2] Adjustments events view in timeline/wall --- view/theme/vier/plusminus.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/vier/plusminus.css b/view/theme/vier/plusminus.css index ae022184de..197e18bbea 100644 --- a/view/theme/vier/plusminus.css +++ b/view/theme/vier/plusminus.css @@ -151,6 +151,10 @@ div.jGrowl div.info { content: '# '; } +.event-list:hover { + background-color: white; +} + div.pager, ul.tabs { font-weight: initial; }