1
0
Fork 0
forked from 0x2620/oxjs

TextList -> TableList

This commit is contained in:
rolux 2012-06-27 09:41:10 +02:00
commit bdebb03a45
17 changed files with 101 additions and 104 deletions

View file

@ -1271,30 +1271,30 @@ Lists
}
.OxTextList {
.OxTableList {
top: 0;
bottom: 0;
}
.OxTextList .OxBar {
.OxTableList .OxBar {
//z-index: 10;
//-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
//-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}
.OxTextList .OxHead {
.OxTableList .OxHead {
position: absolute;
left: 0;
height: 16px;
overflow: hidden;
white-space: nowrap;
}
.OxTextList .OxHead .OxHeadCell {
.OxTableList .OxHead .OxHeadCell {
float: left;
}
.OxTextList .OxHead .OxHeadCell:first-child {
.OxTableList .OxHead .OxHeadCell:first-child {
padding-left: 2px;
}
.OxTextList .OxHead .OxTitle {
.OxTableList .OxHead .OxTitle {
float: left;
height: 14px;
padding: 2px 2px 0 2px;
@ -1305,37 +1305,37 @@ Lists
overflow: hidden;
white-space: nowrap;
}
.OxTextList .OxHead .OxTitle img {
.OxTableList .OxHead .OxTitle img {
display: block;
width: 10px;
height: 10px;
margin: 1px 0 0 -1px;
}
.OxTextList .OxHead .OxOrder {
.OxTableList .OxHead .OxOrder {
float: left;
display: none;
}
.OxTextList .OxHead .OxHeadCell.OxSelected .OxOrder {
.OxTableList .OxHead .OxHeadCell.OxSelected .OxOrder {
//cursor: pointer;
display: block;
}
.OxTextList .OxHead .OxResize {
.OxTableList .OxHead .OxResize {
float: left;
width: 5px;
height: 16px;
}
.OxTextList .OxHead .OxResize.OxResizable {
.OxTableList .OxHead .OxResize.OxResizable {
cursor: ew-resize;
}
.OxTextList .OxHead .OxResize div {
.OxTableList .OxHead .OxResize div {
float: left;
width: 2px;
height: 16px;
}
.OxTextList .OxHead .OxResize div.OxCenter {
.OxTableList .OxHead .OxResize div.OxCenter {
width: 1px;
}
.OxTextList .OxBar .OxSelect {
.OxTableList .OxBar .OxSelect {
position: absolute;
right: 0px;
width: 11px;
@ -1349,11 +1349,11 @@ Lists
overflow: hidden;
border-radius: 0;
}
.OxTextList .OxBar .OxSelect > input {
.OxTableList .OxBar .OxSelect > input {
margin-right: -3px;
}
.OxTextList .OxBody {
.OxTableList .OxBody {
float: left;
position: absolute;
left: 0;
@ -1361,14 +1361,14 @@ Lists
right: 0;
bottom: 0;
}
.OxTextList .OxContent {
.OxTableList .OxContent {
//width: 100%;
}
.OxTextList .OxItem {
.OxTableList .OxItem {
height: 16px;
cursor: default;
}
.OxTextList .OxItem .OxCell {
.OxTableList .OxItem .OxCell {
float: left;
height: 14px;
padding: 1px 4px 1px 4px;
@ -1377,36 +1377,36 @@ Lists
overflow: hidden;
white-space: nowrap;
}
.OxTextList .OxItem .OxCell.OxEdit {
.OxTableList .OxItem .OxCell.OxEdit {
height: 16px;
padding: 0;
}
.OxTextList .OxItem .OxCell > img {
.OxTableList .OxItem .OxCell > img {
display: block;
width: 16px;
height: 16px;
margin: -1px 0 0 -4px;
}
.OxTextList .OxItem .OxSpace {
.OxTableList .OxItem .OxSpace {
float: left;
width: 4px;
height: 16px;
}
.OxTextList .OxItem .OxLine {
.OxTableList .OxItem .OxLine {
float: left;
width: 1px;
height: 16px;
}
.OxTextList .OxItem.OxSelected .OxCell.OxClickable {
.OxTableList .OxItem.OxSelected .OxCell.OxClickable {
cursor: pointer;
}
.OxTextList .OxItem.OxSelected .OxCell.OxEditable {
.OxTableList .OxItem.OxSelected .OxCell.OxEditable {
cursor: text;
}
.OxTextList .OxItem.OxSelected.OxDrag .OxCell {
.OxTableList .OxItem.OxSelected.OxDrag .OxCell {
cursor: ns-resize;
}
.OxTextList .OxPage {
.OxTableList .OxPage {
position: absolute;
}