From 0a5ae83f35f968fd8f6830eced6ebe27bbd70c37 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 11 Aug 2013 08:28:03 +0000 Subject: [PATCH] fix table cell input css --- source/Ox.UI/js/List/TableList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/js/List/TableList.js b/source/Ox.UI/js/List/TableList.js index ce58960f..38f0895d 100644 --- a/source/Ox.UI/js/List/TableList.js +++ b/source/Ox.UI/js/List/TableList.js @@ -1020,8 +1020,9 @@ Ox.TableList = function(options, self) { style: 'square', textAlign: column.align || 'left', value: column.unformat ? column.unformat(html) : html, - width: width + width: width - 2 }) + .css({padding: '0 1px'}) .on({ mousedown: function(e) { // keep mousedown from reaching list