X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/f832280a31f9e15216e2d68507446cc71e23315f..26d6612fcbc1894b3b5de2c304e3b32410c5542a:/sercom/static/css/style.css?ds=sidebyside diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index c0cf03f..6ab9bba 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -96,9 +96,12 @@ h2 { border-top: 0px none; color: #999; background-color: white; - padding: 10px; + padding-left: 10px; + padding-right: 10px; + padding-top: 25px; + padding-bottom: 0px; font-size: 80%; - text-align: center; + text-align: left; width: 757px; margin: 0 auto 1em auto; } @@ -173,3 +176,42 @@ 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; +} + +/* 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; +} + +#footer img { + float:right; + border:none; +} +