1
0
Fork 0
forked from 0x2620/oxjs

adding functionality for textlist

This commit is contained in:
rlx 2011-01-06 03:10:40 +00:00
commit e5cb2e5bf3
4 changed files with 61 additions and 42 deletions

View file

@ -208,7 +208,7 @@ Lists
.OxThemeClassic .OxTextList .OxItem .OxCell {
border-right: 1px solid rgb(224, 224, 224);
border-right-color: rgb(224, 224, 224);
}
.OxThemeClassic .OxTextList .OxItem:nth-child(odd) {
background: rgb(242, 242, 242);

View file

@ -859,7 +859,7 @@ Lists
float: left;
position: absolute;
left: 0;
top: 16px;
top: 0;
right: 0;
bottom: 0;
overflow-y: scroll;
@ -874,11 +874,16 @@ Lists
.OxTextList .OxBody .OxItem .OxCell {
float: left;
height: 14px;
padding: 2px 4px 0 4px;
padding: 1px 4px 1px 4px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.OxTextList .OxBody .OxItem .OxCell > img {
width: 16px;
height: 16px;
margin: -1px 0 0 -4px;
}
.OxTextList .OxBody .OxItem .OxSpace {
float: left;
width: 4px;

View file

@ -186,7 +186,7 @@ Lists
.OxThemeModern .OxTextList .OxItem .OxCell {
border-right: 1px solid rgb(32, 32, 32);
border-right-color: rgb(32, 32, 32);
}
.OxThemeModern .OxTextList .OxItem:nth-child(odd) {
background: rgb(14, 14, 14);