1
0
Fork 0
forked from 0x2620/oxjs

fix an issue where selected 16px wide column heads of table lists would not have the correct gradient (as the invisible triangle would increase the element's height)

This commit is contained in:
rolux 2012-09-03 22:49:07 +02:00
commit 8bfe9f5335

View file

@ -1293,6 +1293,8 @@ Lists
} }
.OxTableList .OxHead .OxHeadCell { .OxTableList .OxHead .OxHeadCell {
float: left; float: left;
height: 16px;
overflow: hidden;
} }
.OxTableList .OxHead .OxHeadCell:first-child { .OxTableList .OxHead .OxHeadCell:first-child {
padding-left: 2px; padding-left: 2px;