Mercurial > altnet-hispano
comparison 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 |
comparison
equal
deleted
inserted
replaced
207:beeb7fd09ae7 | 208:607384590bf8 |
---|---|
276 { | 276 { |
277 font-weight: bold; | 277 font-weight: bold; |
278 color: #ff0000; | 278 color: #ff0000; |
279 } | 279 } |
280 | 280 |
281 .validation-summary-errors ul | |
282 { | |
283 list-style-type:none; | |
284 } | |
285 | |
286 .validation-summary-errors li | |
287 { | |
288 font-weight: normal; | |
289 } | |
290 | |
281 .validation-summary-valid | 291 .validation-summary-valid |
282 { | 292 { |
283 display: none; | 293 display: none; |
284 } | 294 } |
285 | 295 |