Elastic: Bring back calendars list on print page
This commit is contained in:
parent
adb4d9d0f0
commit
0f0a5952f8
2 changed files with 35 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
<div id="calendar" data-view-selector="calendar-view-selector"></div>
|
<div id="calendar" data-view-selector="calendar-view-selector"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<roundcube:object name="plugin.calendar_list" activeonly="true" id="calendarlist" class="hidden" />
|
<roundcube:object name="plugin.calendar_list" activeonly="true" id="calendarlist" />
|
||||||
<roundcube:object name="plugin.calendar_css" printmode="true" />
|
<roundcube:object name="plugin.calendar_css" printmode="true" folder-class="div.$class a.calname" folder-fallback-color="#000" />
|
||||||
|
|
||||||
<roundcube:include file="includes/footer.html" />
|
<roundcube:include file="includes/footer.html" />
|
||||||
|
|
|
@ -596,6 +596,39 @@ body.task-calendar {
|
||||||
float: right;
|
float: right;
|
||||||
padding-top: .25rem;
|
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)) {
|
@media screen and (min-width: (@screen-width-small + 1px)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue