Changes in status tab in the web interface

This commit is contained in:
Xose Pérez
2017-05-20 08:52:57 +02:00
parent ecc89dcf58
commit fe26513473
5 changed files with 126 additions and 105 deletions

View File

@@ -130,3 +130,22 @@ input[name=upgrade] {
margin-top: -50px;
margin-left: -200px;
}
div.state {
border-top: 1px solid #eee;
margin-top: 20px;
padding-top: 30px;
}
.state div {
font-size: 80%;
}
.state span {
font-size: 80%;
font-weight: bold;
}
.right {
text-align: right;
}