From da5efbfcc0e7a7b938cd3dc1e9ca7edd5f82e529 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 18 Jan 2021 15:13:27 -0600 Subject: [PATCH] Make "prior error" caution message smaller --- src/pgwui_common/static/pgwui.css | 2 +- src/pgwui_common/templates/auth_base.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1