Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6065496
iehacks.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
iehacks.css
View Options
/* CSS hacks for IE 7 */
#
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
)
-30
)
+
'px'
);
}
#
calendars
{
height
:
expression
(
(
parseInt
(
this
.
parentNode
.
offsetHeight
)
-240
)
+
'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
);
}
.
calendarmain
.
fc-day-content
{
cursor
:
default
;
}
.
calendarmain
.
fc-view-table
col
.
fc-event-date
{
width
:
8
em
;
}
.
calendarmain
.
fc-view-table
col
.
fc-event-time
{
width
:
9
em
;
}
.
calendarmain
.
fc-header-title
h2
{
font-size
:
16
px
;
}
.
calendarmain
.
fc-header-left
{
width
:
248
px
;
}
.
calendarmain
.
fc-header-center
{
width
:
auto
;
}
.
calendarmain
.
fc-header-right
{
width
:
144
px
;
white-space
:
nowrap
;
}
.
calendarmain
.
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.6
em
;
}
#
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'
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 4:37 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
670056
Default Alt Text
iehacks.css (1 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment