From 1f3d895a1c5a53e6bd1c70d402452e696b08d2c5 Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Sat, 26 Jan 2019 00:12:15 -0800 Subject: [PATCH] Cleaned up validation error summary --- IdentityServer/Content/common.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/IdentityServer/Content/common.css b/IdentityServer/Content/common.css index 5952b90..7dfc500 100644 --- a/IdentityServer/Content/common.css +++ b/IdentityServer/Content/common.css @@ -127,4 +127,14 @@ label { } .grants .grant li:last-child:after { content: ''; -} \ No newline at end of file +} + +.validation-summary-errors ul { + list-style: none; + margin: 0; + padding: 0; +} + + .validation-summary-errors ul li { + margin: 5px 0; + } \ No newline at end of file