summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-06-08 09:34:47 +0200
committerDirk Brenken <dev@brenken.org>2018-06-08 09:34:47 +0200
commit45c2059c15b8f4c524eea736a6ef7f41fbf77092 (patch)
tree9c894a0f5c45c664bbb7e87c2a30be937cc5c08b /applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm
parenta561d3045c91b59dffd1aa7b496168cac9ff19e4 (diff)
luci-app-adblock: partly revert last commit
* use now CSS for non breaking spaces in div table header Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm')
-rw-r--r--applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm b/applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm
index e75c89b82..81622e9bc 100644
--- a/applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm
+++ b/applications/luci-app-adblock/luasrc/view/adblock/blocklist.htm
@@ -35,6 +35,10 @@ end
line-height:20px;
height:20px;
}
+.table.cbi-section-table .th
+{
+ white-space:nowrap;
+}
.table.cbi-section-table input
{
width:7em;