diff options
author | Yanlan Shen <yanlan.shen.@rosinson.com> | 2019-01-10 11:49:37 +0800 |
---|---|---|
committer | Yanlan Shen <yanlan.shen.@rosinson.com> | 2019-01-10 11:59:42 +0800 |
commit | fa407b036a70067eb7de6912644b98fe0c18b642 (patch) | |
tree | 6097dfba7cdc8745af74488457d857017bb6e060 /themes/luci-theme-rosy/htdocs/luci-static/rosy/js | |
parent | 57dcdd2b847126007bf5b5b2340362ac7198d52a (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-x | themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 2 |
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); |