X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/20e700192ac8688ebf9fce1971971204ba1f153b..d85b62aa05d448a6cdc32b92f6879f9ba5555a6e:/sercom/static/css/style.css?ds=sidebyside diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 90c53bb..0b2027b 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -155,3 +155,34 @@ 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; +} +