1
0
Fork 0
forked from 0x2620/oxjs

TableList: add clearButton and clearButtonTooltip options, update CSS

This commit is contained in:
rolux 2012-08-31 16:57:03 +02:00
commit a01ab0ab58
4 changed files with 47 additions and 3 deletions

View file

@ -1355,6 +1355,16 @@ Lists
.OxTableList .OxBar .OxSelect > input {
margin-right: -3px;
}
.OxTableList .OxBar .OxClear {
position: absolute;
right: 0;
height: 8px;
padding: 4px 1px;
border-width: 0 1px 0 0;
border-style: solid;
margin-right: -2px;
cursor: pointer;
}
.OxTableList .OxBody {
float: left;