From a3965ab61394bde30600e3390db7769922a7ab2d Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Thu, 29 Feb 2024 09:40:27 +1300 Subject: [PATCH] Add help text about existing alleles in dialog Refs pombase/canto#2758 --- root/static/css/style.css | 5 +++++ root/static/ng_templates/allele_edit.html | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/root/static/css/style.css b/root/static/css/style.css index 8d31bddd7..f7569e1ed 100644 --- a/root/static/css/style.css +++ b/root/static/css/style.css @@ -1365,6 +1365,11 @@ input[readonly="1"] { margin-left: auto; } +.curs-allele-edit-sub-heading { + font-size: 95%; + margin-bottom: 1em; +} + .curs-allele-evidence-select { width: 22em; } diff --git a/root/static/ng_templates/allele_edit.html b/root/static/ng_templates/allele_edit.html index 15266bb61..6f7407f05 100644 --- a/root/static/ng_templates/allele_edit.html +++ b/root/static/ng_templates/allele_edit.html @@ -135,10 +135,12 @@