From 0069dabb22f4ad45341179d9f1e83f9f2b1028de Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 18 Apr 2021 20:49:49 +0200 Subject: [PATCH] css for django errors --- static/default.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/default.css b/static/default.css index 5bbe4af..38f21d2 100644 --- a/static/default.css +++ b/static/default.css @@ -400,6 +400,17 @@ p.error { text-align: center; padding: 20px; } +ul.errorlist li { + border: 2px var(--link) solid; + margin-top: 20px; + margin-bottom: 20px; + width: 500px; + display: block; + list-style: none; + text-align: center; + padding: 20px; +} + form { margin: 10px;