Make "prior error" caution message smaller
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 18 Jan 2021 21:13:27 +0000 (15:13 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 18 Jan 2021 21:13:27 +0000 (15:13 -0600)
src/pgwui_common/static/pgwui.css
src/pgwui_common/templates/auth_base.mak

index 8ebe1e2512b186d648615876597244c9863215b5..694c8c397b0449a564b0b02fa646e1d986595f3b 100644 (file)
@@ -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; }
index 8d9e6141f641d4ed400d2bd133091c3c7d9c78a4..d1ed494117f63ea190c213b4c307c8dc7af79e86 100644 (file)
 
       % if lineno:
           % if not loop.first:
-              CAUTION -- This error may not be real; prior uploaded row(s)
-              were rejected:
+              <div class="notfirstcaution">CAUTION -- This error may not be
+              real; prior uploaded row(s) were rejected:</div>
              <br />
           % endif