Ai1ec top padding and unhide categories
authorLaury GvR <laury@gaslightmedia.com>
Fri, 19 Feb 2016 18:26:11 +0000 (13:26 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 19 Feb 2016 18:26:11 +0000 (13:26 -0500)
css/app.css
scss/plugins/_ai1ec.scss

index ec2144f..79b15a4 100644 (file)
@@ -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 {
index 936c5e2..27c2e64 100644 (file)
@@ -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