2011-06-29 14:08:05 +02:00
|
|
|
/* CSS hacks for IE 6/7 */
|
|
|
|
|
|
|
|
#main {
|
|
|
|
width: expression(Math.max(300, parseInt(document.documentElement.clientWidth)-10)+'px');
|
|
|
|
height: expression(Math.max(300, parseInt(document.documentElement.clientHeight)-100)+'px');
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar,
|
|
|
|
#sidebartoggle {
|
|
|
|
height: expression((parseInt(this.parentNode.offsetHeight)-37)+'px');
|
|
|
|
}
|
|
|
|
|
|
|
|
#calendar {
|
|
|
|
width: expression((parseInt(this.parentNode.offsetWidth)-parseInt(document.getElementById('sidebartoggle').offsetWidth)-parseInt(document.getElementById('sidebartoggle').offsetLeft)-4)+'px');
|
|
|
|
height: expression(parseInt(this.parentNode.offsetHeight)+'px');
|
|
|
|
}
|
|
|
|
|
|
|
|
#calendars {
|
|
|
|
height: expression((parseInt(this.parentNode.offsetHeight)-220)+'px');
|
|
|
|
}
|
|
|
|
|
2011-09-09 14:37:19 +02:00
|
|
|
#agendaoptions {
|
|
|
|
width: expression((parseInt(this.parentNode.offsetWidth)-12)+'px');
|
|
|
|
}
|
|
|
|
|
2011-06-29 14:08:05 +02:00
|
|
|
#calendartoolbar a.buttonPas {
|
|
|
|
filter: alpha(opacity=35);
|
|
|
|
}
|
|
|
|
|
|
|
|
html #calendartoolbar a.button,
|
|
|
|
html #calendartoolbar a.buttonPas {
|
|
|
|
background-image: url(images/toolbar.gif);
|
|
|
|
}
|
|
|
|
|
2011-07-17 20:35:26 +02:00
|
|
|
#datepicker a.ui-priority-secondary {
|
2011-06-29 14:08:05 +02:00
|
|
|
filter: alpha(opacity=40);
|
|
|
|
}
|
|
|
|
|
2011-07-17 20:35:26 +02:00
|
|
|
#calendarslist li span {
|
|
|
|
background-image: url(images/calendars.gif);
|
|
|
|
}
|
|
|
|
|
2011-06-29 14:08:05 +02:00
|
|
|
#datepicker .ui-widget-header {
|
|
|
|
width: 102%;
|
|
|
|
}
|
|
|
|
|
2011-09-01 23:40:44 +02:00
|
|
|
#eventshow.sensitivity-private {
|
|
|
|
background-image: url(images/badge_private.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
#eventshow.sensitivity-confidential {
|
|
|
|
background-image: url(images/badge_confidential.gif);
|
|
|
|
}
|
|
|
|
|
2011-08-17 22:48:58 +02:00
|
|
|
.fc-day-content {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2011-06-29 14:08:05 +02:00
|
|
|
.fc-header-title h2 {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2011-07-23 17:08:31 +02:00
|
|
|
|
2011-08-18 21:54:43 +02:00
|
|
|
.fc-event-temp .fc-event-bg {
|
|
|
|
display: none; /* nested opacity filters while dragging don't work */
|
|
|
|
}
|
|
|
|
|
2011-07-23 17:08:31 +02:00
|
|
|
#schedule-event-time {
|
|
|
|
filter: alpha(opacity=40);
|
|
|
|
}
|
|
|
|
|
|
|
|
#eventfreebusy .schedule-buttons,
|
|
|
|
#edit-attendees-form #edit-attendee-schedule {
|
|
|
|
right: 0.6em;
|
2011-07-29 13:16:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#schedule-freebusy-times td.all-busy,
|
|
|
|
#schedule-freebusy-times td.all-tentative,
|
|
|
|
#schedule-freebusy-times td.all-out-of-office {
|
|
|
|
background-image: url('images/freebusy-colors.gif');
|
|
|
|
}
|
2011-08-05 18:45:43 +02:00
|
|
|
|
2011-08-14 14:31:28 +02:00
|
|
|
#schedule-freebusy-times tr.times td.allday {
|
|
|
|
width: expression(Math.max(60, parseInt(this.offsetWidth))+'px');
|
|
|
|
}
|
|
|
|
|
2011-08-05 18:45:43 +02:00
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
|
|
|
width: expression((parseInt(this.parentNode.offsetWidth)-26)+'px');
|
|
|
|
}
|