add battery indicator

This commit is contained in:
Christian Herzog
2019-12-27 20:31:09 +01:00
parent 17a063592f
commit 992c8d2679
8 changed files with 41 additions and 0 deletions

View File

@@ -308,6 +308,19 @@ span#flash-status {
font-size: 120%;
}
#battery {
padding-top: 7px;
float: right;
}
ul#navbar {
border-bottom: 0px;
}
#content {
border-top: 1px solid black;
}
.footer {
position: fixed;
left: 0;