From 3414d0c38477e14e64fec920e1855183ddd1a718 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Sat, 17 Mar 2007 22:21:05 +0000 Subject: [PATCH] pongo las tablas de las pruebas en color dependiendo si fueron exitosas o no --- sercom/static/css/style.css | 29 +++++++++++++++++++ .../misentregas/templates/corrida.kid | 12 ++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 4fbb2d0..f2946b3 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -259,4 +259,33 @@ form.filter th { background:red; } +.pruebaok { + background: #b9ffb9; +} + +.pruebaok { +border-collapse: collapse; +} + +.pruebafail { +border-collapse: collapse; +} + +.pruebaok tr { + background: gray; +} +.pruebaok th { + background: #b9ffb9; +} +.pruebaok td { + background: #b9ffb9; +} + +.pruebafail th { + background: #ffdddd; +} +.pruebafail td { + background: #ffdddd; +} + diff --git a/sercom/subcontrollers/misentregas/templates/corrida.kid b/sercom/subcontrollers/misentregas/templates/corrida.kid index 8a206d7..2dbf79a 100644 --- a/sercom/subcontrollers/misentregas/templates/corrida.kid +++ b/sercom/subcontrollers/misentregas/templates/corrida.kid @@ -38,9 +38,16 @@

Pruebas Realizadas

-
+
+ +

- +
@@ -66,6 +73,7 @@
# Tarea

+
Volver -- 2.43.0