From: Jan Schneider Date: Mon, 7 Dec 2009 18:35:11 +0000 (+0100) Subject: IE fixes. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=97dbc340c694bf9537788ca1ab8e76de6be2654b;p=horde.git IE fixes. --- diff --git a/kronolith/themes/ie7.css b/kronolith/themes/ie7.css index f216475ee..bf8dd63e5 100644 --- a/kronolith/themes/ie7.css +++ b/kronolith/themes/ie7.css @@ -1,6 +1,31 @@ +#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; +} diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 20a09408f..3a13331c6 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -464,9 +464,10 @@ body.kronolithAjax { #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 { @@ -514,8 +515,9 @@ span#kronolithNewEvent { } span#kronolithQuickEvent { width: 16px; + height: 16px; background: transparent url("graphics/new.png") no-repeat; - color: transparent; + text-indent: -10000px; } /* Quick edit */ @@ -775,7 +777,7 @@ div.kronolithFormActions { top: 0; right: 0; width: 16px; - color: transparent; + text-indent: -10000px; cursor: pointer; background: transparent url("graphics/right.png") no-repeat right center; } @@ -892,7 +894,7 @@ table.kronolithView td.kronolithFirstCol { position: absolute; right: 0; width: 16px; - color: transparent; + text-indent: -10000px; background: transparent url("graphics/right.png") no-repeat right center; } .kronolithPrev {