From 3e2091099366a7e9e37c5c4996f65752d9c497b1 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 3 Nov 2011 17:10:12 +0000 Subject: [PATCH] fix editable css --- source/Ox.UI/css/Ox.UI.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 26aaa587..fd153219 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -770,16 +770,14 @@ OxEditable */ .OxEditableElement > .OxValue { - cursor: pointer; + //cursor: pointer; padding: 0 0 0 1px; } .OxEditableElement div.OxInput { - //height: 12px; padding: 0 1px 0 0; - margin-bottom: -3px; + //margin-bottom: -3px; } .OxEditableElement input.OxInput { - //height: 12px; padding: 0 1px 0 0; border: 0; }