Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Content/Site.css @ 208:607384590bf8
Mejorando el mensaje de error que se muestra cuando hay un error de validaciĆ³n del lado del servidor
author | nelopauselli |
---|---|
date | Wed, 24 Aug 2011 11:30:06 -0300 |
parents | beeb7fd09ae7 |
children | da9c295e9fa1 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Content/Site.css Wed Aug 24 10:52:44 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Content/Site.css Wed Aug 24 11:30:06 2011 -0300 @@ -278,6 +278,16 @@ color: #ff0000; } +.validation-summary-errors ul +{ + list-style-type:none; +} + +.validation-summary-errors li +{ + font-weight: normal; +} + .validation-summary-valid { display: none;