From 5fbdb066650da80264ee219b74034db7961895df Mon Sep 17 00:00:00 2001 From: nberting Date: Sat, 9 Jun 2018 18:13:18 +0200 Subject: [PATCH] updated styling potential pdfs --- app/static/css/style.css | 5 +++++ app/templates/potential_pdf.html | 27 ++++++++++----------------- app/templates/red_link.html | 3 ++- app/templates/results.html | 8 ++++---- app/templates/show_books.html | 4 ++-- app/views.py | 4 +++- 6 files changed, 26 insertions(+), 25 deletions(-) diff --git a/app/static/css/style.css b/app/static/css/style.css index ec32671..fc8faab 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -15,6 +15,11 @@ a{ text-decoration: none; color: black; } +a:hover{ + + text-decoration: underline; + color: #0000FF; +} .navigation ul{ list-style-type: none; diff --git a/app/templates/potential_pdf.html b/app/templates/potential_pdf.html index 4450325..1800cf6 100644 --- a/app/templates/potential_pdf.html +++ b/app/templates/potential_pdf.html @@ -13,27 +13,17 @@ XPPL - - - - -
-

A Potential Collection

-

Every book ever requested by XPPL librarians:

-
-

{% for pbook in pbooks %}{{ pbook.ptitle }} requested on: {{ pbook.time }} +

+

Potential Books

+ +

Archiving the gaps in the XPPL library:

+
+

{% for pbook in pbooks %}"{{ pbook.ptitle }}" requested on: {{ pbook.time|string|truncate(17,true," ")}}

{% endfor %}
- - - -
-