fixing timeline view window resize
This commit is contained in:
parent
ec09e331f7
commit
ee6c90433c
2 changed files with 32 additions and 2 deletions
|
|
@ -1124,6 +1124,21 @@ Panels
|
|||
margin: 1px 0 0 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
.OxCollapsePanel > .OxBar > .OxSelect {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
width: 14px;
|
||||
height: 16px;
|
||||
border-width: 0 0 0 1px;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
||||
.OxCollapsePanel > .OxContent {
|
||||
position: relative;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue