From db531f7abce49c761cf3cf3a2ee60f36febc9773 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 23 Dec 2012 02:42:23 +0000 Subject: [PATCH] update column status css --- source/Ox.UI/css/Ox.UI.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 864ecd41..2f96011d 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1406,13 +1406,13 @@ Lists } .OxTableList .OxHead .OxHeadCell .OxColumnStatus { position: absolute; - right: 45px; + right: 49px; top: 2px; font-size: 9px; font-weight: normal; } .OxTableList .OxHead .OxHeadCell.OxSelected .OxTitle .OxColumnStatus { - right: 60px; + right: 64px; } .OxTableList .OxHead .OxOrder { float: left;