From 8bfe9f53357afa3d3c5f1eeef1c872076de437f2 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 3 Sep 2012 22:49:07 +0200 Subject: [PATCH] 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) --- source/Ox.UI/css/Ox.UI.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 6e755b1b..6b6921e1 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1293,6 +1293,8 @@ Lists } .OxTableList .OxHead .OxHeadCell { float: left; + height: 16px; + overflow: hidden; } .OxTableList .OxHead .OxHeadCell:first-child { padding-left: 2px;