]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/static/css/style.css
Nuevo estilo para el SHOW.
[software/sercom.git] / sercom / static / css / style.css
index 7ef12395ef929139596565f1fd821879100fcfb1..b91d5c7a9c8a17ea235a5df12593d2db61ab0a86 100644 (file)
@@ -181,3 +181,28 @@ table.list td {
        background: #fec;
 }
 
+#navbar {
+       position:float;
+       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;
+}