X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/f832280a31f9e15216e2d68507446cc71e23315f..1de79f96462676120aa8a423ca849cfa7c6a959f:/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; +} +