]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/static/css/style.css
un poco de CSS para los formularios.
[software/sercom.git] / sercom / static / css / style.css
index 90c53bba09983123a4871cde4960efff7cd35eb2..c0cf03f3679e4b97c582bda0b835b0979a6c2e9f 100644 (file)
@@ -155,3 +155,21 @@ table.list td {
        padding: 5px 5px 5px 5px;
 }
 
+.tableform table {
+       width:80%;
+       margin-left:10%;
+       border: 1px solid #400;
+}
+
+.tableform th {
+       text-align: right;
+       width: 5%;
+       padding-left:15px;
+}
+
+.tableform td {
+       padding-left: 15px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+}
+