From b477722f80499bae9dd14ad95a5d5ec3fe27d0d6 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Tue, 27 Feb 2007 23:34:41 +0000 Subject: [PATCH] Nuevo estilo para el SHOW. En los template de show pongan --- sercom/static/css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 0b2027b..b91d5c7 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -186,3 +186,23 @@ table.list td { float:right; } +/* Listas de los SHOW */ +table.show { + width:60%; + margin-left:5%; + border-collapse:separate; + border-spacing:1px 5px; +} + +table.show th { + width:25%; + padding-top: 2px; + padding-bottom: 2px; + border: none; +} + +table.show td { + padding-top: 2px; + padding-bottom: 2px; + border: none; +} -- 2.43.0