From 5533ccd17b68e0d4971f71d4b191e2678d55d3d2 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 3 Sep 2017 15:51:54 -0400 Subject: [PATCH] add "loan" to spreadsheet and represent in UI --- css/style.css | 12 ++++++++++++ index.html | 9 ++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 7a36f6a..e982225 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } \ No newline at end of file diff --git a/index.html b/index.html index a287ade..a5362ff 100644 --- a/index.html +++ b/index.html @@ -141,7 +141,7 @@ ISBN {{#books}} - + {{title}} {{#signed}}︎{{/signed}} {{author}} @@ -156,9 +156,9 @@