--- modules/event/event.css	2006/03/28 03:28:33	1.11.2.1
+++ modules/event/event.css	2006/07/21 17:12:06
@@ -4,7 +4,7 @@
   border: 1px solid #242;
   border-collapse: collapse;
   border-spacing: 0;
-  width: 100%;
+  width: 98%; /* Setting at 100% causes problem in Internet Explorer. */
   margin-bottom: 1em;
 }
 .event-calendar tr {
@@ -20,6 +20,7 @@
   border: 1px solid #242;
 }
 .event-calendar td {
+  width: 14%; /* 14% is about 1/7 of total table width */
   border: 1px solid #bbb;
   color: #777;
   text-align: right;
@@ -178,6 +179,10 @@
 .event-calendar .event-empty {
   min-height: 6em;
 }
+/* hack to make Internet Explorer display calendar height correctly */
+* html .event-calendar .event-empty {
+  height: 6em;
+}
 .container-inline .day input {
   width: auto;
   display: inline;
@@ -258,3 +263,6 @@
 .ical-link {
   text-align: right;
 }
+.event div.form-item {
+white-space: normal !important;
+}
