aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/skins/classic/iehacks.css
blob: 42bd7361631f3610f63c181d0f05d8a1f38ed0b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/* 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');
}

#calendarsidebar,
#calendarsidebartoggle {
	height: expression((parseInt(this.parentNode.offsetHeight)-37)+'px');
}

#calendar {
	width: expression((parseInt(this.parentNode.offsetWidth)-parseInt(document.getElementById('calendarsidebartoggle').offsetWidth)-parseInt(document.getElementById('calendarsidebartoggle').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);
}

html #calendartoolbar a.button,
html #calendartoolbar a.buttonPas {
	background-image: url(images/toolbar.gif);
}

#datepicker a.ui-priority-secondary {
	filter: alpha(opacity=40);
}

#calendarslist li span.handle {
	background-image: url(images/calendars.gif);
}

#datepicker .ui-widget-header {
	width: 102%;
}

#eventshow.sensitivity-private {
	background-image: url(images/badge_private.gif);
}

#eventshow.sensitivity-confidential {
	background-image: url(images/badge_confidential.gif);
}

.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 td.all-busy,
#schedule-freebusy-times td.all-tentative,
#schedule-freebusy-times td.all-out-of-office {
	background-image: url('images/freebusy-colors.gif');
}

#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');
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy