1
0
Fork 0
forked from 0x2620/oxjs

add calendar controls

This commit is contained in:
rlx 2011-10-31 12:45:08 +00:00
commit a727c32836
7 changed files with 189 additions and 4 deletions

View file

@ -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;
}