add "loan" to spreadsheet and represent in UI

This commit is contained in:
2017-09-03 15:51:54 -04:00
parent 6597e52772
commit 5533ccd17b
2 changed files with 18 additions and 3 deletions

View File

@@ -107,6 +107,10 @@
cursor: pointer;
}
.bookTable .onLoan {
color: #bbb;
}
.bookTable .tRow .title {
font-style: italic;
max-width: 600px;
@@ -133,4 +137,12 @@
#current .description p {
padding: 20px 0;
}
#current h1.onLoan {
color: #bbb;
}
#current h2.onLoan {
font-weight: bold;
}