From: Laury GvR Date: Fri, 19 Feb 2016 18:26:11 +0000 (-0500) Subject: Ai1ec top padding and unhide categories X-Git-Tag: v1.0.0^2~160 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=edaf2a2809a607e2a60c2ddef7ecec85efb39323;p=WP-Themes%2FDiscoverKZOO.git Ai1ec top padding and unhide categories --- 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