Squashed commit of the following: commitcd7c726b57
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Tue Jan 22 13:52:35 2019 +0000 Remove leftover code Agenda sections and fisheye view. commit8b2203adfc
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Tue Jan 22 12:23:11 2019 +0000 Fix duplicated requests on using Next/Prev buttons in Agenda view commit2dff079625
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Tue Jan 22 11:34:16 2019 +0000 Increase font-size for .fc-event commit9bb48ec3fa
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 18 12:10:33 2019 +0000 Fix re-fetching updated event in quickview mode commit841815f5b1
Merge:ffe9c0c7
315079c8
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 18 11:43:19 2019 +0000 Merge branch 'master' into dev/fullcalendar-upgrade commitffe9c0c7f7
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 18 11:41:59 2019 +0000 Fix events re-rendering after "Print descriptions" option change commitbc48cd6639
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 18 11:30:38 2019 +0000 Fix event color on hover in print mode commit0776636fd6
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 18 10:07:41 2019 +0000 Fix including eye.svg commit7cc525e4e9
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 18 09:50:34 2019 +0000 Elastic support for new fullCalendar commit3efc8d0389
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Thu Jan 17 07:47:59 2019 +0000 Remove now indicator on calendar print commita1d018875b
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Wed Jan 16 13:40:11 2019 +0100 Calendar agenda view and printing Note that agenda's smart sections feature is not implemented (yet) as it does not exist in fullCalendar (it was a Kolab's customization). commitea873a9589
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Tue Jan 15 12:18:21 2019 +0100 Calendar Agenda and searching fixes commitfb0c3436a3
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 11 13:59:29 2019 +0100 Varius calendar fixes and cleanups commitd45f3439b9
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Wed Jan 9 13:22:24 2019 +0100 Fix various Larry skin regressions after fullCalendar upgrade commit3373fff6b3
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Wed Jan 9 10:51:16 2019 +0100 Fix .fc-today style commit5718fd40e3
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Wed Jan 9 10:31:22 2019 +0100 Fix various date calculation issues after fullCalendar upgrade - allDay flag must be boolean - allDay event's end date must be exclusive commitd08e8a8a3b
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Tue Jan 8 11:39:10 2019 +0100 Fix date/time format issies and inconsistencies, remove confusing config commitb0196c7ff1
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Mon Jan 7 15:46:51 2019 +0000 Fox some small issues after fullCalendar update commitc7b561f19d
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Mon Jan 7 13:22:57 2019 +0000 Fix handling 'source' argument in load_events request commit59fc3c8168
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Mon Jan 7 12:26:04 2019 +0000 Fix including moment.js commiteb85d762c7
Author: Aleksander Machniak <machniak@kolabsys.com> Date: Fri Jan 4 16:12:33 2019 +0000 Upgrade to fullcalendar 3.9.0 - Part I Just started, still many issues, no printing, no elastic, no agenda view
196 lines
2.6 KiB
CSS
196 lines
2.6 KiB
CSS
/*** Printing styles for Calendar plugin ***/
|
|
|
|
body {
|
|
margin: 0 0 1em 0;
|
|
color: #000;
|
|
background: #fff;
|
|
}
|
|
|
|
body, td, th, div, p, h3, select, input, textarea {
|
|
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
}
|
|
|
|
#calendar {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
height: auto;
|
|
margin: 5em auto 0 auto;
|
|
overflow: visible;
|
|
}
|
|
|
|
#calendar .fc-header-right {
|
|
padding-right: 0;
|
|
}
|
|
|
|
#printconfig {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 10000;
|
|
padding: 0.5em;
|
|
background: #ebebeb;
|
|
border-bottom: 1px solid #999;
|
|
box-shadow: 0 3px 4px #ccc;
|
|
-moz-box-shadow: 0 3px 4px #ccc;
|
|
-webkit-box-shadow: 0 3px 4px #ccc;
|
|
}
|
|
|
|
#printconfig .prop {
|
|
padding-right: 2em;
|
|
}
|
|
|
|
#message {
|
|
position: absolute;
|
|
top: 5.5em;
|
|
left: 1em;
|
|
}
|
|
|
|
#message div.loading {
|
|
color: #666;
|
|
font-style: italic;
|
|
}
|
|
|
|
#calendarlist {
|
|
list-style: none;
|
|
margin: 2em 0;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
#calendarlist ul {
|
|
float: left;
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
#calendarlist li {
|
|
float: left;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-left: 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#calendarlist li div {
|
|
float: left;
|
|
padding-right: 3em;
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
#calendarlist li div a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#calendarlist input,
|
|
#calendarlist .handle {
|
|
display: none;
|
|
}
|
|
|
|
#calendarlist li.x-invitations div {
|
|
color: #999;
|
|
font-style: italic;
|
|
}
|
|
|
|
.calwidth {
|
|
width: 700px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.rightalign {
|
|
float: right;
|
|
padding-top: 0.3em;
|
|
}
|
|
|
|
@media print {
|
|
.noprint,
|
|
.fc-right {
|
|
display: none;
|
|
}
|
|
|
|
#calendar {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
/* fullcalendar style overrides */
|
|
|
|
.fc-view {
|
|
overflow: visible;
|
|
}
|
|
|
|
.fc-unthemed td.fc-day.fc-today {
|
|
background: transparent;
|
|
}
|
|
|
|
a.fc-event,
|
|
a.fc-event:hover {
|
|
color: black;
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.fc-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fc-event-cateories {
|
|
font-style: italic;
|
|
}
|
|
|
|
.fc-event-location {
|
|
font-size: 90%;
|
|
}
|
|
|
|
.fc-agenda-slots td div {
|
|
height: 1.4em;
|
|
}
|
|
|
|
.fc-axis,
|
|
.fc-week-number,
|
|
.fc-day-number,
|
|
.fc-view thead th.fc-widget-header {
|
|
color: #444;
|
|
}
|
|
|
|
.fc-widget-header,
|
|
.fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.fc-widget-header, .fc-widget-content {
|
|
border-color: #ccc;
|
|
}
|
|
|
|
.fc-list-table tr.fc-list-item td,
|
|
.fc-list-view {
|
|
border: 0 !important;
|
|
}
|
|
|
|
.fc-list-table tr:first-child td {
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
.fc-event-description {
|
|
font-size: 90%;
|
|
}
|
|
|
|
col.fc-event-location {
|
|
width: 20%;
|
|
}
|
|
|
|
.fc-event-row-secondary td {
|
|
border: 0;
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.fc-scroller {
|
|
overflow: visible !important;
|
|
height: auto !important;
|
|
}
|
|
.fc-head .fc-row,
|
|
.fc-day-grid .fc-row {
|
|
margin-right: 0 !important;
|
|
border-right-width: 0 !important;
|
|
}
|