Mercurial > hg > rc1
comparison plugins/calendar/skins/larry/iehacks.css @ 3:f6fe4b6ae66a
calendar plugin nearly as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:56:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c828b0fd4a6e | 3:f6fe4b6ae66a |
---|---|
1 /* CSS hacks for IE 7 */ | |
2 | |
3 #calendarsidebar, | |
4 #calendarsidebartoggle { | |
5 height: expression((parseInt(this.parentNode.offsetHeight)-37)+'px'); | |
6 } | |
7 | |
8 #calendar { | |
9 width: expression((parseInt(this.parentNode.offsetWidth)-parseInt(document.getElementById('calendarsidebartoggle').offsetWidth)-parseInt(document.getElementById('calendarsidebartoggle').offsetLeft)-4)+'px'); | |
10 height: expression((parseInt(this.parentNode.offsetHeight)-30)+'px'); | |
11 } | |
12 | |
13 #calendars { | |
14 height: expression((parseInt(this.parentNode.offsetHeight)-240)+'px'); | |
15 } | |
16 | |
17 #agendaoptions { | |
18 width: expression((parseInt(this.parentNode.offsetWidth)-12)+'px'); | |
19 } | |
20 | |
21 #calendartoolbar a.buttonPas { | |
22 filter: alpha(opacity=35); | |
23 } | |
24 | |
25 #datepicker a.ui-priority-secondary { | |
26 filter: alpha(opacity=40); | |
27 } | |
28 | |
29 .calendarmain .fc-day-content { | |
30 cursor: default; | |
31 } | |
32 | |
33 .calendarmain .fc-view-table col.fc-event-date { | |
34 width: 8em; | |
35 } | |
36 | |
37 .calendarmain .fc-view-table col.fc-event-time { | |
38 width: 9em; | |
39 } | |
40 | |
41 .calendarmain .fc-header-title h2 { | |
42 font-size: 16px; | |
43 } | |
44 | |
45 .calendarmain .fc-header-left { | |
46 width: 248px; | |
47 } | |
48 | |
49 .calendarmain .fc-header-center { | |
50 width: auto; | |
51 } | |
52 | |
53 .calendarmain .fc-header-right { | |
54 width: 144px; | |
55 white-space: nowrap; | |
56 } | |
57 | |
58 .calendarmain .fc-event-temp .fc-event-bg { | |
59 display: none; /* nested opacity filters while dragging don't work */ | |
60 } | |
61 | |
62 #schedule-event-time { | |
63 filter: alpha(opacity=40); | |
64 } | |
65 | |
66 #eventfreebusy .schedule-buttons, | |
67 #edit-attendees-form #edit-attendee-schedule { | |
68 right: 0.6em; | |
69 } | |
70 | |
71 #schedule-freebusy-times tr.times td.allday { | |
72 width: expression(Math.max(60, parseInt(this.offsetWidth))+'px'); | |
73 } | |
74 | |
75 .ui-dialog .ui-dialog-titlebar { | |
76 width: expression((parseInt(this.parentNode.offsetWidth)-26)+'px'); | |
77 } |