1
0
Fork 0
forked from 0x2620/oxjs

fixing timeline view window resize

This commit is contained in:
rolux 2010-12-23 17:05:46 +00:00
commit ee6c90433c
2 changed files with 32 additions and 2 deletions

View file

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