diff options
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index bf14b9ce4..d02265514 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -395,6 +395,10 @@ div.cbi-section-remove { padding-bottom: 0; } +.cbi-section-node div.cbi-section-table-row { + margin: 0.25em; +} + table.cbi-section-table { width: 100%; font-size: 95%; |