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 c4ee842556
commit e97177f930

View File

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