diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index 3bf1df68..96858653 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -24,8 +24,8 @@ -
- +
+ diff --git a/components/wifi-manager/style.css b/components/wifi-manager/style.css index c9b8b833..9e6a5d73 100644 --- a/components/wifi-manager/style.css +++ b/components/wifi-manager/style.css @@ -308,11 +308,15 @@ span#flash-status { font-size: 120%; } -#battery { +#info { padding-top: 7px; float: right; } +svg#battery { + fill: #ddd; +} + ul#navbar { border-bottom: 0px; }