66 lines
1.5 KiB
CSS
66 lines
1.5 KiB
CSS
|
/* CSS hacks for IE 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');
|
||
|
}
|
||
|
|
||
|
#agendaoptions {
|
||
|
width: expression((parseInt(this.parentNode.offsetWidth)-12)+'px');
|
||
|
}
|
||
|
|
||
|
#calendartoolbar a.buttonPas {
|
||
|
filter: alpha(opacity=35);
|
||
|
}
|
||
|
|
||
|
#datepicker a.ui-priority-secondary {
|
||
|
filter: alpha(opacity=40);
|
||
|
}
|
||
|
|
||
|
#datepicker .ui-widget-header {
|
||
|
width: 102%;
|
||
|
}
|
||
|
|
||
|
.fc-day-content {
|
||
|
cursor: default;
|
||
|
}
|
||
|
|
||
|
.fc-header-title h2 {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.fc-event-temp .fc-event-bg {
|
||
|
display: none; /* nested opacity filters while dragging don't work */
|
||
|
}
|
||
|
|
||
|
#schedule-event-time {
|
||
|
filter: alpha(opacity=40);
|
||
|
}
|
||
|
|
||
|
#eventfreebusy .schedule-buttons,
|
||
|
#edit-attendees-form #edit-attendee-schedule {
|
||
|
right: 0.6em;
|
||
|
}
|
||
|
|
||
|
#schedule-freebusy-times tr.times td.allday {
|
||
|
width: expression(Math.max(60, parseInt(this.offsetWidth))+'px');
|
||
|
}
|
||
|
|
||
|
.ui-dialog .ui-dialog-titlebar {
|
||
|
width: expression((parseInt(this.parentNode.offsetWidth)-26)+'px');
|
||
|
}
|