Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead

This commit is contained in:
Alexander Makarov
2014-01-09 04:59:59 +04:00
parent abcd248678
commit 4609a94dbf
6 changed files with 2 additions and 47 deletions

View File

@@ -70,17 +70,6 @@ a.desc:after {
color: #999;
}
.error-block {
display: none;
margin-top: 5px;
margin-bottom: 10px;
color: #a94442;
}
.has-error .error-block {
display: block;
}
.error-summary {
color: #a94442;
background: #fdf7f7;