forked from 0x2620/oxjs
add calendar controls
This commit is contained in:
parent
1db1278ba2
commit
a727c32836
7 changed files with 189 additions and 4 deletions
|
|
@ -284,6 +284,42 @@ Calendar
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.OxCalendar .OxCalendarControl,
|
||||
.OxCalendar .OxEventControl {
|
||||
position: absolute;
|
||||
}
|
||||
.OxCalendar .OxCalendarControl.OxCalendarButtonCenter {
|
||||
left: 24px;
|
||||
bottom: 56px;
|
||||
}
|
||||
.OxCalendar .OxCalendarControl.OxCalendarButtonDown {
|
||||
left: 24px;
|
||||
bottom: 36px;
|
||||
}
|
||||
.OxCalendar .OxCalendarControl.OxCalendarButtonLeft {
|
||||
left: 4px;
|
||||
bottom: 56px;
|
||||
}
|
||||
.OxCalendar .OxCalendarControl.OxCalendarButtonRight {
|
||||
left: 44px;
|
||||
bottom: 56px;
|
||||
}
|
||||
.OxCalendar .OxCalendarControl.OxCalendarButtonUp {
|
||||
left: 24px;
|
||||
bottom: 76px;
|
||||
}
|
||||
|
||||
.OxCalendar .OxEventControl.OxEventName {
|
||||
right: 24px;
|
||||
bottom: 36px;
|
||||
width: 128px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.OxCalendar .OxEventControl.OxEventDeselectButton {
|
||||
right: 4px;
|
||||
bottom: 36px;
|
||||
}
|
||||
|
||||
.OxCalendar .OxRange .OxArrow {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue