1
0
Fork 0
forked from 0x2620/oxjs

more calendar improvements (labels etc.)

This commit is contained in:
rolux 2011-05-25 19:32:04 +02:00
commit dc23259308
3 changed files with 31 additions and 8 deletions

View file

@ -138,11 +138,17 @@ Calendar
.OxCalendar .OxEvent {
position: absolute;
height: 16px;
height: 15px;
padding-top: 1px;
text-overflow: ellipsis;
cursor: pointer;
overflow: hidden;
white-space: nowrap;
}
.OxCalendar .OxEvent .OxEventText {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
}
.OxCalendar .OxLine > .OxEvent {
border-radius: 4px;