+#kronolithBody {
+ overflow-x: hidden;
+}
#kronolithViewMonth {
- height: expression(kronolithViewMonthContainer.offsetHeight-12);
+ width: 100%;
+ height: expression(document.body.clientHeight-53+'px');
+}
+#kronolithViewMonthContainer {
+ top: 45px;
+ width: 100%;
+ height: expression(kronolithViewMonth.offsetHeight-66+'px');
+}
+#kronolithLoadingmonth {
+ top: 23px;
+}
+table.kronolithView td.kronolithFirstCol {
+ width: 22px;
+}
+#kronolithViewMonthHead .kronolithFirstCol {
+ width: 20px;
}
.kronolithFirstCol span {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
+#kronolithViewWeek .kronolithViewHead,
+#kronolithViewDay .kronolithViewHead {
+ margin: 0;
+}
+.kronolithViewBody {
+ top: 133px;
+}
#kronolithMenu a.kronolithAdd {
position: absolute;
right: 0;
+ width: 16px;
padding-right: 8px;
background: transparent url("graphics/plus.png") no-repeat right center;
- color: transparent;
+ text-indent: -10000px;
cursor: pointer;
}
#kronolithMenu div.kronolithCalendars {
}
span#kronolithQuickEvent {
width: 16px;
+ height: 16px;
background: transparent url("graphics/new.png") no-repeat;
- color: transparent;
+ text-indent: -10000px;
}
/* Quick edit */
top: 0;
right: 0;
width: 16px;
- color: transparent;
+ text-indent: -10000px;
cursor: pointer;
background: transparent url("graphics/right.png") no-repeat right center;
}
position: absolute;
right: 0;
width: 16px;
- color: transparent;
+ text-indent: -10000px;
background: transparent url("graphics/right.png") no-repeat right center;
}
.kronolithPrev {