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
parent e569af5369
commit 8bfe9f5335

View file

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