diff --git a/plugins/calendar/skins/elastic/templates/calendar.html b/plugins/calendar/skins/elastic/templates/calendar.html index ddff82cb..9a9f8912 100644 --- a/plugins/calendar/skins/elastic/templates/calendar.html +++ b/plugins/calendar/skins/elastic/templates/calendar.html @@ -176,7 +176,7 @@
diff --git a/plugins/kolab_files/skins/elastic/templates/compose_plugin.html b/plugins/kolab_files/skins/elastic/templates/compose_plugin.html index 28f99d2d..1937bf8b 100644 --- a/plugins/kolab_files/skins/elastic/templates/compose_plugin.html +++ b/plugins/kolab_files/skins/elastic/templates/compose_plugin.html @@ -6,7 +6,7 @@
-
@@ -15,7 +15,7 @@ - - -

diff --git a/plugins/libkolab/skins/elastic/include/calendar.less b/plugins/libkolab/skins/elastic/include/calendar.less index ecd14ddc..2171e659 100644 --- a/plugins/libkolab/skins/elastic/include/calendar.less +++ b/plugins/libkolab/skins/elastic/include/calendar.less @@ -1249,10 +1249,6 @@ body.task-calendar { } } -.task-calendar .content .searchbar { - border-color: @color-layout-border; -} - .searchbar a.button.date { @media screen and (min-width: (@screen-width-small + 1px)) { display: none; @@ -1270,7 +1266,7 @@ body.task-calendar { } } - .sidebar .calendar-datepicker { + #layout-sidebar .calendar-datepicker { display: none; } diff --git a/plugins/libkolab/skins/elastic/libkolab.less b/plugins/libkolab/skins/elastic/libkolab.less index 16c6fd89..d6bb6859 100644 --- a/plugins/libkolab/skins/elastic/libkolab.less +++ b/plugins/libkolab/skins/elastic/libkolab.less @@ -341,7 +341,12 @@ button.btn { } & > * { - display: initial; + display: block; + } + + html.layout-small &, + html.layout-phone & { + overflow-y: auto !important; } } }