From cc5792a4643b8ee32fe9e62c380439a9795a4b30 Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Thu, 16 Jan 2025 14:46:28 -0500 Subject: [PATCH] adjust REF_M reduction configuration form layout --- src/webmon_app/reporting/static/tables.css | 1 + .../reduction/configuration_ref_m.html | 22 +++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/webmon_app/reporting/static/tables.css b/src/webmon_app/reporting/static/tables.css index 0c2cc629..d2ee7187 100755 --- a/src/webmon_app/reporting/static/tables.css +++ b/src/webmon_app/reporting/static/tables.css @@ -114,6 +114,7 @@ thead th a:link, thead th a:visited { color: #5B4729; display: block; } .property_table input[type!="submit"] { width:300px; } .property_table th { width: 100px; vertical-align:middle;} .short_label { display: inline-block; text-align:right; min-width:60px; width:60px; } +.long_label { display: inline-block; text-align:right; min-width:150px; width:150px; } .tiny_input input { min-width:80px; width:80px; } .short_input input { min-width:80px; width:150px; } .icon_input { min-width:10px; width:20px; } diff --git a/src/webmon_app/reporting/templates/reduction/configuration_ref_m.html b/src/webmon_app/reporting/templates/reduction/configuration_ref_m.html index abe57013..d3f4c1ff 100644 --- a/src/webmon_app/reporting/templates/reduction/configuration_ref_m.html +++ b/src/webmon_app/reporting/templates/reduction/configuration_ref_m.html @@ -123,19 +123,19 @@ -
+
- Peak count + Peak count {{ options_form.peak_count }} -
+
Peak # 1 @@ -144,7 +144,7 @@ {{ options_form.force_peak }} - Force peak ROI @@ -191,13 +191,13 @@ if you want to use the region on each side of the peak to estimate your background."> Use side background - {{ options_form.bck_width }} + {{ options_form.bck_width }} -
+
Peak # 2 @@ -208,7 +208,7 @@ {{ options_form.force_peak_s2 }} - Force peak ROI @@ -255,13 +255,13 @@ if you want to use the region on each side of the peak to estimate your background."> Use side background - {{ options_form.bck_width_s2 }} + {{ options_form.bck_width_s2 }} -
+
Peak # 3 @@ -273,7 +273,7 @@ {{ options_form.force_peak_s3 }} - Force peak ROI @@ -320,7 +320,7 @@ if you want to use the region on each side of the peak to estimate your background."> Use side background - {{ options_form.bck_width_s3 }} + {{ options_form.bck_width_s3 }}