Prechádzať zdrojové kódy

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

Qiang Xue 12 rokov pred
rodič
commit
6a4f31a69f
1 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  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;
+}