浏览代码

Fixes #1688: ActiveForm is creating duplicated messages in error summary

Qiang Xue 12 年之前
父节点
当前提交
6a4f31a69f
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      web/css/site.css

+ 8 - 0
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;
+}