From: Jo-Philipp Wich Date: Sun, 13 Apr 2014 20:55:22 +0000 (+0200) Subject: luci2: make sort / remove column in L.cbi.TableSection as narrow as possible X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=commitdiff_plain;h=d26dbc341c5be8e69c3efa585bf8003b604bd7d5 luci2: make sort / remove column in L.cbi.TableSection as narrow as possible --- diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index 2b13604..7ade584 100644 --- a/luci2/htdocs/luci2/luci2.js +++ b/luci2/htdocs/luci2/luci2.js @@ -7053,6 +7053,7 @@ function LuCI2() if (this.options.addremove !== false || this.options.sortable) { row.append($('') + .css('width', '1%') .addClass('text-right') .append($('
') .addClass('btn-group')