diff --git a/plugins/calendar/skins/elastic/templates/print.html b/plugins/calendar/skins/elastic/templates/print.html
index b560dad4..d7b3d017 100644
--- a/plugins/calendar/skins/elastic/templates/print.html
+++ b/plugins/calendar/skins/elastic/templates/print.html
@@ -13,7 +13,7 @@
-
-
+
+
diff --git a/plugins/libkolab/skins/elastic/include/calendar.less b/plugins/libkolab/skins/elastic/include/calendar.less
index 78b8cc22..8e7695df 100644
--- a/plugins/libkolab/skins/elastic/include/calendar.less
+++ b/plugins/libkolab/skins/elastic/include/calendar.less
@@ -596,6 +596,39 @@ body.task-calendar {
float: right;
padding-top: .25rem;
}
+
+ #calendarlist {
+ margin-top: 1rem;
+
+ &, ul {
+ list-style: none;
+ padding: 0;
+ }
+
+ li {
+ display: inline-block;
+ white-space: nowrap;
+ }
+
+ ul, li, div {
+ float: left;
+ }
+
+ div {
+ margin-right: 2rem;
+ }
+
+ a {
+ text-decoration: none;
+ cursor: auto;
+ }
+
+ input,
+ span.actions,
+ span.handle {
+ display: none;
+ }
+ }
}
@media screen and (min-width: (@screen-width-small + 1px)) {