#11038 closed enhancement (fixed)
dojox.widget.Calendar css issue
Reported by: | Fausto Lemos | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX Widgets | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello guys!
just an enhancement. When using a css that declares:
table { border-collapse: colapse; }
Calendar´s layout brokes on IE7. To fix i put:
.dojoxCalendar table { border-collapse: separate; }
I think this style can be added to Calendar.css to avoid this behavior on IE7.
tks!
Change History (3)
comment:1 Changed 12 years ago by
Owner: | changed from dante to Shane O'Sullivan |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
In [30909]: