update iconlist on window resize; keep resizebars from being draggable when collapsed

This commit is contained in:
rolux 2010-12-22 15:25:13 +00:00
commit d267b21f41
2 changed files with 31 additions and 26 deletions

View file

@ -806,12 +806,14 @@ Lists
width: 5px;
height: 16px;
}
.OxTextList .OxBar .OxResize.OxResizable {
cursor: ew-resize;
}
.OxTextList .OxBar .OxResize .OxLeft,
.OxTextList .OxBar .OxResize .OxCenter,
.OxTextList .OxBar .OxResize .OxRight {
float: left;
height: 16px;
cursor: ew-resize;
}
.OxTextList .OxBar .OxResize .OxLeft,
.OxTextList .OxBar .OxResize .OxRight {
@ -819,13 +821,7 @@ Lists
}
.OxTextList .OxBar .OxResize .OxCenter {
width: 1px;
}
.OxTextList .OxBar .OxResize .OxCenter {
float: left;
width: 1px;
height: 16px;
background: rgb(24, 24, 24);
cursor: ew-resize;
}
.OxTextList .OxBar .OxSelect {
position: absolute;