]> git.llucax.com Git - software/sercom.git/commitdiff
Nuevo estilo para el SHOW.
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Tue, 27 Feb 2007 23:34:41 +0000 (23:34 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Tue, 27 Feb 2007 23:34:41 +0000 (23:34 +0000)
En los template de show pongan <table class="show">

sercom/static/css/style.css

index 0b2027b0c62e83703d163628b4872e18e416078d..b91d5c7a9c8a17ea235a5df12593d2db61ab0a86 100644 (file)
@@ -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;
+}