From 3676fe038ca1ff9345a7621445ea46bc03d51cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C5=99=C3=ADhoda?= Date: Sat, 7 Aug 2021 14:44:22 +0200 Subject: [PATCH] Minor UI improvements, use dots for identical residues in Designer --- biophi/common/web/templates/index.html | 13 +++++------ .../humanization/web/static/humanization.css | 18 ++++++++++----- .../humanization/designer_detail.html | 22 +++++++++---------- .../humanization/humanize_detail.html | 2 +- .../humanization/humanize_results.html | 6 ++--- biophi/humanization/web/views.py | 3 ++- 6 files changed, 36 insertions(+), 28 deletions(-) diff --git a/biophi/common/web/templates/index.html b/biophi/common/web/templates/index.html index 7521864..684321c 100644 --- a/biophi/common/web/templates/index.html +++ b/biophi/common/web/templates/index.html @@ -2,7 +2,7 @@ {% block header %} {% if not oasis_enabled %} -
OASis DB path is not configured, OASis peptide humanness evaluation will not be available.
+
OASIS_DB_PATH is not configured, OASis peptide humanness evaluation will not be available.
{% endif %}