X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/f832280a31f9e15216e2d68507446cc71e23315f..d85b62aa05d448a6cdc32b92f6879f9ba5555a6e:/sercom/static/css/style.css diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index c0cf03f..0b2027b 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -173,3 +173,16 @@ table.list td { padding-bottom: 5px; } +.tableform input, textarea { + border: 1px solid black; +} + +.tableform input:focus, select:focus, textarea:focus { + background: #fec; +} + +#navbar { + position:float; + float:right; +} +