X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/20e700192ac8688ebf9fce1971971204ba1f153b..b477722f80499bae9dd14ad95a5d5ec3fe27d0d6:/sercom/static/css/style.css diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 90c53bb..b91d5c7 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -155,3 +155,54 @@ 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; +} + +.tableform input, textarea { + border: 1px solid black; +} + +.tableform input:focus, select:focus, textarea:focus { + 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; +}