diff --git a/luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/wrtbwmon.css b/luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/wrtbwmon.css index 8c9bbf6..d358595 100644 --- a/luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/wrtbwmon.css +++ b/luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/wrtbwmon.css @@ -10,7 +10,7 @@ #control_panel { display: flex; margin-bottom: 1rem; - padding: .5rem; + padding-top: .5rem; line-height: 2rem; } #control_panel > :nth-child(1) { @@ -64,3 +64,6 @@ div > label + select { content: attr(title)'\a'; white-space: pre-line; } +#progressbar_panel { + margin-bottom: 20px; +}