summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-rosy/htdocs/luci-static/rosy/js
diff options
context:
space:
mode:
authorYanlan Shen <yanlan.shen.@rosinson.com>2019-01-10 11:49:37 +0800
committerYanlan Shen <yanlan.shen.@rosinson.com>2019-01-10 11:59:42 +0800
commitfa407b036a70067eb7de6912644b98fe0c18b642 (patch)
tree6097dfba7cdc8745af74488457d857017bb6e060 /themes/luci-theme-rosy/htdocs/luci-static/rosy/js
parent57dcdd2b847126007bf5b5b2340362ac7198d52a (diff)
luci-theme-rosy: Fixed table color matching problem
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/js')
-rwxr-xr-xthemes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
index cda7b471b4..cffa3676fa 100755
--- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
+++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js
@@ -305,6 +305,6 @@
});
});
- $('.lang_enNetwork #cbi-samba-sambashare .table').wrap('<div class="table-container"></div>');
+ $('#iptables').prev().css('margin-top', '10px');
})(jQuery);