]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/static/css/style.css
Un poco de CSS a las tablas.
[z.facultad/75.52/sercom.git] / sercom / static / css / style.css
index 1bc7d64085d4c7fe1c988580421ab1ce0beae613..47ecd6b60213e83e451917763ea9c1e5d01859f6 100644 (file)
@@ -121,4 +121,18 @@ span.code {
   width: 450px;\r
   background: #eef URL('../images/info.png') left center no-repeat;\r
   border: 1px solid #cce;\r
   width: 450px;\r
   background: #eef URL('../images/info.png') left center no-repeat;\r
   border: 1px solid #cce;\r
-}\r
+}
+
+/* Listas de los ABM */
+table.list {
+       width:90%;
+       margin-left:5%;
+  border-collapse:separate;
+  border-spacing:1px 5px;
+}
+
+table.list td {
+       padding-top: 2px;
+       padding-bottom: 2px;
+       border: none;
+}