forked from 0x2620/oxjs
add 'setColumnTitle' public method to Ox.TableList; add 'OxColumnStatus' CSS rules
This commit is contained in:
parent
e3e3540ef3
commit
3973fc496a
2 changed files with 17 additions and 0 deletions
|
|
@ -1351,6 +1351,15 @@ Lists
|
|||
height: 10px;
|
||||
margin: 1px 0 0 -1px;
|
||||
}
|
||||
.OxTableList .OxHead .OxHeadCell .OxColumnStatus {
|
||||
position: absolute;
|
||||
right: 45px;
|
||||
top: 2px;
|
||||
font-size: 9px;
|
||||
}
|
||||
.OxTableList .OxHead .OxHeadCell.OxSelected .OxTitle .OxColumnStatus {
|
||||
right: 60px;
|
||||
}
|
||||
.OxTableList .OxHead .OxOrder {
|
||||
float: left;
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue