Sfoglia il codice sorgente

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

Alexander Makarov 12 anni fa
parent
commit
e97177f930
1 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. 0 11
      web/css/site.css

+ 0 - 11
web/css/site.css

@@ -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;