fix table cell input css

This commit is contained in:
rlx 2013-08-11 08:28:03 +00:00
parent a2f6e18900
commit 0a5ae83f35

View file

@ -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