added lease styleing; kids without lease can be added even if they have no balance

This commit is contained in:
Tóth Richárd
2019-08-06 12:55:37 +02:00
parent 409a2fe6b0
commit 5be4e84ff1
7 changed files with 46 additions and 14 deletions

View File

@@ -525,6 +525,15 @@ table.email.log tr:hover {
cursor: pointer;
}
span.no-lease {
font-style: italic;
}
img.no-lease {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.navigator {
display: block;
text-align: center;