From: Karl O. Pinc Date: Mon, 18 Jan 2021 00:53:58 +0000 (-0600) Subject: Add a "light" error separator X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=bf0af792447d336c71c7099473b9468b3dea44a1;p=pgwui_common Add a "light" error separator --- diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 481158f..8ebe1e2 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -38,6 +38,9 @@ .status { text-align: center; } HR.errorsep { color: grey; } +HR.lightsep { border-top: dotted; + border-bottom: 0px; + color: grey; } /* Alignment for data entry labels (mostly in tables). */ .label { text-align: right; }