forked from 0x2620/oxjs
update video editor (places, events)
This commit is contained in:
parent
8de69b3173
commit
8384fcc913
13 changed files with 346 additions and 144 deletions
|
|
@ -148,6 +148,10 @@ Bars
|
|||
.OxResizebar {
|
||||
z-index: 2;
|
||||
}
|
||||
.OxResizebar:hover > .OxSpace {
|
||||
//background: rgba(128, 128, 128, 0.25);
|
||||
}
|
||||
|
||||
.OxResizebar.OxHorizontal {
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
|
|
@ -293,34 +297,27 @@ Calendar
|
|||
}
|
||||
.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 {
|
||||
|
|
@ -1695,6 +1692,9 @@ Panels
|
|||
.OxCollapsePanel > .OxBar > .OxExtras {
|
||||
float: right;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras > * {
|
||||
float: left;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxExtras > .OxButton {
|
||||
//position: absolute;
|
||||
//right: 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue