From 5bf4f59be28e285c07b279eeb15646d0649ce471 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 29 Dec 2012 13:58:54 +0100 Subject: [PATCH] add css rule for table list column head order images --- source/Ox.UI/css/Ox.UI.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index e243413e..03c8df15 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1426,6 +1426,9 @@ Lists } .OxTableList .OxHead .OxOrder { float: left; + width: 10px; + height: 10px; + margin: 3px; display: none; } .OxTableList .OxHead .OxHeadCell.OxSelected .OxOrder {