2007-07-19 12:40:28 +02:00
|
|
|
#right form .calendardate, .calendardate {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#right form .calendardate input, .calendardate input {
|
|
|
|
width: 8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendardate .calendar table {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2009-02-02 00:49:53 +01:00
|
|
|
#SiteTreeFilterDate {
|
|
|
|
width: 68px;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:28 +02:00
|
|
|
.calendardate img {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendarpopup {
|
|
|
|
position: absolute;
|
2009-02-02 00:49:53 +01:00
|
|
|
left: 9em;
|
|
|
|
_left: 1.3em;
|
2007-11-04 23:41:43 +01:00
|
|
|
top: -0.15em;
|
2009-02-02 00:49:53 +01:00
|
|
|
_top: 4em;
|
2007-07-19 12:40:28 +02:00
|
|
|
display: none;
|
2007-11-05 04:16:44 +01:00
|
|
|
z-index: 2;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
2009-02-02 00:49:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2007-07-19 12:40:28 +02:00
|
|
|
.calendarpopup.focused {
|
|
|
|
display: block;
|
|
|
|
}
|