better battery readability

This commit is contained in:
Christian Herzog
2019-12-31 15:47:25 +01:00
parent 5f9848dad1
commit 2a6e39b590
2 changed files with 7 additions and 3 deletions

View File

@@ -24,8 +24,8 @@
</head>
<body>
<div id="battery">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<div id="info">
<svg xmlns="http://www.w3.org/2000/svg" id="battery" width="24" height="24" viewBox="0 0 24 24">
<g id="bat0" display="none">
<path d="M19 8v8h-17v-8h17zm2-2h-21v12h21v-12zm1 9h.75c.69 0 1.25-.56 1.25-1.25v-3.5c0-.69-.56-1.25-1.25-1.25h-.75v6z"/>
</g>

View File

@@ -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;
}