X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/2516a091813bfb02bc93e8e22ac6058cf98458ab..b477722f80499bae9dd14ad95a5d5ec3fe27d0d6:/sercom/static/css/style.css?ds=sidebyside diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 7ef1239..b91d5c7 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -181,3 +181,28 @@ table.list td { 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; +}