Add a "light" error separator
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 18 Jan 2021 00:53:58 +0000 (18:53 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 18 Jan 2021 00:53:58 +0000 (18:53 -0600)
src/pgwui_common/static/pgwui.css

index 481158f3d3e141562085c4a21d86a0316bd54536..8ebe1e2512b186d648615876597244c9863215b5 100644 (file)
@@ -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; }