From: Karl O. Pinc Date: Mon, 18 Jan 2021 21:13:27 +0000 (-0600) Subject: Make "prior error" caution message smaller X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=da5efbfcc0e7a7b938cd3dc1e9ca7edd5f82e529;p=pgwui_common Make "prior error" caution message smaller --- diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 8ebe1e2..694c8c3 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -34,7 +34,7 @@ .remark { font-size: 25%; font-style: inherit; display: inline; } - +.notfirstcaution { font-size: 75%; } .status { text-align: center; } HR.errorsep { color: grey; } diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index 8d9e614..d1ed494 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -119,8 +119,8 @@ % if lineno: % if not loop.first: - CAUTION -- This error may not be real; prior uploaded row(s) - were rejected: +
CAUTION -- This error may not be + real; prior uploaded row(s) were rejected:

% endif