forked from 0x2620/oxjs
more calendar improvements (labels etc.)
This commit is contained in:
parent
c661f3a883
commit
dc23259308
3 changed files with 31 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue