From edaf2a2809a607e2a60c2ddef7ecec85efb39323 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 19 Feb 2016 13:26:11 -0500 Subject: [PATCH] Ai1ec top padding and unhide categories --- css/app.css | 5 ++++- scss/plugins/_ai1ec.scss | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index ec2144f..79b15a4 100644 --- a/css/app.css +++ b/css/app.css @@ -7027,7 +7027,7 @@ header { .page-front .ai1ec-stream-view .ai1ec-event-title { line-height: 0.8; } -.timely.ai1ec-calendar-toolbar, .timely .ai1ec-subscribe-container, .timely .ai1ec-agenda-buttons { +.timely .ai1ec-subscribe-container, .timely .ai1ec-agenda-buttons { display: none; } .page-front .ai1ec-stream-view .ai1ec-date-title a { @@ -7038,6 +7038,9 @@ header { .ai1ec-calendar-title, .ai1ec-calendar-title-short { font-size: 9px !important; } +#ai1ec-calendar { + padding: 20px 0; } + #blog-feed-front .blog-feed-img { margin-bottom: 17px; } #blog-feed-front .blog-feed-img img { diff --git a/scss/plugins/_ai1ec.scss b/scss/plugins/_ai1ec.scss index 936c5e2..27c2e64 100644 --- a/scss/plugins/_ai1ec.scss +++ b/scss/plugins/_ai1ec.scss @@ -16,7 +16,6 @@ line-height: 0.8; } .timely { - &.ai1ec-calendar-toolbar, .ai1ec-subscribe-container, .ai1ec-agenda-buttons{ display: none; @@ -30,3 +29,6 @@ .ai1ec-calendar-title, .ai1ec-calendar-title-short { font-size: 9px !important; } +#ai1ec-calendar { + padding: 20px 0; +} \ No newline at end of file -- 2.17.1