projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3647d
)
Add a "light" error separator
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 00:53:58 +0000
(18:53 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 00:53:58 +0000
(18:53 -0600)
src/pgwui_common/static/pgwui.css
patch
|
blob
|
history
diff --git
a/src/pgwui_common/static/pgwui.css
b/src/pgwui_common/static/pgwui.css
index 481158f3d3e141562085c4a21d86a0316bd54536..8ebe1e2512b186d648615876597244c9863215b5 100644
(file)
--- 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; }