1
0
Fork 0
forked from 0x2620/oxjs

fix for dialog center/reset

This commit is contained in:
rolux 2010-09-04 16:28:40 +02:00
commit 6117bc31c3
4 changed files with 266 additions and 110 deletions

View file

@ -746,14 +746,23 @@ Lists
background: rgb(24, 24, 24);
cursor: ew-resize;
}
.OxTextList .OxBar .OxButton {
.OxTextList .OxBar .OxSelect {
position: absolute;
right: 0px;
width: 11px;
width: 10px;
height: 16px;
border-width: 0 1px 0 1px;
border-color: rgb(32, 32, 32);
background: rgba(0, 0, 0, 0);
font-size: 11px;
text-align: center;
cursor: pointer;
overflow: hidden;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.OxTextList .OxBar .OxSelect > input {
margin-right: -3px;
}
.OxTextList .OxBody {