From 6a4f31a69f282ffeca44104228c84340cac9719a Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 29 Dec 2013 10:27:38 -0500 Subject: [PATCH] Fixes #1688: ActiveForm is creating duplicated messages in error summary --- web/css/site.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/css/site.css b/web/css/site.css index d44558d..7a1fb92 100644 --- a/web/css/site.css +++ b/web/css/site.css @@ -44,3 +44,11 @@ a.desc:after { content: /*"\e114"*/"\e152"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } + +.error-summary { + color: #b94a48; + background: #fdf7f7; + border-left: 3px solid #eed3d7; + padding: 10px 20px; + margin: 0 0 15px 0; +}